esp-idf/components/bt/Kconfig

27 wiersze
514 B
Plaintext
Czysty Zwykły widok Historia

menu "Bluetooth"
2016-08-17 15:08:22 +00:00
config BT_ENABLED
bool "Enable Bluetooth stack"
2016-08-17 15:08:22 +00:00
config BTC_TASK_STACK_SIZE
int "Bluetooth event (callback to application) task stack size"
depends on BT_ENABLED
default 3072
help
This select btc task stack size
config BLUEDROID_MEM_DEBUG
bool "Bluedroid memory debug"
depends on BT_ENABLED
default n
help
Bluedroid memory debug
2016-08-17 15:08:22 +00:00
endmenu
# Memory reserved at start of DRAM for Bluetooth stack
config BT_RESERVE_DRAM
hex
default 0x10000 if BT_ENABLED
default 0