aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-21 17:25:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-21 17:25:57 +0000
commit6ce39015268cb3a30adc9890a312be39857e1464 (patch)
tree3d9475f5a361de6a5a43831204eaee8d352812fc /readme.txt
parent8cdf2dba5b8113538f2c7c8c7728cc868398d636 (diff)
downloadChibiOS-6ce39015268cb3a30adc9890a312be39857e1464.tar.gz
ChibiOS-6ce39015268cb3a30adc9890a312be39857e1464.tar.bz2
ChibiOS-6ce39015268cb3a30adc9890a312be39857e1464.zip
Mutexes optimizations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1536 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 08952fe6f..294050f6d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -59,7 +59,7 @@
- CHANGE: Removed the unnamed union from the Thread structure some compilers
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 mutexes subsystem.
- OPT: Speed/size optimization to the synchronous messages subsystem.
*** 1.3.8 ***