git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@846 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-03-13 21:49:55 +00:00
parent ed2d5ccc20
commit 6ec06f6ff4
1 changed files with 4 additions and 4 deletions

View File

@ -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.