aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-15 08:30:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-15 08:30:03 +0000
commit4464b4a0d563ee49842ca11704aaf83e2f0ab991 (patch)
tree779633e5ad7777a101ce9e7717ebea9019fd58f5 /readme.txt
parent27ad46cdfdfd3565b0376a96a3068839a3c63250 (diff)
downloadChibiOS-4464b4a0d563ee49842ca11704aaf83e2f0ab991.tar.gz
ChibiOS-4464b4a0d563ee49842ca11704aaf83e2f0ab991.tar.bz2
ChibiOS-4464b4a0d563ee49842ca11704aaf83e2f0ab991.zip
Reverted bug #985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12423 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 7cff28c1c..95c594290 100644
--- a/readme.txt
+++ b/readme.txt
@@ -161,7 +161,6 @@
- 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 broken functionality of MFS module (bug #986).
-- RT: Fixed GCC6 problem breaks Cortex-M0 port (bug #985).
- NIL: Fixed scheduler misbehaving in rare cases (bug #983)
(backported to 18.2.2 and 17.6.5).
- NIL: Fixed function chThdSuspendTimeoutS() ignoring TIME_IMMEDIATE (bug #982)