summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 07160054b..9a5f625d5 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9935,4 +9935,7 @@
* arch/arm/src/sam34/sam_start.c: Leverage start-up logic from STM32
to (1) Enable the FPU and (2) perform IDLE stack coloration
(2015-03-05).
+ * arch/arm/src/armv7-m/up_lazyexception.S, Kconfig and severl other
+ files: Add support for lazy FPU state saving. Not yet verified.
+ (2015-03-06).