aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-06-01 07:45:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-06-01 07:45:27 +0000
commitbe1abb574de27de5bd60124ff18cab96ca649413 (patch)
tree33b7d2e9827c141f82d3b99504ef29274efb0d75 /readme.txt
parentc51e4071c27eb376ef05957498ff54c608bf7d5f (diff)
downloadChibiOS-be1abb574de27de5bd60124ff18cab96ca649413.tar.gz
ChibiOS-be1abb574de27de5bd60124ff18cab96ca649413.tar.bz2
ChibiOS-be1abb574de27de5bd60124ff18cab96ca649413.zip
Fixed bug #953.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12062 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 b9a2f9d5f..37ad3d65e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -126,6 +126,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 race condition in STM32 ADCv3 driver (bug #953)(backported to
+ 18.2.2 and 17.6.5).
- HAL: Fixed wrong registry entries for STM32F030x4 (bug #952)(backported
to 18.2.2).
- HAL: Fixed Invalid divider settings in Serial and UART STM32 drivers