aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-19 09:42:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-19 09:42:03 +0000
commit6ac877739b18230c6630f82da3265c8d98a766a2 (patch)
tree107c325b5b5f6623e1110027f6c08b8e3f93e829 /readme.txt
parentd86b7080f58264a1952e1cb67b238728c0bdfd71 (diff)
downloadChibiOS-6ac877739b18230c6630f82da3265c8d98a766a2.tar.gz
ChibiOS-6ac877739b18230c6630f82da3265c8d98a766a2.tar.bz2
ChibiOS-6ac877739b18230c6630f82da3265c8d98a766a2.zip
Updated test reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@855 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 06c616963..c1245a189 100644
--- a/readme.txt
+++ b/readme.txt
@@ -96,7 +96,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- OPT: Alternative, non-inlined and more compact, implementations for
port_lock() and port_unlock() in the Cortex-M3 port when CH_OPTIMIZE_SPEED
is FALSE.
-- OPT: Improved ready list and priority ordered lists code, some space saved.
+- OPT: Improved ready list and priority ordered lists code, some space saved,
+ better context switch performance.
- 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.