aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-01 09:55:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-01 09:55:14 +0000
commitc9efc761574cc108474517a21b98570e21301778 (patch)
tree47e378ed07973da075005c54bdcdef1bc1b893a2
parentfd71b00c395952bb3eeea7cbc4d92dc101243944 (diff)
downloadChibiOS-c9efc761574cc108474517a21b98570e21301778.tar.gz
ChibiOS-c9efc761574cc108474517a21b98570e21301778.tar.bz2
ChibiOS-c9efc761574cc108474517a21b98570e21301778.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@211 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index b4e744bcc..d7b94267d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -66,7 +66,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet, scheduled
*** 0.5.5 ***
- Added an AVRmega128 port. The previous AT90CANx port is still present but
it will be redone after the AVRmega128 port is complete because it will
- share most of it.
+ share most of it. The demo is very simple, it will be expanded in next
+ releases.
- Reorganized the code of the two ARM7 ports, now all the common ARM7 code
is in ./ports/ARM7. This will make maintenance and new ARM7 ports much much
easier.