mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 05:31:56 +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>
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_SHELL_CMD_BUFF_SIZE=90
|
|
CONFIG_SHELL=y
|