Skip to content

Commit de2bc3c

Browse files
committed
nano33ble: cleanup bt configs
1 parent eee52d0 commit de2bc3c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

variants/arduino_nano_33_ble_nrf52840_sense/arduino_nano_33_ble_nrf52840_sense.conf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_BT=y
2-
32
CONFIG_BT_HCI_RAW=y
43
CONFIG_BT_HCI_RAW_H4=y
54
CONFIG_BT_HCI_RAW_H4_ENABLE=y
@@ -9,14 +8,10 @@ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
98
CONFIG_BT_MAX_CONN=4
109
CONFIG_BT_CTLR_ADV_EXT=y
1110
CONFIG_BT_CTLR_ADV_PERIODIC=y
11+
CONFIG_BT_RX_STACK_SIZE=4096
1212

1313
CONFIG_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-
2015
CONFIG_USB_DEVICE_STACK=y
2116
CONFIG_USB_DEVICE_PRODUCT="Arduino Nano 33 BLE"
2217
CONFIG_USB_DEVICE_MANUFACTURER="Arduino"
@@ -37,9 +32,6 @@ CONFIG_HEAP_MEM_POOL_SIZE=16384
3732
CONFIG_LLEXT_HEAP_SIZE=128
3833
CONFIG_MAIN_STACK_SIZE=16384
3934

40-
CONFIG_BT_RX_STACK_SIZE=4096
41-
CONFIG_BT_HCI_TX_STACK_SIZE=4096
42-
4335
CONFIG_FPU=y
4436

4537
CONFIG_STACK_USAGE=n

0 commit comments

Comments
 (0)