git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@402 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-08-25 13:03:30 +00:00
parent b689f00e31
commit 0284f0998d
1 changed files with 3 additions and 2 deletions

View File

@ -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,