aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-27 07:59:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-27 07:59:19 +0000
commited72edd29fda227a14c7392d2e8eee2f5a034ab6 (patch)
tree939196d58c364ffbb961c81e1cb752151197cc5d /readme.txt
parentd8ede4fbf03bb484d84ced5ce3a2f5c582c4e6a3 (diff)
downloadChibiOS-ed72edd29fda227a14c7392d2e8eee2f5a034ab6.tar.gz
ChibiOS-ed72edd29fda227a14c7392d2e8eee2f5a034ab6.tar.bz2
ChibiOS-ed72edd29fda227a14c7392d2e8eee2f5a034ab6.zip
Fixed bug #952.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12057 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 161cc4c44..b9a2f9d5f 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 wrong registry entries for STM32F030x4 (bug #952)(backported
+ to 18.2.2).
- HAL: Fixed Invalid divider settings in Serial and UART STM32 drivers
when USART_CR1_OVER8 is specified (bug #951)(backported to 18.2.2
and 17.6.5).