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 1
1
CONFIG_BT=y
2
-
3
2
CONFIG_BT_HCI_RAW=y
4
3
CONFIG_BT_HCI_RAW_H4=y
5
4
CONFIG_BT_HCI_RAW_H4_ENABLE=y
@@ -9,14 +8,10 @@ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
9
8
CONFIG_BT_MAX_CONN=4
10
9
CONFIG_BT_CTLR_ADV_EXT=y
11
10
CONFIG_BT_CTLR_ADV_PERIODIC=y
11
+ CONFIG_BT_RX_STACK_SIZE=4096
12
12
13
13
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
14
14
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
-
20
15
CONFIG_USB_DEVICE_STACK=y
21
16
CONFIG_USB_DEVICE_PRODUCT="Arduino Nano 33 BLE"
22
17
CONFIG_USB_DEVICE_MANUFACTURER="Arduino"
@@ -37,9 +32,6 @@ CONFIG_HEAP_MEM_POOL_SIZE=16384
37
32
CONFIG_LLEXT_HEAP_SIZE=128
38
33
CONFIG_MAIN_STACK_SIZE=16384
39
34
40
- CONFIG_BT_RX_STACK_SIZE=4096
41
- CONFIG_BT_HCI_TX_STACK_SIZE=4096
42
-
43
35
CONFIG_FPU=y
44
36
45
37
CONFIG_STACK_USAGE=n
You can’t perform that action at this time.
0 commit comments