aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-16 10:57:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-16 10:57:16 +0000
commit2706d240bbea25b21dac8e0bc123de9cb2080a13 (patch)
tree2dadce33dd364f5d745f3f8c5274289ad237e63d /readme.txt
parent2f39b6e6b5bd6383c125fbf151ffd0d7e488a1de (diff)
downloadChibiOS-2706d240bbea25b21dac8e0bc123de9cb2080a13.tar.gz
ChibiOS-2706d240bbea25b21dac8e0bc123de9cb2080a13.tar.bz2
ChibiOS-2706d240bbea25b21dac8e0bc123de9cb2080a13.zip
Added static initializers to thread queues, semaphores, mutexes, condvars and event sources.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@975 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 9baa121b5..596122629 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,16 +84,16 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: Abstract I/O Channels mechanism introduced. This mechanism allows to
access I/O resources through a standard interface and hides implementation
details. The existing serial drivers were modified to offer a standard
- channel interface to the applications.
+ channel interface to the applications (the old APIs are retained as macros).
- NEW: The I/O queues code was improved, now there are 2 separate structures:
InputQueue and OutputQueue. There are some changes in the queue APIs
in order to make them more symmetrical and functional. Improved the queues
documentation. Some of the changes were needed in order to support the new
channels mechanism as a backend for queued serial drivers.
-- NEW: Added test cases for the improved queues.
-- NEW: Added a code coverage analysis application under ./tests/coverage.
- NEW: Added more test cases in order to improve the test suite code coverage
(it was 74% in version 1.2.0, it is now close to 100%).
+- NEW: Added test cases for the improved queues and serial drivers.
+- NEW: Added a code coverage analysis application under ./tests/coverage.
- NEW: Added the test suite documentation to the general documentation.
- NEW: Added a new "naked" context switch benchmark that better defines the
real context switch time, previous benchmarks introduced too much overhead