upgrade to IDF v5.1.1

custom board driver ma120x0 is broken
esp dsp is now IDF managed component
mdns is now IDF managed component

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2024-01-08 22:49:11 +01:00
Unverified
parent 713cda5816
commit db0f9732b2
454 changed files with 29632 additions and 39819 deletions

View File

@@ -1,6 +1,6 @@
idf_component_register(SRCS "ui_http_server.c"
INCLUDE_DIRS "include"
REQUIRES spiffs esp_http_server mbedtls dsp_processor)
REQUIRES spiffs esp_http_server mbedtls dsp_processor vfs esp_wifi)
# Create a SPIFFS image from the contents of the 'html' directory
# that fits the partition named 'storage'. FLASH_IN_PROJECT indicates that