aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 19:30:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 19:30:52 +0000
commita5f92e68309aa5270602cb6e911c43c9bc370408 (patch)
tree4e8f618caa20c92446779668b491d337ea64ee5f /readme.txt
parentcac6514204ed81c2dee8da04a313590ed8445159 (diff)
downloadChibiOS-a5f92e68309aa5270602cb6e911c43c9bc370408.tar.gz
ChibiOS-a5f92e68309aa5270602cb6e911c43c9bc370408.tar.bz2
ChibiOS-a5f92e68309aa5270602cb6e911c43c9bc370408.zip
Improvements to the priority lists.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@838 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 808dac082..18184bf5c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
introducing a new API category "Time").
- OPT: Small optimization to the Cortex-M3 port code, improved thread
related performance scores and smaller code.
+- OPT: Improved ready list and priority ordered lists code, saved some tens
+ of bytes here and there in the kernel.
+- Modified the test thread function to return the global test result flag.
- Removed testcond.c|h and moved the test cases into testmtx.c. Mutexes and
condvars have to be tested together.
- Added architecture diagram to the documentation.