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

This commit is contained in:
gdisirio 2007-10-03 18:19:49 +00:00
parent dd18ff8898
commit a06b8b5364
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the
*** 0.3.1 ***
- Test program added to the demos. Telnet the MinGW and MSVS demos and type
"test" at the "ch>" prompt. On the LPC214x demo the test is activated by
pressing both the board. The test performs integrity tests on the main
ChibiOS/RT functionalities.
pressing both the board buttons. The test performs tests on the ChibiOS/RT
functionalities.
The test code is also a good example of APIs usage and ChibiOS/RT behavior.
- Fixed bug in chEvtWaitTimeout(), the timeout code performed an useless
dequeue operation.