mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 06:56:46 +00:00
Testing: 1. Shell built-in commands. 2. Wildcards module. 3. Static commands creation and execution. 4. Dynamic commands creation and execution. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
CONFIG_SHELL=y
|
|
CONFIG_SHELL_BACKEND_SERIAL=n
|
|
CONFIG_SHELL_BACKEND_DUMMY=y
|
|
CONFIG_SHELL_CMD_BUFF_SIZE=90
|
|
CONFIG_SHELL_PRINTF_BUFF_SIZE=15
|
|
CONFIG_SHELL_METAKEYS=n
|
|
CONFIG_LOG=n
|
|
CONFIG_ZTEST=y
|