mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 17:43:22 +08: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:
committed by
Alan C. Assis
parent
db011db3ac
commit
6bbb077159
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user