File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ CONFIG_NETWORKING=n
2+ CONFIG_BT=y
3+ CONFIG_BT_DEVICE_NAME_DYNAMIC=y
4+ CONFIG_BT_GATT_DYNAMIC_DB=y
5+ CONFIG_BT_PERIPHERAL=y
6+ CONFIG_BT_CENTRAL=y
7+ CONFIG_BT_GATT_CLIENT=y
8+ CONFIG_BT_L2CAP_TX_MTU=252
9+ CONFIG_BT_BUF_ACL_RX_SIZE=256
10+
11+ CONFIG_MICROPY_HEAP_SIZE=98304
12+ CONFIG_MAIN_STACK_SIZE=8192
13+
14+ # CONFIG_DYNAMIC_THREAD=y
15+ CONFIG_THREAD_CUSTOM_DATA=y
16+ CONFIG_THREAD_MONITOR=y
17+ CONFIG_THREAD_STACK_INFO=y
18+
19+ # Enable Bootloader
20+ CONFIG_BOOTLOADER_MCUBOOT=y
21+
22+ # Enable SMP Server
23+ CONFIG_MCUMGR=y
24+ CONFIG_MCUMGR_GRP_IMG=y
25+
26+ # CONFIG_MCUMGR_GRP_IMG dependencies
27+ CONFIG_FLASH=y
28+ CONFIG_IMG_MANAGER=y
29+
30+ # CONFIG_IMG_MANAGER dependencies
31+ CONFIG_STREAM_FLASH=y
32+
33+ # CONFIG_MCUMGR dependencies
34+ CONFIG_NET_BUF=y
35+ CONFIG_ZCBOR=y
36+
37+ # Required for CONFIG_IMG_MANAGER
38+ CONFIG_FLASH_MAP=y
39+
40+ # Enable BLE transfer
41+ CONFIG_BT=y
42+ CONFIG_BT_PERIPHERAL=y
43+ CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
44+
45+ CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
46+ CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP=y
47+
48+ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
49+
You can’t perform that action at this time.
0 commit comments