aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-04 16:08:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-04 16:08:22 +0000
commit0778745ee12a4f14c001bd205e05728cc01e9633 (patch)
tree5e1c24d6bb442c4e18d464e3e8d1d5edf0d03f27 /readme.txt
parent99ac65be2ac3d59a4de3b5adaa4dd9adeb80c1e2 (diff)
downloadChibiOS-0778745ee12a4f14c001bd205e05728cc01e9633.tar.gz
ChibiOS-0778745ee12a4f14c001bd205e05728cc01e9633.tar.bz2
ChibiOS-0778745ee12a4f14c001bd205e05728cc01e9633.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index bfadc2319..f215b04ad 100644
--- a/readme.txt
+++ b/readme.txt
@@ -64,12 +64,14 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet, scheduled
*****************************************************************************
*** 0.5.6 ***
+- Implemented a serial driver in the AVR port.
- Code refactory, all the old sized-integer definitions like LONG32, UWORD16
etc are now replaced by the proper definitions provided by the compiler
into stdint.h. This has an impact on some API prototypes but we can't
help it.
- MSVC demo dropped, it is still possible to use the MinGW demo as simulator
in Win32.
+- Fixed a minor error in sam7x_serial.h and lpc214x_serial.h.
*** 0.5.5 ***
- Added an AVRmega128 port. The previous AT90CANx port is still present but