Move to ESP-IDF 5.4 (#609)

This commit is contained in:
Erik Olof Gunnar Andersson 2025-01-04 20:59:53 +01:00 committed by GitHub
parent 9e086f5a8b
commit 590bc7e7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM espressif/idf:v5.3.2
FROM espressif/idf:v5.4
ARG DEBIAN_FRONTEND=nointeractive

View File

@ -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: '.'

View File

@ -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: '.'

View File

@ -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: '.'

View File

@ -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: '.'

View File

@ -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: '.'