diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-26 09:54:32 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-26 09:54:32 +0000 |
commit | 1121ec7880860f4c3a71fd6d0500e815b105d329 (patch) | |
tree | 9599dcc00009197899135a6e2ca2d0f56997acbf /readme.txt | |
parent | da16bc2472d4ba0a18ad075746202d72b930de53 (diff) | |
download | ChibiOS-1121ec7880860f4c3a71fd6d0500e815b105d329.tar.gz ChibiOS-1121ec7880860f4c3a71fd6d0500e815b105d329.tar.bz2 ChibiOS-1121ec7880860f4c3a71fd6d0500e815b105d329.zip |
Fixed bug #950.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12051 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index c26395455..c075e27b6 100644 --- a/readme.txt +++ b/readme.txt @@ -126,7 +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 ASCR register invalid handling in STM32 GPIOv3 driver (bug #948)
+- 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)
(backported to 18.2.2 and 17.6.5).
- HAL: Fixed missing definition in UART driver (bug #948)(backported
to 18.2.2).
|