aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-19 13:00:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-19 13:00:24 +0000
commitbca8923f622aa26a55b9b9ae834b1094487498c4 (patch)
tree67b90674acf78ebe02ef9c5025b7e227866a3cc8 /readme.txt
parentde194f4d9668de0783095d1815493b722fb65aed (diff)
downloadChibiOS-bca8923f622aa26a55b9b9ae834b1094487498c4.tar.gz
ChibiOS-bca8923f622aa26a55b9b9ae834b1094487498c4.tar.bz2
ChibiOS-bca8923f622aa26a55b9b9ae834b1094487498c4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@58 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 2e398401e..db56b33a8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -40,6 +40,10 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*** 0.3.5 ***
- Space optimization in events code.
+- Changed the behavior of chEvtWaitTimeout() when the timeout parameter is
+ set to zero, now it is consistent with all the other syscalls that have a
+ timeout option.
+- Reorganized all the inline definitions into a single file (inline.h).
*** 0.3.4 ***
- Fixed a problem in chVTSetI().