aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 21:49:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 21:49:55 +0000
commit6ec06f6ff43f3de71632415dbc27006b17c00af1 (patch)
treee413cf55736b07fed20aca8da031171c970acad7
parented2d5ccc2088f5107434276d6ac9851191aa2a09 (diff)
downloadChibiOS-6ec06f6ff43f3de71632415dbc27006b17c00af1.tar.gz
ChibiOS-6ec06f6ff43f3de71632415dbc27006b17c00af1.tar.bz2
ChibiOS-6ec06f6ff43f3de71632415dbc27006b17c00af1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@846 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index 27198a186..fc44d634e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -92,10 +92,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Fixed AT91SAM7X256 EMAC driver (bug 2686349).
- OPT: Small optimization to the Cortex-M3 thread startup code, improved thread
related performance scores and smaller code.
-- OPT: Alternative implementations for port_lock() and port_unlock() when
- CH_OPTIMIZE_SPEED is FALSE, huge space savings.
-- OPT: Improved ready list and priority ordered lists code, saved some tens
- of bytes here and there in the kernel.
+- 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.
- 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.