Skip to content

Commit 1015fe3

Browse files
committed
[nrf fromtree] sampes/smp_svr: Bring back UART shell when using BT transport
Adding configuration options to bring old behaviour where UART shell have been available when overlay-bt.conf has been used for building sample. [nrf] Adapted to use non-revamped MCUmgr symbols. Signed-off-by: Dominik Ermel <[email protected]> Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 26d32bd)
1 parent 5b2ecb9 commit 1015fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/overlay-bt.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ CONFIG_MCUMGR_SMP_BT_AUTHEN=n
1313
CONFIG_MCUMGR_SMP_BT_CONN_PARAM_CONTROL=y
1414

1515
# Enable the Shell mcumgr transport.
16+
CONFIG_SHELL=y
17+
CONFIG_SHELL_BACKEND_SERIAL=y
1618
CONFIG_MCUMGR_SMP_SHELL=y
1719

1820
# Enable the mcumgr Packet Reassembly feature over Bluetooth and its configuration dependencies.

0 commit comments

Comments
 (0)