ESP-IDF 5.2 (#49)

- Updated IDF from 5.1.2 to 5.2
- Updated FreeRTOS from 10.4.6 to 10.5.1
- Updated M5GFX with bugfix for IDF 5.2
- FreeRTOS-Kernel is now a submodule
This commit is contained in:
Ken Van Hoeylandt
2024-02-27 18:15:58 +11:00
committed by GitHub
parent d58f131033
commit dc0c8915b0
12 changed files with 32 additions and 16 deletions
+4 -4
View File
@@ -13,7 +13,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.1.2
esp_idf_version: v5.2
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.1.2
esp_idf_version: v5.2
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.1.2
esp_idf_version: v5.2
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.1.2
esp_idf_version: v5.2
target: esp32
path: './'