From 92e3ea576ba28dda3a29bb4b37398c0d74c55120 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Tue, 12 Mar 2024 15:22:59 +0000 Subject: [PATCH] New `esp-hal` release (#1268) * New `esp-hal` release * Update documentation index to point to new version --- esp-hal/CHANGELOG.md | 11 ++++------- esp-hal/Cargo.toml | 2 +- resources/index.html | 32 ++++++++++++++++---------------- 3 files changed, 21 insertions(+), 24 deletions(-) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index f29079b1d3e..543b56340a1 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -5,18 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.16.1] - 2024-03-12 -### Added - -### Fixed +- Resolved an issue with the `defmt` dependency/feature (#1264) ### Changed +- Use ROM `memcpy` over compiler builtins (#1255) - Do not ensure randomness or implement the `CryptoRng` trait for ESP32-P4/S2 (#1267) -### Removed - ## [0.16.0] - 2024-03-08 ### Added @@ -459,7 +456,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-08-05 -[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.16.0...HEAD +[0.16.1]: https://github.com/esp-rs/esp-hal/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/esp-rs/esp-hal/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/esp-rs/esp-hal/compare/v0.14.1...v0.15.0 [0.14.1]: https://github.com/esp-rs/esp-hal/compare/v0.14.0...v0.14.1 diff --git a/esp-hal/Cargo.toml b/esp-hal/Cargo.toml index 443a545bf02..912185c06fe 100644 --- a/esp-hal/Cargo.toml +++ b/esp-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-hal" -version = "0.16.0" +version = "0.16.1" edition = "2021" rust-version = "1.76.0" description = "Bare-metal HAL for Espressif devices" diff --git a/resources/index.html b/resources/index.html index dc7940522e3..25a0b2e7b4c 100644 --- a/resources/index.html +++ b/resources/index.html @@ -88,51 +88,51 @@ the package version in the URL and '.crate-version' span. -->
- esp32 + esp32 esp-hal (targeting ESP32) - 0.16.0 + 0.16.1
- esp32c2 + esp32c2 esp-hal (targeting ESP32-C2) - 0.16.0 + 0.16.1
- esp32c3 + esp32c3 esp-hal (targeting ESP32-C3) - 0.16.0 + 0.16.1
- esp32c6 + esp32c6 esp-hal (targeting ESP32-C6) - 0.16.0 + 0.16.1
- esp32h2 + esp32h2 esp-hal (targeting ESP32-H2) - 0.16.0 + 0.16.1
- esp32p4 + esp32p4 esp-hal (targeting ESP32-P4) - 0.16.0 + 0.16.1
- esp32s2 + esp32s2 esp-hal (targeting ESP32-S2) - 0.16.0 + 0.16.1
- esp32s3 + esp32s3 esp-hal (targeting ESP32-S3) - 0.16.0 + 0.16.1