Skip to content

Commit e181d9f

Browse files
committed
Add ESP32P4 to esp32-mkimage build matrix
Introduces builds for ESP32P4 devices. Signed-off-by: Winford <winford@object.stream>
1 parent 517e1de commit e181d9f

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
@@ -44,7 +44,7 @@ jobs:
4444
otp: ["27"]
4545
elixir_version: ["1.17"]
4646
compiler_pkgs: ["clang-14"]
47-
soc: ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"]
47+
soc: ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32p4"]
4848
flavor: ["", "-elixir"]
4949

5050
env:

CHANGELOG.md

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

1111
- Added the ability to run beams from the CLI for Generic Unix platform (it was already possible with nodejs and emscripten).
12+
- Added preliminary support for ESP32P4 (no networking support yet).
1213

1314
### Fixed
1415

0 commit comments

Comments
 (0)