* update readme (some line ending issue seems to have changed a couple other lines in the diff as well)

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1889 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
liamstask 2010-04-24 21:20:51 +00:00
parent 9da7f0b661
commit 7c799d9dfd
1 changed files with 5 additions and 4 deletions

View File

@ -66,6 +66,7 @@
the "const" keyword does that. Note that this macro is not used to place
constants in different address spaces (AVR) because it is assumed that a
pointer to a ROMCONST variable is compatible with a normal pointer.
- NEW: AT91SAM7 HAL support for the DGBU UART peripheral, as SD3
- OPT: Internal optimization in the serial driver, it now is a bit smaller
and uses less RAM (all architectures).
- Various documentation fixes, added an article covering debugging under