Skip to content

Commit 5ad08a8

Browse files
nordicjmmbolivar-nordic
authored andcommitted
[nrf fromtree] samples: mgmt: mcumgr: Select required symbols
Select required dependency symbolds for the various transports. [nrf] Adapted to use non-reworked MCUmgr symbols Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit fa3c6fd) (cherry picked from commit 5b2ecb9)
1 parent c6e2fd6 commit 5ad08a8

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
CONFIG_BT=y
2+
CONFIG_BT_PERIPHERAL=y
3+
14
# Allow for large Bluetooth data packets.
25
CONFIG_BT_L2CAP_TX_MTU=498
36
CONFIG_BT_BUF_ACL_RX_SIZE=502

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ CONFIG_USB_DEVICE_STACK=y
33
CONFIG_SERIAL=y
44
CONFIG_UART_LINE_CTRL=y
55
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
6+
CONFIG_CONSOLE=y
67
# USB backend is serial device
78
CONFIG_MCUMGR_SMP_UART=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Enable the serial mcumgr transport.
22
CONFIG_MCUMGR_SMP_UART=y
3+
CONFIG_CONSOLE=y

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Enable the shell mcumgr transport.
2+
CONFIG_SHELL=y
3+
CONFIG_SHELL_BACKEND_SERIAL=y
24
CONFIG_MCUMGR_SMP_SHELL=y
35

46
# mcumgr-cli application doesn't accepts log in the channel it uses

0 commit comments

Comments
 (0)