From fd1fdffd2aae564779bc5d220dcb2cdbc9064e34 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 19 Feb 2008 16:32:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@196 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-AT91SAM7X-GCC/readme.txt | 2 +- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/ARM7-AT91SAM7X-GCC/readme.txt b/demos/ARM7-AT91SAM7X-GCC/readme.txt index 5c0317e65..71f8ee51a 100644 --- a/demos/ARM7-AT91SAM7X-GCC/readme.txt +++ b/demos/ARM7-AT91SAM7X-GCC/readme.txt @@ -8,7 +8,7 @@ The demo runs on an Olimex SAM7-EX256 board. ** 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 ** diff --git a/readme.txt b/readme.txt index 4e54a1476..73f1c4072 100644 --- a/readme.txt +++ b/readme.txt @@ -47,6 +47,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet. also be useable with limited changes. The demo currently just performs basic operations, will be enhanced in next 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 *** - Removed the chMsgSendTimeout() API, it was conceptually flawed because,