Add support for tab-completions in the sim/nsh configuration

This commit is contained in:
Gregory Nutt 2015-07-30 12:15:03 -06:00
parent 2dbb153559
commit 85b0c705e8

View File

@ -695,8 +695,11 @@ CONFIG_NSH_CONSOLE=y
# CONFIG_SYSTEM_INIFILE is not set
# CONFIG_SYSTEM_RAMTEST is not set
CONFIG_SYSTEM_READLINE=y
CONFIG_READLINE_HAVE_EXTMATCH=y
CONFIG_READLINE_ECHO=y
CONFIG_READLINE_TABCOMPLETION=y
CONFIG_READLINE_MAX_BUILTINS=64
CONFIG_READLINE_MAX_EXTCMDS=64
# CONFIG_SYSTEM_RAMTRON is not set
# CONFIG_SYSTEM_SDCARD is not set
# CONFIG_SYSTEM_SUDOKU is not set