Skip to content

Commit c82402b

Browse files
PavelVPVnordicjm
authored andcommitted
samples: bluetooth: mesh: dfu: distributor: Disable RTT in mcuboot
RTT is used for interacting with the distributor over shell. Having it enabled in mcuboot will require a user to manually provide correct _SEGGER_RTT address otherwise RTT Viewer will pick wrong buffer and shell will not work. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent cd64ee9 commit c82402b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# RTT is used for interacting with the distributor over shell. Having it enabled in mcuboot will
2+
# require a user to manually provide correct _SEGGER_RTT address otherwise RTT Viewer will pick
3+
# wrong buffer and shell will not work.
4+
CONFIG_USE_SEGGER_RTT=n

0 commit comments

Comments
 (0)