Shell RTT backend should be compiled on the boards that have RTT. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
19 lines
466 B
YAML
19 lines
466 B
YAML
sample:
|
|
name: Shell Sample
|
|
tests:
|
|
test:
|
|
filter: ( CONFIG_SERIAL and CONFIG_UART_SHELL_ON_DEV_NAME )
|
|
tags: shell
|
|
harness: keyboard
|
|
min_ram: 40
|
|
test_minimal:
|
|
filter: ( CONFIG_SERIAL and CONFIG_UART_SHELL_ON_DEV_NAME )
|
|
tags: shell
|
|
harness: keyboard
|
|
extra_args: CONF_FILE="prj_minimal.conf"
|
|
test_minimal_rtt:
|
|
filter: CONFIG_HAS_SEGGER_RTT
|
|
tags: shell
|
|
harness: keyboard
|
|
extra_args: CONF_FILE="prj_minimal_rtt.conf"
|