aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-19 08:28:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-19 08:28:49 +0000
commitdd2092cec624604f4c019a621e11576054451e61 (patch)
treec60ae5f3a66942d34e05de1fbe2a7574b9db0634 /readme.txt
parent47578d38c5424db7de86beb575e333bbd1054133 (diff)
downloadChibiOS-dd2092cec624604f4c019a621e11576054451e61.tar.gz
ChibiOS-dd2092cec624604f4c019a621e11576054451e61.tar.bz2
ChibiOS-dd2092cec624604f4c019a621e11576054451e61.zip
Fixed bug #1002.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12547 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 940e497a5..62af28253 100644
--- a/readme.txt
+++ b/readme.txt
@@ -196,6 +196,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 invalid timer frequency calculation for STM32F446 (bug #1002)
+ (backported to 18.2.2 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)