aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-21 19:57:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-21 19:57:30 +0000
commit11a6a2bf6476beda7a3a6d8504aa74c03c3b9731 (patch)
tree7a0d5b60c4577c0d2f861c4afa9fc1df4a8e887c /readme.txt
parentea02b6612f7f377f77cbdebe29d0d52f30e5fdeb (diff)
downloadChibiOS-11a6a2bf6476beda7a3a6d8504aa74c03c3b9731.tar.gz
ChibiOS-11a6a2bf6476beda7a3a6d8504aa74c03c3b9731.tar.bz2
ChibiOS-11a6a2bf6476beda7a3a6d8504aa74c03c3b9731.zip
Events subsystem optimizations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1538 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 04b619421..567022e0a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -59,6 +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: Speed/size optimization to the events subsystem.
- 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.