aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-20 21:08:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-20 21:08:28 +0000
commit8cdf2dba5b8113538f2c7c8c7728cc868398d636 (patch)
treef6e812aafbd7b98aa0dcfae11b3e11402f95c91f /readme.txt
parent85016e2a2622a64719e8baa58dd493b6b99aa793 (diff)
downloadChibiOS-8cdf2dba5b8113538f2c7c8c7728cc868398d636.tar.gz
ChibiOS-8cdf2dba5b8113538f2c7c8c7728cc868398d636.tar.bz2
ChibiOS-8cdf2dba5b8113538f2c7c8c7728cc868398d636.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1535 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 52364ff3d..08952fe6f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -60,6 +60,7 @@
do not support this non standard construct.
- CHANGE: Modified the thread-related constant macros to have a THD_ prefix.
- OPT: Optimizations to the priority inheritance code.
+- OPT: Speed/size optimization to the synchronous messages subsystem.
*** 1.3.8 ***
- FIX: Fixed dequeuing in lifo_remove() function (bug 2928142).