From 8148ce2957824b783b7ec81919b891f220c0237f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 1 Nov 2013 07:15:14 -0600 Subject: Add skip= and count= options to the NSH hexdump command. From Ken Pettit --- apps/nshlib/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/nshlib/Kconfig') 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 -- cgit v1.2.3