aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-22 16:11:17 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-22 16:11:17 +0000
commitfa4403e27268906ecbead89163af5734e94aa1de (patch)
tree47c79649771ad20d834ecfe7a388d44249c221a0 /readme.txt
parent4843579571cdbead612a27b7188c7020cd01b231 (diff)
downloadChibiOS-fa4403e27268906ecbead89163af5734e94aa1de.tar.gz
ChibiOS-fa4403e27268906ecbead89163af5734e94aa1de.tar.bz2
ChibiOS-fa4403e27268906ecbead89163af5734e94aa1de.zip
Fixed bug #1003.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12577 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 a12cfcaec..5fa860b95 100644
--- a/readme.txt
+++ b/readme.txt
@@ -198,6 +198,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 STM32 ST driver problem in free running mode (bug #997)
+ (backported to 18.2.3 and 17.6.5).
- HAL: Fixed invalid checks in STM32H7 HAL (bug #1000)
(backported to 18.2.2).
- OTH: Fixed problem in STM32H743 GCC linker file (bug #998)