Skip to content

Commit 6584ece

Browse files
committed
sample.yaml: Add build case for modem UART traces
Add build case for modem UART traces with overlay that switches to devsectag. Signed-off-by: Simen S. Røstad <[email protected]>
1 parent 0fd3f1e commit 6584ece

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

app/overlay-dev-sectag.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Set nRF Cloud CoAP security tag to a dev tag to enable decoded DTLS traces.
8+
# It is required that the nRF Cloud CoAP server certificate has been provisioned to the sec tag.
9+
CONFIG_NRF_CLOUD_COAP_SEC_TAG=2147483667
10+
CONFIG_NRF_CLOUD_COAP_JWT_SEC_TAG=4242

app/sample.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ tests:
2020
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
2121
extra_args: EXTRA_CONF_FILE="overlay-memfault.conf;overlay-modemtrace-to-memfault.conf;overlay-etb.conf"
2222
tags: ci_build
23+
app.build.memfault.modemtrace.uart:
24+
build_only: true
25+
sysbuild: true
26+
integration_platforms:
27+
- thingy91x/nrf9151/ns
28+
platform_allow:
29+
- thingy91x/nrf9151/ns
30+
extra_configs:
31+
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
32+
extra_args: EXTRA_CONF_FILE="overlay-memfault.conf;overlay-dev-sectag.conf"
33+
app_SNIPPET=nrf91-modem-trace-uart
34+
tags: ci_build
2335
app.build.bootloader_update:
2436
build_only: true
2537
sysbuild: true

0 commit comments

Comments
 (0)