aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-20 20:45:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-20 20:45:56 +0000
commit85016e2a2622a64719e8baa58dd493b6b99aa793 (patch)
treedd916ca036a20b1d5137f324f536ecb3eae8ab2d /readme.txt
parent14005a2ffefe28adb2ce2cfdad24be782090c089 (diff)
downloadChibiOS-85016e2a2622a64719e8baa58dd493b6b99aa793.tar.gz
ChibiOS-85016e2a2622a64719e8baa58dd493b6b99aa793.tar.bz2
ChibiOS-85016e2a2622a64719e8baa58dd493b6b99aa793.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1534 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 73f6f0e56..52364ff3d 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: Optimizations to the priority inheritance code.
*** 1.3.8 ***
- FIX: Fixed dequeuing in lifo_remove() function (bug 2928142).