Skip to content

Commit 3a40b62

Browse files
PavelVPVrlubos
authored andcommitted
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 <[email protected]> (cherry picked from commit ecc960b)
1 parent a08b019 commit 3a40b62

File tree

1 file changed

+4
-0
lines changed
  • samples/bluetooth/mesh/dfu/distributor

1 file changed

+4
-0
lines changed

samples/bluetooth/mesh/dfu/distributor/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,7 @@ CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=100
103103
# MCUmgr UART transport
104104
CONFIG_BASE64=y
105105
CONFIG_MCUMGR_TRANSPORT_UART=y
106+
107+
# This option may not be enabled automatically for some boards. Enabling it explicitly to avoid
108+
# missing configuration.
109+
CONFIG_USE_SEGGER_RTT=y

0 commit comments

Comments
 (0)