diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-25 13:03:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-25 13:03:30 +0000 |
commit | 0284f0998d6975d1754c34c864b2946a5202d02e (patch) | |
tree | 4b2abcdf5418f4164a2db8f0c998fa2505352d31 | |
parent | b689f00e31591e2f3b5b3607b15be428dfeb7e88 (diff) | |
download | ChibiOS-0284f0998d6975d1754c34c864b2946a5202d02e.tar.gz ChibiOS-0284f0998d6975d1754c34c864b2946a5202d02e.tar.bz2 ChibiOS-0284f0998d6975d1754c34c864b2946a5202d02e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@402 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 5 |
1 files 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,
|