* 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 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 constants in different address spaces (AVR) because it is assumed that a
pointer to a ROMCONST variable is compatible with a normal pointer. 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 - OPT: Internal optimization in the serial driver, it now is a bit smaller
and uses less RAM (all architectures). and uses less RAM (all architectures).
- Various documentation fixes, added an article covering debugging under - Various documentation fixes, added an article covering debugging under
@ -492,12 +493,12 @@
- FIX: Removed reference to an obsolete function (bug 2731661). - FIX: Removed reference to an obsolete function (bug 2731661).
- Full test cycle and test reports updated. - Full test cycle and test reports updated.
- Small fixes to the documentation. - Small fixes to the documentation.
*** 1.1.3unstable *** *** 1.1.3unstable ***
- FIX: Fixed makefile in STM32 demo, this bug was reported fixed in - FIX: Fixed makefile in STM32 demo, this bug was reported fixed in
version 1.1.2 but it was still there (bug 2686451). version 1.1.2 but it was still there (bug 2686451).
- FIX: Fixed makefile in MSP430 demo (bug 2700690). - FIX: Fixed makefile in MSP430 demo (bug 2700690).
- FIX: Fixed thumb mode build error in AT91SAM7X demos (bug 2700695). - FIX: Fixed thumb mode build error in AT91SAM7X demos (bug 2700695).
*** 1.1.2unstable *** *** 1.1.2unstable ***
- FIX: Fixed priority inheritance problem with condvars (bug 2674756) and - FIX: Fixed priority inheritance problem with condvars (bug 2674756) and