diff --git a/atsamd-hal-macros/CHANGELOG.md b/atsamd-hal-macros/CHANGELOG.md index 55e0bce05f6e..1874bbf23a68 100644 --- a/atsamd-hal-macros/CHANGELOG.md +++ b/atsamd-hal-macros/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-macros-0.2.0...atsamd-hal-macros-0.2.1) - 2024-10-25 + +### Fixed + +- Cleanup newly introduced nightly Clippy lints ([#763](https://github.com/atsamd-rs/atsamd/pull/763)) + ## [0.2.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-macros-0.1.0...atsamd-hal-macros-0.2.0) - 2024-10-17 ### Removed diff --git a/atsamd-hal-macros/Cargo.toml b/atsamd-hal-macros/Cargo.toml index 9214c4595757..a533fc05c5aa 100644 --- a/atsamd-hal-macros/Cargo.toml +++ b/atsamd-hal-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Tethys Svensson"] name = "atsamd-hal-macros" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" categories = ["embedded", "hardware-support", "no-std"] diff --git a/boards/atsame54_xpro/CHANGELOG.md b/boards/atsame54_xpro/CHANGELOG.md index e060546ce090..f6a16d17e280 100644 --- a/boards/atsame54_xpro/CHANGELOG.md +++ b/boards/atsame54_xpro/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.8.0...atsame54_xpro-0.8.1) - 2024-10-25 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.8.0](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.7.0...atsame54_xpro-0.8.0) - 2024-10-17 ### Refactored diff --git a/boards/atsame54_xpro/Cargo.toml b/boards/atsame54_xpro/Cargo.toml index 086e719fbb25..58f23a1d21ba 100644 --- a/boards/atsame54_xpro/Cargo.toml +++ b/boards/atsame54_xpro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atsame54_xpro" -version = "0.8.0" +version = "0.8.1" authors = [ "Karsten Große ", "John Little " @@ -23,7 +23,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.0" +version = "0.18.1" default-features = false [dependencies.usb-device] diff --git a/boards/feather_m0/CHANGELOG.md b/boards/feather_m0/CHANGELOG.md index e4ac8f17e67e..ca8b561b3366 100644 --- a/boards/feather_m0/CHANGELOG.md +++ b/boards/feather_m0/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.15.0...feather_m0-0.15.1) - 2024-10-25 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.15.0](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.14.0...feather_m0-0.15.0) - 2024-10-17 ### Added diff --git a/boards/feather_m0/Cargo.toml b/boards/feather_m0/Cargo.toml index 893f114561c5..e3c124f549c6 100644 --- a/boards/feather_m0/Cargo.toml +++ b/boards/feather_m0/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feather_m0" -version = "0.15.0" +version = "0.15.1" authors = ["Ben Bergman "] description = "Board Support crate for the Adafruit Feather M0" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] @@ -21,7 +21,7 @@ optional = true [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.0" +version = "0.18.1" default-features = false [dependencies.cortex-m] diff --git a/boards/feather_m4/CHANGELOG.md b/boards/feather_m4/CHANGELOG.md index dc7e160751d0..16b3593767bc 100644 --- a/boards/feather_m4/CHANGELOG.md +++ b/boards/feather_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.13.0...feather_m4-0.13.1) - 2024-10-25 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.13.0](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.12.0...feather_m4-0.13.0) - 2024-10-17 ### Refactored diff --git a/boards/feather_m4/Cargo.toml b/boards/feather_m4/Cargo.toml index 21ccb04263bb..ca522437093f 100644 --- a/boards/feather_m4/Cargo.toml +++ b/boards/feather_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feather_m4" -version = "0.13.0" +version = "0.13.1" edition = "2021" authors = ["Theodore DeRego "] description = "Board Support crate for the Adafruit Feather M4" @@ -25,7 +25,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.0" +version = "0.18.1" default-features = false [dependencies.usb-device] diff --git a/boards/metro_m0/CHANGELOG.md b/boards/metro_m0/CHANGELOG.md index 452576a28e56..859abb4871ce 100644 --- a/boards/metro_m0/CHANGELOG.md +++ b/boards/metro_m0/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.15.0...metro_m0-0.15.1) - 2024-10-25 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.15.0](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.14.0...metro_m0-0.15.0) - 2024-10-17 ### Refactored diff --git a/boards/metro_m0/Cargo.toml b/boards/metro_m0/Cargo.toml index 145b68e617f9..6ad498f04596 100644 --- a/boards/metro_m0/Cargo.toml +++ b/boards/metro_m0/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metro_m0" -version = "0.15.0" +version = "0.15.1" authors = ["Wez Furlong "] description = "Board Support crate for the Adafruit Metro M0" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] @@ -24,7 +24,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.0" +version = "0.18.1" default-features = false [dependencies.usb-device] diff --git a/boards/metro_m4/CHANGELOG.md b/boards/metro_m4/CHANGELOG.md index ad2b11dff57d..b110cb742533 100644 --- a/boards/metro_m4/CHANGELOG.md +++ b/boards/metro_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.14.0...metro_m4-0.14.1) - 2024-10-25 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.14.0](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.13.0...metro_m4-0.14.0) - 2024-10-17 ### Refactored diff --git a/boards/metro_m4/Cargo.toml b/boards/metro_m4/Cargo.toml index 00634fba2f64..64f0b234345d 100644 --- a/boards/metro_m4/Cargo.toml +++ b/boards/metro_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metro_m4" -version = "0.14.0" +version = "0.14.1" authors = ["Paul Sajna ", "Wez Furlong "] description = "Board Support crate for the Adafruit Metro M4" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] @@ -20,7 +20,7 @@ optional = true [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.0" +version = "0.18.1" default-features = false [dependencies.usb-device] diff --git a/boards/samd11_bare/CHANGELOG.md b/boards/samd11_bare/CHANGELOG.md index 061ee6ab10f4..fd9b827da5be 100644 --- a/boards/samd11_bare/CHANGELOG.md +++ b/boards/samd11_bare/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.11.0...samd11_bare-0.11.1) - 2024-10-25 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.11.0](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.10.0...samd11_bare-0.11.0) - 2024-10-17 ### Refactored diff --git a/boards/samd11_bare/Cargo.toml b/boards/samd11_bare/Cargo.toml index 416b531c58ed..bd37519c3e67 100644 --- a/boards/samd11_bare/Cargo.toml +++ b/boards/samd11_bare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samd11_bare" -version = "0.11.0" +version = "0.11.1" authors = ["Jesse Braham "] description = "Support crate for the ATSAMD11C" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] @@ -23,7 +23,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.0" +version = "0.18.1" default-features = false [dev-dependencies] diff --git a/hal/CHANGELOG.md b/hal/CHANGELOG.md index 0ca011205fb1..7a755bf9c03c 100644 --- a/hal/CHANGELOG.md +++ b/hal/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.18.0...atsamd-hal-0.18.1) - 2024-10-25 + +### Fixed + +- Changes to the `dmac` public API ([#764](https://github.com/atsamd-rs/atsamd/pull/764)): + * Make `BlockTransferControl` and `DmacDescriptor` structs private instead of `#[doc(hidden)]` + * Add getters/setters for `level0`, `level1`, `level2`, and `level3` for `PriorityLevelMask` and `RoundRobinMask` structs +- Cleanup newly introduced nightly Clippy lints ([#763](https://github.com/atsamd-rs/atsamd/pull/763)) + ## [0.18.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.17.0...atsamd-hal-0.18.0) - 2024-10-17 ### Dependencies diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 365fa3b1e97d..b8b50cfc2e35 100644 --- a/hal/Cargo.toml +++ b/hal/Cargo.toml @@ -20,7 +20,7 @@ name = "atsamd-hal" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" rust-version = "1.65" -version = "0.18.0" +version = "0.18.1" [package.metadata.docs.rs] features = ["samd21g", "samd21g-rt", "usb", "dma"] @@ -31,7 +31,7 @@ features = ["samd21g", "samd21g-rt", "usb", "dma"] [dependencies] aes = "0.7.5" -atsamd-hal-macros = { version = "0.2.0", path = "../atsamd-hal-macros" } +atsamd-hal-macros = { version = "0.2.1", path = "../atsamd-hal-macros" } bitfield = "0.13" bitflags = "2.6.0" cipher = "0.3"