git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@211 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-03-01 09:55:14 +00:00
parent fd71b00c39
commit c9efc76157
1 changed files with 2 additions and 1 deletions

View File

@ -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.