aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-24 12:50:41 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-24 12:50:41 +0000
commitf5d1988830352e3c6aa8dc63bcf542683d48c0e7 (patch)
tree8ac0b543a1585803704a834b3dae155533b2283e /readme.txt
parentae31774f3e0ff81078be0029bf837b9d74d8c559 (diff)
downloadChibiOS-f5d1988830352e3c6aa8dc63bcf542683d48c0e7.tar.gz
ChibiOS-f5d1988830352e3c6aa8dc63bcf542683d48c0e7.tar.bz2
ChibiOS-f5d1988830352e3c6aa8dc63bcf542683d48c0e7.zip
Fixed Bug #778.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9785 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 8806b541c..17c38be81 100644
--- a/readme.txt
+++ b/readme.txt
@@ -126,6 +126,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed wrong SRAM2_BASE in STM32F7xx port (bug #778)
+ (backported to 16.1.6).
- HAL: Added DAC configs in RT-STM32F051-DISCOVERY\mcuconf.h (bug #777)
(backported to 16.1.6, 3.0.6).
- HAL: Fixed DAC driver not compiling on STM32F051 and some bitmasks related