File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
variants/arduino_nano_33_ble_nrf52840_sense Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 11CONFIG_BT=y
2-
32CONFIG_BT_HCI_RAW=y
43CONFIG_BT_HCI_RAW_H4=y
54CONFIG_BT_HCI_RAW_H4_ENABLE=y
@@ -9,14 +8,10 @@ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
98CONFIG_BT_MAX_CONN=4
109CONFIG_BT_CTLR_ADV_EXT=y
1110CONFIG_BT_CTLR_ADV_PERIODIC=y
11+ CONFIG_BT_RX_STACK_SIZE=4096
1212
1313CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
1414
15- # Workaround: Unable to allocate command buffer when using K_NO_WAIT since
16- # Host number of completed commands does not follow normal flow control.
17- CONFIG_BT_BUF_CMD_TX_COUNT=10
18-
19-
2015CONFIG_USB_DEVICE_STACK=y
2116CONFIG_USB_DEVICE_PRODUCT="Arduino Nano 33 BLE"
2217CONFIG_USB_DEVICE_MANUFACTURER="Arduino"
@@ -37,9 +32,6 @@ CONFIG_HEAP_MEM_POOL_SIZE=16384
3732CONFIG_LLEXT_HEAP_SIZE=128
3833CONFIG_MAIN_STACK_SIZE=16384
3934
40- CONFIG_BT_RX_STACK_SIZE=4096
41- CONFIG_BT_HCI_TX_STACK_SIZE=4096
42-
4335CONFIG_FPU=y
4436
4537CONFIG_STACK_USAGE=n
You can’t perform that action at this time.
0 commit comments