aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-15 09:36:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-15 09:36:57 +0000
commit19cfe3b26f31a350974816afc487ad0bdf1cdefe (patch)
tree74297dc4985decb43252d5a0d8a5ebbb6d58843f /readme.txt
parent4464b4a0d563ee49842ca11704aaf83e2f0ab991 (diff)
downloadChibiOS-19cfe3b26f31a350974816afc487ad0bdf1cdefe.tar.gz
ChibiOS-19cfe3b26f31a350974816afc487ad0bdf1cdefe.tar.bz2
ChibiOS-19cfe3b26f31a350974816afc487ad0bdf1cdefe.zip
Fixed bug #987.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12425 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 95c594290..aa3ed17c4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -160,6 +160,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 OS-Less Cortex-M HAL functionality broken (bug #987)
+ (backported to 18.2.2).
- HAL: Fixed broken functionality of MFS module (bug #986).
- NIL: Fixed scheduler misbehaving in rare cases (bug #983)
(backported to 18.2.2 and 17.6.5).