aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-01-16 11:31:20 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-01-16 11:31:20 +0000
commitc2ffa54ce115fa017ca086bd82245783d0619304 (patch)
tree9da179a8c50180095a03c9e667794f1fb150042f /readme.txt
parentb2b371f231bff1128480459ee47e8c491eff620b (diff)
downloadChibiOS-c2ffa54ce115fa017ca086bd82245783d0619304.tar.gz
ChibiOS-c2ffa54ce115fa017ca086bd82245783d0619304.tar.bz2
ChibiOS-c2ffa54ce115fa017ca086bd82245783d0619304.zip
Fixed bug #692.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8763 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 69234d74d..7a4c9481d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,8 @@
- RT: Removed the p_msg field from the thread_t structure saving a
msg_t-sized field from the structure. Messages now use a new field
into the p_u union. Now synchronous messages are even faster.
+- NIL: Fixed NIL test suite calls I and S functions outside critical zone
+ (bug #692)(backported to 3.0.5 and 16.1.1).
- NIL: Fixed protocol violation in NIL OSAL (bug #691)(backported to
3.0.5 and 16.1.1).
- HAL: Fixed error in HAL buffer queues (bug #689)(backported to 16.1.1).