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

This commit is contained in:
gdisirio 2009-03-13 21:38:09 +00:00
parent 196ea50917
commit ed2d5ccc20
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
the macro chSysGetTime() in chTimeNow(), the old names are still recognized the macro chSysGetTime() in chTimeNow(), the old names are still recognized
but marked as deprecated (fixes the bug 2678953 but goes a bit further by but marked as deprecated (fixes the bug 2678953 but goes a bit further by
introducing a new API category "Time"). introducing a new API category "Time").
- FIX: Fixed makefile problems in the AT91SAM7X256 and STM32 demos (bugs
2686347 and 2686451).
- 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 implementations for port_lock() and port_unlock() when