From 590bc7e7b2c9a3e1d075c6546ba7f8e8ada2e358 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Sat, 4 Jan 2025 20:59:53 +0100 Subject: [PATCH] Move to ESP-IDF 5.4 (#609) --- .devcontainer/Dockerfile | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/release-beta.yml | 2 +- .github/workflows/release-factory-beta.yml | 4 ++-- .github/workflows/release-factory.yml | 4 ++-- .github/workflows/release.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7c0f8fd..22f7f52 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM espressif/idf:v5.3.2 +FROM espressif/idf:v5.4 ARG DEBIAN_FRONTEND=nointeractive diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15b44af..d3de4ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: GITHUB_ACTIONS="true" idf.py build path: '.' diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index dd90072..91e31e1 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -24,7 +24,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: GITHUB_ACTIONS="true" idf.py build path: '.' diff --git a/.github/workflows/release-factory-beta.yml b/.github/workflows/release-factory-beta.yml index 1d26c50..839114d 100644 --- a/.github/workflows/release-factory-beta.yml +++ b/.github/workflows/release-factory-beta.yml @@ -29,14 +29,14 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: GITHUB_ACTIONS="true" idf.py build path: '.' - name: "esp-idf build factory config for ${{ matrix.build_type }}" uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000 path: '.' diff --git a/.github/workflows/release-factory.yml b/.github/workflows/release-factory.yml index e22c366..8d24a6d 100644 --- a/.github/workflows/release-factory.yml +++ b/.github/workflows/release-factory.yml @@ -29,14 +29,14 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: GITHUB_ACTIONS="true" idf.py build path: '.' - name: "esp-idf build factory config for ${{ matrix.build_type }}" uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000 path: '.' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27cb7e5..00b1aef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.3.2 + esp_idf_version: v5.4 target: esp32s3 command: GITHUB_ACTIONS="true" idf.py build path: '.'