aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-31 08:29:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-31 08:29:24 +0000
commit29129b03af6796368d5aecfd0043ba0c472ff98a (patch)
treed5d79a2e31d902da0f6eb6aaca646cf53451450a /readme.txt
parente5fba2f521a6c5ae783423763795501950cb2793 (diff)
downloadChibiOS-29129b03af6796368d5aecfd0043ba0c472ff98a.tar.gz
ChibiOS-29129b03af6796368d5aecfd0043ba0c472ff98a.tar.bz2
ChibiOS-29129b03af6796368d5aecfd0043ba0c472ff98a.zip
Fixed bug #430.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6232 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index ea4585d99..bdb249dd6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -88,7 +88,9 @@
*** Releases ***
*****************************************************************************
-*** 2.7.0 ***
+*** 2.7.0 ***
+- FIX: Fixed possible unalignment in GCC Cortex-M scatter files (bug #430)
+ (backported to 2.6.2 and 2.4.6).
- FIX: Fixed PAL driver documentation error (bug #427)(backported to 2.6.1
and 2.4.5).
- FIX: Fixed UART4 and 5 marked as not present in STM32F30x devices (bug #426)