48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
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
|
|
CONFIG_BT_BUF_ACL_TX_SIZE=502
|
|
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
|
|
|
|
# Enable the Bluetooth mcumgr transport (unauthenticated).
|
|
CONFIG_MCUMGR_TRANSPORT_BT=y
|
|
CONFIG_MCUMGR_TRANSPORT_BT_CONN_PARAM_CONTROL=y
|
|
|
|
# Enable the Shell mcumgr transport.
|
|
CONFIG_BASE64=y
|
|
CONFIG_CRC=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_SHELL_BACKEND_SERIAL=y
|
|
CONFIG_MCUMGR_TRANSPORT_SHELL=y
|
|
|
|
# Enable the mcumgr Packet Reassembly feature over Bluetooth and its configuration dependencies.
|
|
# MCUmgr buffer size is optimized to fit one SMP packet divided into five Bluetooth Write Commands,
|
|
# transmitted with the maximum possible MTU value: 498 bytes.
|
|
CONFIG_MCUMGR_TRANSPORT_BT_REASSEMBLY=y
|
|
CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE=2475
|
|
CONFIG_MCUMGR_GRP_OS_MCUMGR_PARAMS=y
|
|
CONFIG_MCUMGR_TRANSPORT_WORKQUEUE_STACK_SIZE=4608
|
|
|
|
# Enable the LittleFS file system.
|
|
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_LITTLEFS=y
|
|
|
|
# Enable file system commands
|
|
CONFIG_MCUMGR_GRP_FS=y
|
|
|
|
# Enable the storage erase command.
|
|
CONFIG_MCUMGR_GRP_ZBASIC=y
|
|
CONFIG_MCUMGR_GRP_ZBASIC_STORAGE_ERASE=y
|
|
|
|
# Disable Bluetooth ping support
|
|
CONFIG_BT_CTLR_LE_PING=n
|
|
|
|
# Disable shell commands that are not needed
|
|
CONFIG_CLOCK_CONTROL_NRF_SHELL=n
|
|
CONFIG_DEVICE_SHELL=n
|
|
CONFIG_DEVMEM_SHELL=n
|
|
CONFIG_FLASH_SHELL=n
|