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

master
gdisirio 2008-03-06 16:05:42 +00:00
parent a6dbd7a691
commit 959e29936f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not tested on hardware yet.
the size_t type defined into stddef.h. Some type names were modified in
order to not match commonly used type names.
- The above changes have an impact on some API prototypes but we can't help
it, the change was required because the type names were a concern for
it, the changes were required because the type names were a concern for
some users.
- Implemented a serial driver in the AVR port.
- Reworked the AVR AT90CAN128 port to share the common AVR code.