From 84fb9a4902eec606ae7f62137682bd156740af20 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 16 Jan 2016 12:02:58 +0000 Subject: [PATCH] Fixed bug #694. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8773 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 77e278155..a067a116f 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,7 @@ ***************************************************************************** *** 16.1.1 *** +- NIL: NIL_CFG_USE_EVENTS not properly checked in NIL (bug #694). - RT: Fixed ISR statistics are not updated from a critical zone in RT (bug #693). - NIL: Fixed NIL test suite calls I and S functions outside critical zone