ESP-NOW bridge for P4 (#573)

This commit is contained in:
Shadowtrance
2026-07-19 17:23:20 +10:00
committed by GitHub
parent bd30aa046a
commit 2d768ef3a1
40 changed files with 1343 additions and 182 deletions
+5
View File
@@ -39,6 +39,11 @@ if (DEFINED ENV{ESP_IDF_VERSION})
list(APPEND REQUIRES_LIST esp_tinyusb)
endif ()
if ("${IDF_TARGET}" STREQUAL "esp32p4")
# EspNowBackendHosted.cpp needs esp_hosted.h / esp_hosted_misc.h.
list(APPEND REQUIRES_LIST espressif__esp_hosted)
endif ()
else ()
list(APPEND REQUIRES_LIST