aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-24 21:20:51 +0000
committerliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-24 21:20:51 +0000
commit7c799d9dfd136b37cb8af7b59302e491ba24300d (patch)
tree0594dabad8b65a9c5f7e306cd72a7defdfcec4f5
parent9da7f0b661c0f776a14d9f69295f23ed486de584 (diff)
downloadChibiOS-7c799d9dfd136b37cb8af7b59302e491ba24300d.tar.gz
ChibiOS-7c799d9dfd136b37cb8af7b59302e491ba24300d.tar.bz2
ChibiOS-7c799d9dfd136b37cb8af7b59302e491ba24300d.zip
* 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
-rw-r--r--readme.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index de55fa8ee..e50024860 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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
@@ -492,12 +493,12 @@
- FIX: Removed reference to an obsolete function (bug 2731661).
- Full test cycle and test reports updated.
- Small fixes to the documentation.
-
-*** 1.1.3unstable ***
-- FIX: Fixed makefile in STM32 demo, this bug was reported fixed in
+
+*** 1.1.3unstable ***
+- FIX: Fixed makefile in STM32 demo, this bug was reported fixed in
version 1.1.2 but it was still there (bug 2686451).
- 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 ***
- FIX: Fixed priority inheritance problem with condvars (bug 2674756) and