mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
Add support for tab-completions in the sim/nsh configuration
This commit is contained in:
parent
2dbb153559
commit
85b0c705e8
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue