From 7c799d9dfd136b37cb8af7b59302e491ba24300d Mon Sep 17 00:00:00 2001 From: liamstask Date: Sat, 24 Apr 2010 21:20:51 +0000 Subject: [PATCH] * 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 --- readme.txt | 9 +++++---- 1 file 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