samples: mgmt: mcumgr: Select required symbols
Select required dependency symbolds for the various transports. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
00a4a0720f
commit
fa3c6fdc28
4 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
|
||||
# Allow for large Bluetooth data packets.
|
||||
CONFIG_BT_L2CAP_TX_MTU=498
|
||||
CONFIG_BT_BUF_ACL_RX_SIZE=502
|
||||
|
|
|
@ -3,5 +3,6 @@ CONFIG_USB_DEVICE_STACK=y
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_LINE_CTRL=y
|
||||
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
||||
CONFIG_CONSOLE=y
|
||||
# USB backend is serial device
|
||||
CONFIG_MCUMGR_TRANSPORT_UART=y
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# Enable the serial mcumgr transport.
|
||||
CONFIG_MCUMGR_TRANSPORT_UART=y
|
||||
CONFIG_CONSOLE=y
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Enable the shell mcumgr transport.
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_SHELL_BACKEND_SERIAL=y
|
||||
CONFIG_MCUMGR_TRANSPORT_SHELL=y
|
||||
|
||||
# mcumgr-cli application doesn't accepts log in the channel it uses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue