diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-27 16:42:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-27 16:42:07 +0000 |
commit | 8b55cb9767ce881b7a22c5af34605ed3a261582d (patch) | |
tree | 2b1e4239c2909496d83058a0a16da65525c9e70c /readme.txt | |
parent | b8e618f59a5bc34aa76e2aacd6484ad217c54e33 (diff) | |
download | ChibiOS-8b55cb9767ce881b7a22c5af34605ed3a261582d.tar.gz ChibiOS-8b55cb9767ce881b7a22c5af34605ed3a261582d.tar.bz2 ChibiOS-8b55cb9767ce881b7a22c5af34605ed3a261582d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1109 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 0b16a0f11..918f4cb4b 100644 --- a/readme.txt +++ b/readme.txt @@ -17,6 +17,9 @@ demo directory.
- CHANGE: Removed the CH_USE_SERIAL_FULLDUPLEX configuration option because
the serial driver is no more part of the kernel.
+- CHANGE: Reorganized the PAL and Serial identifiers now IOPORT1..N and
+ SD1..N rather than IOPORT_A..Z and COM1..N, some of the old names were
+ conflicting with some AVR libraries.
*** 1.3.1 ***
- FIX: Removed mention of an obsolete option from the documentation (bug
|