aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-31 15:03:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-31 15:03:25 +0000
commitd209f631a56dcf5cf2032cb51054969221736a02 (patch)
treefd9e92305088f82fb1fdf0e009e2edc1b804aab1 /readme.txt
parentc5569d8fc9baaf08e1576bf4dd5eb0b990d86153 (diff)
downloadChibiOS-d209f631a56dcf5cf2032cb51054969221736a02.tar.gz
ChibiOS-d209f631a56dcf5cf2032cb51054969221736a02.tar.bz2
ChibiOS-d209f631a56dcf5cf2032cb51054969221736a02.zip
Fixed bug 2700695.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@859 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 2aac0ab07..ba22f958c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,7 +75,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** 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 makefile in MSP430 demo (bug 2700690).
+- FIX: Fixed thumb mode build error in AT91SAM7X demos (bug 2700695).
*** 1.1.2unstable ***
- FIX: Fixed priority inheritance problem with condvars (bug 2674756) and