aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-11 16:20:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-11 16:20:32 +0000
commitc17fbc9313e4dfdfa29824d6fc0b4844df811dad (patch)
tree81619dddaec23433ffe338b6f0b30c4a619fe23f /readme.txt
parent26dc203d6525851d03c3d373f49895b984ff588f (diff)
downloadChibiOS-c17fbc9313e4dfdfa29824d6fc0b4844df811dad.tar.gz
ChibiOS-c17fbc9313e4dfdfa29824d6fc0b4844df811dad.tar.bz2
ChibiOS-c17fbc9313e4dfdfa29824d6fc0b4844df811dad.zip
CP4 FPU support apparently working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3592 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d53e7fb73..1cb86d244 100644
--- a/readme.txt
+++ b/readme.txt
@@ -80,6 +80,7 @@
structures and stacks in the CCM RAM instead normal RAM. It is done using
a special .ld file that can be customized to decide how to allocate data
in the various RAM sections.
+- NEW: Added support for the Cortex-M4 FPU (default when the FPU is present).
- NEW: Improved I2C driver model and STM32 implementation by Barthess.
*** 2.3.4 ***