diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-01 09:54:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-01 09:54:08 +0000 |
commit | fd71b00c395952bb3eeea7cbc4d92dc101243944 (patch) | |
tree | 31b31b37ce659ce21619a84965a564a4adb16d58 | |
parent | 2680f87b476671ef8af6314bfbf115b31daf0f50 (diff) | |
download | ChibiOS-fd71b00c395952bb3eeea7cbc4d92dc101243944.tar.gz ChibiOS-fd71b00c395952bb3eeea7cbc4d92dc101243944.tar.bz2 ChibiOS-fd71b00c395952bb3eeea7cbc4d92dc101243944.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@210 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt index 9a1a991ee..b4e744bcc 100644 --- a/readme.txt +++ b/readme.txt @@ -64,11 +64,9 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet, scheduled *****************************************************************************
*** 0.5.5 ***
-- Added an AVRmega128 port, it is still experimental. 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.
- The code only ran in the AVR Studio simulator, it will be tested on real
- hardware ASAP.
+- 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.
- 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.
|