From 0284f0998d6975d1754c34c864b2946a5202d02e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 25 Aug 2008 13:03:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@402 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 203a585bf..fa9beaad9 100644 --- a/readme.txt +++ b/readme.txt @@ -80,8 +80,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - FIX: Fixed a regression introduced in version 0.6.9, the queues benchmark test case was missing from the tests list. - NEW: Added an option to the ARM7 ports, by specifying -DREENTRANT_LOCKS in - the makefile options the chSysLock() and chSysUnlock() become reentrant. - The code becomes a bit larger and slower. + the makefile options makes the chSysLock() and chSysUnlock() become + reentrant. The code becomes a bit larger and slower, use it only if your + application really needs to invoke system API under lock. *** 0.6.9 *** - NEW: Added an option to exclude the support for the round robin scheduling, -- cgit v1.2.3