From 85abc3a795d0a5e7bca3fe2e3525b92387cc8af5 Mon Sep 17 00:00:00 2001 From: Kirill Mikhailov Date: Wed, 6 Nov 2024 13:37:26 +0100 Subject: [PATCH] Changelog entry --- esp-hal/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 1733b3b9b7f..a6fe73c6c68 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GPIO ETM tasks and events now accept `InputSignal` and `OutputSignal` (#2427) - `spi::master::Config` and `{Spi, SpiDma, SpiDmaBus}::apply_config` (#2448) - `embassy_embedded_hal::SetConfig` is now implemented for `{Spi, SpiDma, SpiDmaBus}` (#2448) +- Add basic `esp32p4` support (#2466) ### Changed