aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-12-31 17:42:56 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-12-31 17:42:56 +0000
commit225e0e0e8fd6cae1174ef726609200784a0394e5 (patch)
treebb5b358945c3474b580a59815fed935cfe103b12 /readme.txt
parent184e4596190c7dfe425fec1e67ec6f242eae06ba (diff)
downloadChibiOS-225e0e0e8fd6cae1174ef726609200784a0394e5.tar.gz
ChibiOS-225e0e0e8fd6cae1174ef726609200784a0394e5.tar.bz2
ChibiOS-225e0e0e8fd6cae1174ef726609200784a0394e5.zip
Fixed bug #998.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12516 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 0b00760bf..4c04a09e1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -184,6 +184,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).
+- OTH: Fixed problem in STM32H743 GCC linker file (bug #998)
+ (backported to 18.2.2).
- HAL: Fixed extra parenthesis in STM32F4 registry (bug #997)
(backported to 18.2.2 and 17.6.5).
- HAL: Fixed timing problem in STM32 OTGv1 driver (bug #996)