From aa24ba5fddcfed87f689e3bba696fe1b0ad63231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Wed, 5 Feb 2025 13:06:40 +0100 Subject: [PATCH] Changelog --- esp-hal/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index ac319cef4a..6d0ffa5e9c 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Migrate AES driver to DMA move API (#3084) - Removed features `psram-quad` and `psram-octal` - replaced by `psram` and the `ESP_HAL_CONFIG_PSRAM_MODE` (`quad`/`octal`) (#3001) - The `esp_hal::time` module no longer reexports `fugit` types (#3083) +- The `Cpu` struct and contents of the `reset` and `cpu_control` modules have been moved into `cpu`. (#) +- The `software_reset_cpu` now takes which CPU to reset as parameter. (#) - I2C: Async functions are postfixed with `_async`, non-async functions are available in async-mode (#3056)