aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-12-16 08:24:51 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-12-16 08:24:51 +0000
commitec272fe9bab0c2e679833e84c942e81618ccaf76 (patch)
tree5d30cb218e77cea3736fc0aeacdd87e90543b370 /readme.txt
parentee3072bcf8c4fc277f82b2a5e20cd9bcdbc29aca (diff)
downloadChibiOS-ec272fe9bab0c2e679833e84c942e81618ccaf76.tar.gz
ChibiOS-ec272fe9bab0c2e679833e84c942e81618ccaf76.tar.bz2
ChibiOS-ec272fe9bab0c2e679833e84c942e81618ccaf76.zip
Fixed bug #993.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12473 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 29e929970..e7cb3c904 100644
--- a/readme.txt
+++ b/readme.txt
@@ -176,6 +176,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 ARM CMx vectors table without thumb bit set for unused vectors
+ (bug #993)(backported to 18.2.2).
- HAL: Fixed STM32F7xx I2SPLL not fully initialized (bug #992)
(backported to 18.2.2 and 17.6.5).
- HAL: Fixed ethernet registry error for STM32F469/479 (bug #990)