aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-17 13:55:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-17 13:55:31 +0000
commit6a57dd25e08f1a7164542751024429be814df5e3 (patch)
tree465b3de8a07f40cb53d649bb8ed17c1c2bea4b82 /readme.txt
parentaeed6d78c11a287f010a55b58bb640f5b54d6254 (diff)
downloadChibiOS-6a57dd25e08f1a7164542751024429be814df5e3.tar.gz
ChibiOS-6a57dd25e08f1a7164542751024429be814df5e3.tar.bz2
ChibiOS-6a57dd25e08f1a7164542751024429be814df5e3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2883 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 0f5c72a30..f9bde293c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -77,6 +77,9 @@
to 2.2.4).
- FIX: Fixed spurious characters generated by Serial over USB driver (bug
3276379).
+- 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.
- NEW: Now it is possible to share DMA channels in the STM32 HAL thanks
to a centralized manager. Channels are allocated when the driver is
started and released when it is stopped.