mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
boards/sim: Add command line History, Edit and Search
Since sim:nsh doesn't use much resource and it is used for testing let's enable the complete line editing support. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
db011db3ac
commit
6bbb077159
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ CONFIG_PIPES=y
|
|||
CONFIG_PSEUDOFS_ATTRIBUTES=y
|
||||
CONFIG_PSEUDOFS_FILE=y
|
||||
CONFIG_PSEUDOFS_SOFTLINKS=y
|
||||
CONFIG_READLINE_CMD_HISTORY=y
|
||||
CONFIG_READLINE_EDIT_EMACS=y
|
||||
CONFIG_READLINE_TABCOMPLETION=y
|
||||
CONFIG_RTC=y
|
||||
CONFIG_RTC_ARCH=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue