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

This commit is contained in:
gdisirio 2009-02-19 18:32:51 +00:00
parent 3674e55f83
commit 83762f45fd
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
checking. The check is not performed in the kernel but in the port code. checking. The check is not performed in the kernel but in the port code.
Currently no ports implement it. Currently no ports implement it.
- NEW: Unified makefiles for ARM7 and ARMCM3 projects, the new makefiles - NEW: Unified makefiles for ARM7 and ARMCM3 projects, the new makefiles
share a common part making them easier to maintain. share a common part making them easier to maintain. Also reorganized the
demo-specific part of the makefile, now it is easier to configure and the
option can be overriden from outside.
- CHANGE: Changed the chSemFastWaitS() macro in chSemFastWaitI() and - CHANGE: Changed the chSemFastWaitS() macro in chSemFastWaitI() and
chSemGetCounter() in chSemGetCounterI(). chSemGetCounter() in chSemGetCounterI().
- Improvements to the test suite, added a new level of indirection that allows - Improvements to the test suite, added a new level of indirection that allows