diff options
-rw-r--r-- | readme.txt | 9 |
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
|