aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-09 11:12:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-09 11:12:11 +0000
commit6776d069274223f061f9f4e15e5732a7b454bd51 (patch)
treec2aa7a6b772521de77be0bd2b94f57ac823bf24f /readme.txt
parent87d83b1b7e37925f3e32e79e6e6baedb5b13f192 (diff)
downloadChibiOS-6776d069274223f061f9f4e15e5732a7b454bd51.tar.gz
ChibiOS-6776d069274223f061f9f4e15e5732a7b454bd51.tar.bz2
ChibiOS-6776d069274223f061f9f4e15e5732a7b454bd51.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@505 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 92444beab..d76a9e3eb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.8.0 ***
+- NEW: Added condvars mechanism on top of the mutexes subsystem.
- NEW: Improved events subsystems, now it is also possible to use it just as
"event flags" without have to use event handler callbacks.
Some new APIs were introduced:
@@ -90,6 +91,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
CH_USE_DEBUG is disabled, it produces no code but allows to check the
optional code without have to compile twice.
- FIX: Fixed a warning generated by the chEvtIsListening() macro.
+- Added new test cases to the test suite about the new events APIs.
- Added a new benchmark to the test suite (timers set/reset performance).
- Renamed the macro fifo_init() to queue_init() because it is used to init
both FIFO queues and priority queues.