Skip to content

Commit c127f66

Browse files
committed
Add ESP-IDF component esp_security for BLE-only parts.
1 parent 010b8a2 commit c127f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ ifneq ($(CIRCUITPY_BLEIO_NATIVE),0)
609609
BLE_IMPL_esp32h2 := libble
610610
BLE_IMPL = $(BLE_IMPL_$(IDF_TARGET))
611611

612-
ESP_IDF_COMPONENTS_LINK += bt esp_phy
612+
ESP_IDF_COMPONENTS_LINK += bt esp_phy esp_security
613613
ifeq ($(BLE_IMPL),esp32)
614614
# BLE will hang the ESP32 and trigger an interrupt watchdog without this undefined symbol at
615615
# link because a weak version of the interrupt that BLE uses will be linked incorrectly.

0 commit comments

Comments
 (0)