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)