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
This commit is contained in:
patacongo
2012-02-25 20:46:18 +00:00
parent fe55532f34
commit 2bc54edaf3
5 changed files with 71 additions and 7 deletions
+2
View File
@@ -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.