esp32/bluetooth: Select option to pin the HCI TX thread to CPU core
When ESP32's BLE is enabled, select the option to pin the HCI TX thread to a specific core. This is necessary to avoid problems with the BLE task that runs pinned to the PRO CPU (core 0) while running with SMP enabled.
This commit is contained in:
parent
fe156a40e3
commit
41c1b153e3
@ -720,6 +720,7 @@ config ESP32_BLE
|
||||
bool "BLE"
|
||||
default n
|
||||
select ESP32_WIRELESS
|
||||
select BLUETOOTH_TXCMD_PINNED_TO_CORE if SMP
|
||||
---help---
|
||||
Enable BLE support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user