aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-25 12:41:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-25 12:41:47 +0000
commitccbfd6ecc058ba55899bcaa9b360887a0330c1a5 (patch)
tree4b1cb9d7fea2b10da0cbbc448d8ba0d8e75e360e /readme.txt
parentdfc2c1e189dff36c57dfa521ac33289fe34972d2 (diff)
downloadChibiOS-ccbfd6ecc058ba55899bcaa9b360887a0330c1a5.tar.gz
ChibiOS-ccbfd6ecc058ba55899bcaa9b360887a0330c1a5.tar.bz2
ChibiOS-ccbfd6ecc058ba55899bcaa9b360887a0330c1a5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2901 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6da9d5744..82ea21d54 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,8 @@
to 2.2.4).
- FIX: Fixed spurious characters generated by Serial over USB driver (bug
3276379).
+- NEW: Updated the STM32 header file to the latest version 3.4.0, had to
+ fix a bug regarding the STM32 XL sub-family.
- NEW: New unified GCC startup file for Cortex-Mx processors, it is written
in C instead of asm and supports constructors/destructors. Improved the
Cortex-Mx linker scripts in all the GCC demos.