Skip to content

Commit bdbd4af

Browse files
committed
Add ESP-IDF component esp_security to ESP32-P4.
1 parent 7cc3f10 commit bdbd4af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,9 @@ ifneq ($(CIRCUITPY_BLEIO_NATIVE),0)
631631
endif
632632
endif
633633
endif
634+
ifeq ($(IDF_TARGET),esp32p4)
635+
ESP_IDF_COMPONENTS_LINK += esp_security
636+
endif
634637
ifneq ($(CIRCUITPY_ESPULP),0)
635638
ESP_IDF_COMPONENTS_LINK += ulp
636639
endif

0 commit comments

Comments
 (0)