From 742ab974e64538c933278bd3b9f8238b5c6f6fcb Mon Sep 17 00:00:00 2001 From: Winford Date: Sat, 28 Dec 2024 21:57:38 +0000 Subject: [PATCH] Add ESP32P4 to esp32-mkimage build matrix Introduces builds for ESP32P4 devices. Signed-off-by: Winford --- .github/workflows/esp32-mkimage.yaml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/esp32-mkimage.yaml b/.github/workflows/esp32-mkimage.yaml index 4e16fc1a7..e09979602 100644 --- a/.github/workflows/esp32-mkimage.yaml +++ b/.github/workflows/esp32-mkimage.yaml @@ -44,7 +44,7 @@ jobs: otp: ["27"] elixir_version: ["1.17"] compiler_pkgs: ["clang-14"] - soc: ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"] + soc: ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32p4"] flavor: ["", "-elixir"] env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b7d8d9c..86cfaacdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added the ability to run beams from the CLI for Generic Unix platform (it was already possible with nodejs and emscripten). +- Added preliminary support for ESP32P4 (no networking support yet). ### Fixed