aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 05:30:50 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 05:30:50 +0000
commit8ea6be21093d567e8ee202dda1a9158df29e5a0f (patch)
tree279585e50ca8b95a54804a46a32e58e243dd1ba8 /readme.txt
parentf970eaeca23585f3aa97e6aa80f66c425fcae33d (diff)
downloadChibiOS-8ea6be21093d567e8ee202dda1a9158df29e5a0f.tar.gz
ChibiOS-8ea6be21093d567e8ee202dda1a9158df29e5a0f.tar.bz2
ChibiOS-8ea6be21093d567e8ee202dda1a9158df29e5a0f.zip
Fixed bug #979.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12283 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 fcf0869f3..a513d40e3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -151,6 +151,8 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- HAL: Fixed invalid STM32 ADCv3 clock selection for L4 and L4+ (bug #979)
+ (backported to 18.2.2 and 17.6.5).
- HAL: Fixed wrong number of endpoints fot STM32F412/413 (bug #978)
(backported to 18.2.2 and 17.6.5).
- RT: Fixed chEvtGetAndClearFlags(...) does not mask events (bug #977)