Skip to content

Commit

Permalink
samples: bluetooth: mesh: dfu: distributor: Enable RTT explicitly
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
PavelVPV authored and nordicjm committed Nov 5, 2024
1 parent c82402b commit ecc960b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/bluetooth/mesh/dfu/distributor/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ecc960b

Please sign in to comment.