aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-21 06:23:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-21 06:23:41 +0000
commitafd9deb6f7b1b9e08a47cb2ca9d30f48546f776b (patch)
tree675d75c5a7142ad781f9a4a883ee6702bf07fdb8 /readme.txt
parentd6b07697901d5b87354f38ef694a64ec9520e734 (diff)
downloadChibiOS-afd9deb6f7b1b9e08a47cb2ca9d30f48546f776b.tar.gz
ChibiOS-afd9deb6f7b1b9e08a47cb2ca9d30f48546f776b.tar.bz2
ChibiOS-afd9deb6f7b1b9e08a47cb2ca9d30f48546f776b.zip
Fixed bugs #982 and #983.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12374 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index caa24044f..67ccf8f19 100644
--- a/readme.txt
+++ b/readme.txt
@@ -156,6 +156,10 @@
- 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).
+- 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)
+ (backported to 18.2.2 and 17.6.5).
- HAL: Fixed mTM32L071/72 entries in registry (bug #981)
(backported to 18.2.2 and 17.6.5).
- HAL: Fixed TIM3 missing from STM32L0xx RCC macros (bug #980)