aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-30 09:00:50 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-30 09:00:50 +0000
commitc303a8a06e68fb30c082a4f1a4fcc675ff0bd39e (patch)
treefbaf137ef85a62d1977d14e412409e645fd048ca /readme.txt
parentf6e46bac2e7d9a62b54deac25b09b7f26bee40b1 (diff)
downloadChibiOS-c303a8a06e68fb30c082a4f1a4fcc675ff0bd39e.tar.gz
ChibiOS-c303a8a06e68fb30c082a4f1a4fcc675ff0bd39e.tar.bz2
ChibiOS-c303a8a06e68fb30c082a4f1a4fcc675ff0bd39e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@121 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 6be900b93..54bac1f56 100644
--- a/readme.txt
+++ b/readme.txt
@@ -43,7 +43,10 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
- Size optimization in the events code, now the chEvtWait() reuses the
chEvtWaitTimeout() code if it is enabled.
- Size optimization in the semaphores code, now the chSemWaitTimeout() just
- invokes the chSemWaitTimeoutS() inside its system mutex zone.
+ invokes the chSemWaitTimeoutS() inside its system mutex zone. Same thing
+ done with chSemWait() and chSemWaitS().
+- Size optimization in the queues code.
+- Modified the return type of chSemWait() and chSemWaitS() from void to t_msg.
- Added a threads create/exit/wait benchmark to the test suite, the system
is capable of 81712 threads started/terminated per second on the reference
LPC2148 board. The figure is inclusive of two context switch operations
@@ -54,6 +57,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
- Fixed a chEvtWaitTimeout() documentation error.
- Added a new debug switch: CH_USE_TRACE, previously the trace functionality
was associated to the CH_USE_DEBUG switch.
+- I am meditating to to make a 1.0.0 release from this version, I am out of
+ things to do on the kernel...
*** 0.4.2 ***
- Added a minimal ARM7-LPC demo, you can use this one as template in order to