summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-25 20:46:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-25 20:46:18 +0000
commitbe54b96b1068512c0264f97ecc157aad577821d7 (patch)
tree0615dcb5b01fcc369ca6b1bc8a954b5a50eeccf2 /nuttx/ChangeLog
parentaf78be40dacdedfbe392589be3ceb0d3beb20ae6 (diff)
readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4428 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fa85503efc..496c751e81 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2506,3 +2506,5 @@
submitted by Max Nekludov.
* arch/arm/src/armv7-m/up_fpu.S and arch/arm/src/stm32/stm32_vectors.S: Fix
lazy FPU register saving with CONFIG_ARCH_FPU is set in the configuration.
+ * arch/arm/src/armv7-m: Lazy saving of floating point registers on context
+ switches now seems to be functional.