summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-02 13:16:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-02 13:16:35 -0600
commit0baf7136f9db7b14d5ed01cf753a86d0d38972b5 (patch)
treed0c62a5ed6ee12eae01ed61f6632f453e05b1bbf /apps
parent9c0f7e4217cf195b2f83175b0014e273fbc805da (diff)
downloadpx4-nuttx-0baf7136f9db7b14d5ed01cf753a86d0d38972b5.tar.gz
px4-nuttx-0baf7136f9db7b14d5ed01cf753a86d0d38972b5.tar.bz2
px4-nuttx-0baf7136f9db7b14d5ed01cf753a86d0d38972b5.zip
Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier
Diffstat (limited to 'apps')
-rw-r--r--apps/ChangeLog.txt2
-rw-r--r--apps/nshlib/Kconfig17
2 files changed, 19 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index f8ba10f72..71f7da62a 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -572,3 +572,5 @@
clean .dSYM files in directories where .exe may be built (2013-5-30).
* apps/examples/nrf35l01_term: Add an example application to demo the
nRF24L01 driver. From Laurent Latil (2013-6-1).
+ * apps/nshlib/Kconfig: Add some missing NSH configuration values.
+ From Lorenz Meier (2013-6-2).
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 72041ec76..ded9f2e67 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -252,6 +252,13 @@ config NSH_LINELEN
The maximum length of one command line and of one output line.
Default: 80
+config NSH_MAXARGUMENTS
+ int "Maximum number of command arguments"
+ default 6
+ ---help---
+ The maximum number of NSH command arguments.
+ Default: 6
+
config NSH_NESTDEPTH
int "Maximum command nesting"
default 3
@@ -354,6 +361,16 @@ config NSH_ROMFSSECTSIZE
increased if the ROMFS volume were to be become large. Any value
selected must be a power of 2.
+config NSH_ARCHROMFS
+ bool "Architecture-specific ROMFS header"
+ default n
+ depends on NSH_ROMFSETC
+ ---help---
+ Enable this option to provide an architecture-specific ROMFS
+ header at <arch/board/nsh_romfsimg.h>. Note that this header
+ will be copied from nuttx/configs/<boardname>/include and should
+ be stored at this location.
+
config NSH_FATDEVNO
int "FAT block device minor number"
default 0