diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-26 16:39:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-26 16:39:05 +0000 |
commit | d8ede4fbf03bb484d84ced5ce3a2f5c582c4e6a3 (patch) | |
tree | 00194b5ebe37b1b5bb9c06c41b4ae70cd43e2a26 /readme.txt | |
parent | 1121ec7880860f4c3a71fd6d0500e815b105d329 (diff) | |
download | ChibiOS-d8ede4fbf03bb484d84ced5ce3a2f5c582c4e6a3.tar.gz ChibiOS-d8ede4fbf03bb484d84ced5ce3a2f5c582c4e6a3.tar.bz2 ChibiOS-d8ede4fbf03bb484d84ced5ce3a2f5c582c4e6a3.zip |
Fixed bug #951.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12054 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index c075e27b6..161cc4c44 100644 --- a/readme.txt +++ b/readme.txt @@ -126,6 +126,9 @@ - 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 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).
- NIL: Fixed missing extern declaration in IAR Cortex-M port (bug #950)
(backported to 18.2.2 and 17.6.5).
- HAL: Fixed ASCR register invalid handling in STM32 GPIOv3 driver (bug #949)
|