git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@196 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
644050eed0
commit
fd1fdffd2a
|
@ -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 **
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue