File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments