Skip to content

Commit

Permalink
ports: update ESP-IDF to v5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Jan 9, 2025
1 parent 40cb0fa commit 9a4b01c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hil-integration-esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build Test Firmware
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3
esp_idf_version: v5.4
target: ${{ inputs.idf_target }}
path: 'tests/hil/platform/esp-idf'
command: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hil-sample-esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build Samples
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3
esp_idf_version: v5.4
target: ${{ inputs.idf_target }}
command: |
for sample in ${{ steps.build_prep.outputs.sample_list }};
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.17.0] unreleased

### Highlights:

- ESP-IDF port updated to ESP-IDF v5.4

## [0.16.0] 2024-11-25

### Breaking Changes:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ each of the samples is also continously verified on target.

| Board | Platform |
| --- | --- |
| ESP32-S3-DevKitC-1 | ESP-IDF (v5.3.0) |
| ESP32-C3-DevKitM-1 | ESP-IDF (v5.3.0) |
| ESP32-DevKitC-WROVER | ESP-IDF (v5.3.0) |
| ESP32-S3-DevKitC-1 | ESP-IDF (v5.4.0) |
| ESP32-C3-DevKitM-1 | ESP-IDF (v5.4.0) |
| ESP32-DevKitC-WROVER | ESP-IDF (v5.4.0) |
| ESP32-DevKitC-WROVER | Zephyr (v4.0.0) |
| nRF52840 DK + ESP32 | Zephyr (v4.0.0) |
| MIMXRT1024-EVK | Zephyr (v4.0.0) |
Expand Down

0 comments on commit 9a4b01c

Please sign in to comment.