Skip to content

Commit 4c8c4a9

Browse files
krish2718rlubos
authored andcommitted
snippets: nrf70: Add debugging support
This snippet can be used to enable necessary features for nRF70 debugging. Rather than keeping this file in a single sample or copying across all, moving to snippet is quite handy. Also, add the missing license header. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 69badfb commit 4c8c4a9

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ Kconfig* @tejlmand
205205
/share/ncs-package/ @tejlmand
206206
/snippets/nrf91-modem-trace-uart/ @eivindj-nordic
207207
/snippets/tfm-enable-share-uart/ @nrfconnect/ncs-cia
208+
/snippets/nrf70-debug/ @krish2718 @sachinthegreen
208209
/subsys/audio_module/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
209210
/subsys/bluetooth/ @alwa-nordic @jori-nordic @carlescufi @KAGA164
210211
/subsys/bluetooth/mesh/ @ludvigsj

samples/wifi/shell/sample.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ tests:
187187
sample.nrf7002.superset.debug:
188188
build_only: true
189189
extra_args:
190-
OVERLAY_CONFIG=overlay-debug.conf;overlay-zperf.conf
190+
SNIPPET=nrf70-debug
191+
OVERLAY_CONFIG=overlay-zperf.conf
191192
CONFIG_NRF700X_UTIL=y
192193
CONFIG_WPA_CLI=y
193194
CONFIG_NET_IPV4_FRAGMENT=y

samples/wifi/shell/overlay-debug.conf snippets/nrf70-debug/overlay-debug.conf

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (c) 2023 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
17
CONFIG_SHELL=y
28
CONFIG_SHELL_STACK_SIZE=4096
39
CONFIG_NET_SHELL=y

snippets/nrf70-debug/snippet.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: nrf70-debug
2+
append:
3+
EXTRA_CONF_FILE: overlay-debug.conf

0 commit comments

Comments
 (0)