summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-01 07:15:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-01 07:15:14 -0600
commit8148ce2957824b783b7ec81919b891f220c0237f (patch)
tree87a3f75d9eb988361cac0d8bd35771e9268b85de /apps/nshlib/Kconfig
parentb6814d7a4a44f58992704e2b85502ccc5dd0e331 (diff)
downloadnuttx-8148ce2957824b783b7ec81919b891f220c0237f.tar.gz
nuttx-8148ce2957824b783b7ec81919b891f220c0237f.tar.bz2
nuttx-8148ce2957824b783b7ec81919b891f220c0237f.zip
Add skip= and count= options to the NSH hexdump command. From Ken Pettit
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index dcff7cf58..b549a6c2a 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -238,6 +238,10 @@ config NSH_CODECS_BUFSIZE
int "File buffer size used by CODEC commands"
default 128
+config NSH_CMDOPT_HEXDUMP
+ bool "hexdump: Enable 'skip' and 'count' parameters"
+ default n
+
endmenu
config NSH_FILEIOSIZE