aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-10-23 15:08:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-10-23 15:08:11 +0000
commit74861c6e362d7c936c312e2133f49f756fef01cb (patch)
treed228880ce7ab5c59efc536d9082f2fdd853925b4
parentf0ba10ad8c373c603b6d692abd0b613a0dc9d84d (diff)
downloadChibiOS-74861c6e362d7c936c312e2133f49f756fef01cb.tar.gz
ChibiOS-74861c6e362d7c936c312e2133f49f756fef01cb.tar.bz2
ChibiOS-74861c6e362d7c936c312e2133f49f756fef01cb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8383 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 9a4eecee2..1493ced0a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -124,6 +124,8 @@
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB, STM32F091xC,
STM32F098xx devices.
+- HAL: Fixed incorrect compiler check in STM32 RTCv1 driver (bug #650)
+ (backported to 3.0.3).
- HAL: Fixed incorrect case in path (bug #649).
- HAL: Fixed STM32F3xx HAL checking for non-existing macros (bug #648)
(backported to 3.0.3 and 2.6.10).