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

master
gdisirio 2008-02-19 16:32:21 +00:00
parent 644050eed0
commit fd1fdffd2a
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The demo runs on an Olimex SAM7-EX256 board.
** The Demo ** ** The Demo **
The demo blinks the leds on the board by using multiple threads. The demo currently just flashes the LCD background using a thread.
** Build Procedure ** ** Build Procedure **

View File

@ -47,6 +47,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
also be useable with limited changes. also be useable with limited changes.
The demo currently just performs basic operations, will be enhanced in next The demo currently just performs basic operations, will be enhanced in next
ChibiOS/RT releases. ChibiOS/RT releases.
The kernel is *unchanged* compared to version 0.5.3, just the new port and
the new demo were added.
*** 0.5.3 *** *** 0.5.3 ***
- Removed the chMsgSendTimeout() API, it was conceptually flawed because, - Removed the chMsgSendTimeout() API, it was conceptually flawed because,