Skip to content

Commit af42e47

Browse files
committed
[nrf fromlist] samples: boards: nordic: coresight_stm: Add RTT configuration
Add sample configuration that uses RTT backend for STM logging. Upstream PR #: 100570 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 845ea49 commit af42e47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

samples/boards/nordic/coresight_stm/sample.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ tests:
4141
- SB_CONFIG_APP_CPUPPR_RUN=y
4242
- SB_CONFIG_APP_CPUFLPR_RUN=y
4343

44+
sample.boards.nrf.coresight_stm.rtt:
45+
required_snippets:
46+
- nordic-log-stm
47+
extra_configs:
48+
- CONFIG_DEBUG_NRF_ETR_BACKEND_RTT=y
49+
- CONFIG_DEBUG_NRF_ETR_BACKEND_UART=n
50+
- CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=8192
51+
extra_args:
52+
- SB_CONFIG_APP_CPUPPR_RUN=y
53+
- SB_CONFIG_APP_CPUFLPR_RUN=y
54+
4455
sample.boards.nrf.coresight_stm.local_uart:
4556
harness: console
4657
harness_config:

0 commit comments

Comments
 (0)