From 654a3e53c096bef62f1752e59316e178a8597719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Quentin?= Date: Thu, 19 Dec 2024 10:11:18 +0100 Subject: [PATCH] Rebase fun --- esp-hal/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 392a3fc8a8..c68abbd971 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -35,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ESP32-S2: DMA support for AES (#2699) - Added `transfer_in_place_async` and embedded-hal-async implementation to `Spi` (#2691) - `InterruptHandler` now implements `Hash` and `defmt::Format` (#2830) -- More interrupts are available in `esp_hal::spi::master::SpiInterrupt` -- More interrupts are available in `esp_hal::spi::master::SpiInterrupt` (#2833) - More interrupts are available in `esp_hal::spi::master::SpiInterrupt`, add `enable_listen`,`interrupts` and `clear_interrupts` for ESP32/ESP32-S2 (#2833) ### Changed