aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-10 13:52:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-10 13:52:44 +0000
commitc7b67cff0eab340b5c58f168f4b44bdbc38f6d9b (patch)
treef51baef0be515ffbee509a446f0a255f1756b53a /readme.txt
parent82054b1941729e6c78b13038250a2fa74d03609d (diff)
downloadChibiOS-c7b67cff0eab340b5c58f168f4b44bdbc38f6d9b.tar.gz
ChibiOS-c7b67cff0eab340b5c58f168f4b44bdbc38f6d9b.tar.bz2
ChibiOS-c7b67cff0eab340b5c58f168f4b44bdbc38f6d9b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@173 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 36e94e505..c3e734385 100644
--- a/readme.txt
+++ b/readme.txt
@@ -39,6 +39,10 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*** Releases ***
*****************************************************************************
+*** 0.5.2 ***
+- Small reordering in the fields of the Thread structure in order to optimize
+ the space when messages are not used.
+
*** 0.5.1 ***
- NEW: Priority enqueing for messages can be optionally enabled by specifying
the P_MSGBYPRIO option when creating a message server thread.