Skip to content

Commit 1e4d4c0

Browse files
committed
Use ESP-IDF v5.4.1 for main and future 0.7 release cycle
Bump ESP-IDF version to v5.4 for main and future release cycles. This will allow AtomVM 0.7 and later releses to build with an ESP-IDF version that includes wifi support for ESP32-P4 boards paired with ESP32-C6 external wifi modules. Signed-off-by: Winford <winford@object.stream>
1 parent f195c1a commit 1e4d4c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/esp32-mkimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
strategy:
4444
matrix:
45-
idf-version: ["5.3.2"]
45+
idf-version: ["5.4.1"]
4646
cc: ["clang-14"]
4747
cxx: ["clang++-14"]
4848
cflags: ["-O3"]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
### Changed
5353

5454
- Removed `externalterm_to_term_copy` added in [0.6.5] and introduced flags to `externalterm_to_term` to perform copy.
55+
- Release images for ESP32 chips are built with ESP-IDF v5.4
5556

5657
### Fixed
5758

0 commit comments

Comments
 (0)