From ecc960bd48e1858f36b41d1061c2dc10a487bbd4 Mon Sep 17 00:00:00 2001 From: Pavel Vasilyev Date: Mon, 4 Nov 2024 13:21:19 +0100 Subject: [PATCH] samples: bluetooth: mesh: dfu: distributor: Enable RTT explicitly This option is not enabled by default and apparently not enabled through some other Kconfig options on nRF54L15. Enabling it explicitly to avoid misconfiguration of the sample. Signed-off-by: Pavel Vasilyev --- samples/bluetooth/mesh/dfu/distributor/prj.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/bluetooth/mesh/dfu/distributor/prj.conf b/samples/bluetooth/mesh/dfu/distributor/prj.conf index c57e2e9c3252..070e6411af8d 100644 --- a/samples/bluetooth/mesh/dfu/distributor/prj.conf +++ b/samples/bluetooth/mesh/dfu/distributor/prj.conf @@ -103,3 +103,7 @@ CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=100 # MCUmgr UART transport CONFIG_BASE64=y CONFIG_MCUMGR_TRANSPORT_UART=y + +# This option may not be enabled automatically for some boards. Enabling it explicitly to avoid +# missing configuration. +CONFIG_USE_SEGGER_RTT=y