summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-06 08:27:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-06 08:27:53 -0600
commite931ff6e793ea13ffca18a3f2f84618c2c461872 (patch)
tree23f3169b50938ac23fc5eebf7803525233675af9
parenta2380d090353ab62fcaefc06a45565454b96eb0b (diff)
downloadpx4-nuttx-e931ff6e793ea13ffca18a3f2f84618c2c461872.tar.gz
px4-nuttx-e931ff6e793ea13ffca18a3f2f84618c2c461872.tar.bz2
px4-nuttx-e931ff6e793ea13ffca18a3f2f84618c2c461872.zip
Update ChangeLog
-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).