SDSPI fix for ESP32-C5: correct API v5.5, CMake dependencies, pin mapping

This commit is contained in:
Clawdia
2026-05-09 17:59:43 +02:00
parent 240a374148
commit 913b33d839
1519 changed files with 210337 additions and 610 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi nvs_flash esp_timer driver sdmmc esp_vfs_fat spiffs
REQUIRES esp_wifi nvs_flash esp_timer driver esp_driver_sdmmc fatfs spiffs
)