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

This commit is contained in:
gdisirio 2009-03-07 18:20:31 +00:00
parent e54758e2d3
commit a5d0e87382
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
stable branch). stable branch).
- FIX: Fixed a small problem in the chcore.c template file. - FIX: Fixed a small problem in the chcore.c template file.
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added. - NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
- NEW: Now all the APIs with a timeout specification accept the constant - NEW: Most APIs with a timeout specification now accept the constant
TIME_ZERO (0) that triggers an immediate timeout when trying to enter a sleep TIME_ZERO (0) that triggers an immediate timeout when trying to enter a sleep
state. Note that the previous constant TIME_INFINITE now has value -1 state. Note that the previous constant TIME_INFINITE now has value -1
instead of zero. instead of zero.