Skip to content

Commit 685c6e4

Browse files
sylvioalvesmmahadevan108
authored andcommitted
driver: ble: add custom espressif kconfig
Adds ESP32 custom configurations for BLE driver. Signed-off-by: Sylvio Alves <[email protected]>
1 parent a70741b commit 685c6e4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

drivers/bluetooth/hci/Kconfig.esp32

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
2-
# SPDX-License-Identifier: Apache-2.0
1+
# Copyright 2024 Espressif Systems (Shanghai) PTE LTD
32

43
if BT_ESP32
54

@@ -16,4 +15,12 @@ choice ESP_BT_HEAP
1615

1716
endchoice # ESP_BT_HEAP
1817

19-
endif
18+
config ESP32_BT_CONTROLLER_STACK_SIZE
19+
int "Bluetooth controller stack size"
20+
default 4096
21+
22+
config ESP32_BT_CONTROLLER_TASK_PRIO
23+
int "Bluetooth controller task priority level"
24+
default 2
25+
26+
endif # BT_ESP32

0 commit comments

Comments
 (0)