Skip to content

Commit

Permalink
sample.yaml: Add build case for modem UART traces
Browse files Browse the repository at this point in the history
Add build case for modem UART traces with overlay that
switches to devsectag.

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Nov 8, 2024
1 parent 3c10e98 commit fb76c14
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/overlay-dev-sectag.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Set nRF Cloud CoAP security tag to a dev tag to enable decoded DTLS traces.
# It is required that the nRF Cloud CoAP server certificate has been provisioned to the sec tag.
CONFIG_NRF_CLOUD_COAP_SEC_TAG=2147483667
CONFIG_NRF_CLOUD_COAP_JWT_SEC_TAG=4242
12 changes: 12 additions & 0 deletions app/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ tests:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
extra_args: EXTRA_CONF_FILE="overlay-memfault.conf;overlay-modemtrace-to-memfault.conf;overlay-etb.conf"
tags: ci_build
app.build.memfault.modemtrace.uart:
build_only: true
sysbuild: true
integration_platforms:
- thingy91x/nrf9151/ns
platform_allow:
- thingy91x/nrf9151/ns
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="PROJECTKEY"
extra_args: EXTRA_CONF_FILE="overlay-memfault.conf;overlay-dev-sectag.conf"
app_SNIPPET=nrf91-modem-trace-uart
tags: ci_build
app.build.bootloader_update:
build_only: true
sysbuild: true
Expand Down

0 comments on commit fb76c14

Please sign in to comment.