git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@846 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ed2d5ccc20
commit
6ec06f6ff4
|
@ -92,10 +92,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
- FIX: Fixed AT91SAM7X256 EMAC driver (bug 2686349).
|
- FIX: Fixed AT91SAM7X256 EMAC driver (bug 2686349).
|
||||||
- OPT: Small optimization to the Cortex-M3 thread startup code, improved thread
|
- OPT: Small optimization to the Cortex-M3 thread startup code, improved thread
|
||||||
related performance scores and smaller code.
|
related performance scores and smaller code.
|
||||||
- OPT: Alternative implementations for port_lock() and port_unlock() when
|
- OPT: Alternative, non-inlined and more compact, implementations for
|
||||||
CH_OPTIMIZE_SPEED is FALSE, huge space savings.
|
port_lock() and port_unlock() in the Cortex-M3 port when CH_OPTIMIZE_SPEED
|
||||||
- OPT: Improved ready list and priority ordered lists code, saved some tens
|
is FALSE.
|
||||||
of bytes here and there in the kernel.
|
- OPT: Improved ready list and priority ordered lists code, some space saved.
|
||||||
- Modified the test thread function to return the global test result flag.
|
- 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
|
- Removed testcond.c|h and moved the test cases into testmtx.c. Mutexes and
|
||||||
condvars have to be tested together.
|
condvars have to be tested together.
|
||||||
|
|
Loading…
Reference in New Issue