From 7084bd619b16e9e2f2f0381848102fe0b6d59b41 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Thu, 26 Dec 2024 20:33:34 +0530 Subject: [PATCH] samples: wifi: scan: Add a shell overlay This is handy for debugging, primarily for kernel heap tracking. Signed-off-by: Chaitanya Tata --- samples/wifi/scan/overlay-shell.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 samples/wifi/scan/overlay-shell.conf diff --git a/samples/wifi/scan/overlay-shell.conf b/samples/wifi/scan/overlay-shell.conf new file mode 100644 index 000000000000..9b3989212b64 --- /dev/null +++ b/samples/wifi/scan/overlay-shell.conf @@ -0,0 +1,15 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +CONFIG_SHELL=y +CONFIG_NET_SHELL=n +CONFIG_SHELL_BACKEND_SERIAL=y +CONFIG_SHELL_STACK_SIZE=4600 +CONFIG_NRF70_UTIL=y +CONFIG_SYS_HEAP_RUNTIME_STATS=y +CONFIG_LOG=y +CONFIG_LOG_MODE_IMMEDIATE=y +CONFIG_PRINTK=y