aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-19 16:29:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-19 16:29:25 +0000
commit644050eed0997d9873f4e76b04b5de5464e5a7a0 (patch)
tree11e0e4aab3a0e13022db2cecdb700c310cc41724
parentdcd80dadf36c91ac337030eea3e2d7bbf7a7d0f5 (diff)
downloadChibiOS-644050eed0997d9873f4e76b04b5de5464e5a7a0.tar.gz
ChibiOS-644050eed0997d9873f4e76b04b5de5464e5a7a0.tar.bz2
ChibiOS-644050eed0997d9873f4e76b04b5de5464e5a7a0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@195 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 4867705e2..4e54a1476 100644
--- a/readme.txt
+++ b/readme.txt
@@ -33,6 +33,8 @@ ARM7-LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets
other boards. The demo can be compiled using YAGARTO
or any other GCC-based ARM toolchain. Full demo.
ARM7-LPC214x-GCC-min - Minimal demo for LPC214X.
+ARM7-AT91SAM7X-GCC - Port for Atmel AT91SAM7X256. The demo program targets
+ the Olimex SAM7-EX256 board.
AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*****************************************************************************
@@ -40,7 +42,11 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*****************************************************************************
*** 0.5.4 ***
-- Begun the work for the port on Atmel AT91SAM7X256 (and similar models).
+- Port for Atmel AT91SAM7X256 introduced, the port should be useable also on
+ SAM7S and SAM7XC but no tests were performed. Other SAM7 processors should
+ also be useable with limited changes.
+ The demo currently just performs basic operations, will be enhanced in next
+ ChibiOS/RT releases.
*** 0.5.3 ***
- Removed the chMsgSendTimeout() API, it was conceptually flawed because,