Update ESP-IDF to v5.3.1 (#59)

This commit is contained in:
Ken Van Hoeylandt 2024-09-23 22:32:41 +02:00 committed by GitHub
parent a67ae35aae
commit 5f8149c198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2
esp_idf_version: v5.3.1
target: esp32
path: './'
build-lilygo-t-deck:
@ -28,7 +28,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2
esp_idf_version: v5.3.1
target: esp32s3
path: './'
build-waveshare-s3-touch:
@ -43,7 +43,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2
esp_idf_version: v5.3.1
target: esp32s3
path: './'
build-m5stack-core2:
@ -58,6 +58,6 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.2
esp_idf_version: v5.3.1
target: esp32
path: './'

View File

@ -3,4 +3,4 @@ dependencies:
espressif/esp_lcd_touch_cst816s: "1.0.3"
espressif/esp_lcd_touch_gt911: "1.1.1"
espressif/esp_lcd_touch: "1.1.2"
idf: '~5.2'
idf: '~5.3.1'

View File

@ -10,7 +10,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "src/"
REQUIRES esp_wifi nvs_flash spiffs driver newlib
REQUIRES esp_wifi nvs_flash spiffs
)
set(ASSETS_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../data/assets")

View File

@ -9,7 +9,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "src/"
REQUIRES tactility-headless lvgl
REQUIRES tactility-headless lvgl esp_driver_gpio
)
target_link_libraries(${COMPONENT_LIB}