We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010b8a2 commit c127f66Copy full SHA for c127f66
ports/espressif/Makefile
@@ -609,7 +609,7 @@ ifneq ($(CIRCUITPY_BLEIO_NATIVE),0)
609
BLE_IMPL_esp32h2 := libble
610
BLE_IMPL = $(BLE_IMPL_$(IDF_TARGET))
611
612
- ESP_IDF_COMPONENTS_LINK += bt esp_phy
+ ESP_IDF_COMPONENTS_LINK += bt esp_phy esp_security
613
ifeq ($(BLE_IMPL),esp32)
614
# BLE will hang the ESP32 and trigger an interrupt watchdog without this undefined symbol at
615
# link because a weak version of the interrupt that BLE uses will be linked incorrectly.
0 commit comments