diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-28 18:42:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-28 18:42:04 +0000 |
commit | 9a0ef300bce50901d5de3d6d722e29b79a2f9a36 (patch) | |
tree | 3f6ba1c9a49c9534d931bbc33baff4368ce25d26 /readme.txt | |
parent | 95b238fc867da32f28c74b98b793fbd40345b595 (diff) | |
download | ChibiOS-9a0ef300bce50901d5de3d6d722e29b79a2f9a36.tar.gz ChibiOS-9a0ef300bce50901d5de3d6d722e29b79a2f9a36.tar.bz2 ChibiOS-9a0ef300bce50901d5de3d6d722e29b79a2f9a36.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@25 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 07fc0c508..4508b2a21 100644 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,15 @@ LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the *** Releases ***
*****************************************************************************
+*** 0.3.0 ***
+- ChibiOS/RT goes beta.
+- Diet for the threads code, some simple APIs become macros.
+- Thread Local Storage implemented as a single API: chThdLS().
+ The API simply returns a pointer into the thread working area, see the
+ documentation on the web site.
+- Moved some documentation and images from the web site into the Doxigen
+ generated HTMLs.
+
*** 0.2.1 ***
- Optimizations in the RT semaphores subsystem. The support for this
subsystem should still be considered experimental and further changes may
|