aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-21 18:06:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-21 18:06:33 +0000
commitea02b6612f7f377f77cbdebe29d0d52f30e5fdeb (patch)
tree4d0a85d724aab15345eee929f15da058ce989d54 /readme.txt
parent6ce39015268cb3a30adc9890a312be39857e1464 (diff)
downloadChibiOS-ea02b6612f7f377f77cbdebe29d0d52f30e5fdeb.tar.gz
ChibiOS-ea02b6612f7f377f77cbdebe29d0d52f30e5fdeb.tar.bz2
ChibiOS-ea02b6612f7f377f77cbdebe29d0d52f30e5fdeb.zip
Condvars optimizations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1537 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 294050f6d..04b619421 100644
--- a/readme.txt
+++ b/readme.txt
@@ -52,14 +52,15 @@
*****************************************************************************
*** 1.5.0 ***
-- FIX: Fixed parameter check in sdStart() function (bug 2932922)(backported in
- 1.4.0).
+- FIX: Fixed parameter check in sdStart() function (bug 2932922)(backported
+ in 1.4.0).
- FIX: Fixed missing platform.mk file in MSP430 port (bug 2933735)(backported
in 1.4.0).
- 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: Speed/size optimization to the mutexes subsystem.
+- OPT: Speed/size optimization to the condvars subsystem.
- OPT: Speed/size optimization to the synchronous messages subsystem.
*** 1.3.8 ***