From 92482354cb7b0bf2f5372c5c63718f09736deaf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:54:29 +0000 Subject: [PATCH] chore: release --- boards/atsame54_xpro/CHANGELOG.md | 7 +++++++ boards/atsame54_xpro/Cargo.toml | 4 ++-- boards/feather_m0/CHANGELOG.md | 7 +++++++ boards/feather_m0/Cargo.toml | 4 ++-- boards/feather_m4/CHANGELOG.md | 7 +++++++ boards/feather_m4/Cargo.toml | 4 ++-- boards/grand_central_m4/CHANGELOG.md | 10 ++++++++++ boards/grand_central_m4/Cargo.toml | 2 +- boards/metro_m0/CHANGELOG.md | 7 +++++++ boards/metro_m0/Cargo.toml | 4 ++-- boards/metro_m4/CHANGELOG.md | 7 +++++++ boards/metro_m4/Cargo.toml | 4 ++-- boards/pygamer/CHANGELOG.md | 6 ++++++ boards/pygamer/Cargo.toml | 4 ++-- boards/samd11_bare/CHANGELOG.md | 7 +++++++ boards/samd11_bare/Cargo.toml | 4 ++-- hal/CHANGELOG.md | 19 +++++++++++++++++++ hal/Cargo.toml | 2 +- 18 files changed, 93 insertions(+), 16 deletions(-) diff --git a/boards/atsame54_xpro/CHANGELOG.md b/boards/atsame54_xpro/CHANGELOG.md index f6a16d17e280..0c597123d64e 100644 --- a/boards/atsame54_xpro/CHANGELOG.md +++ b/boards/atsame54_xpro/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.2](https://github.com/adfernandes/atsamd/compare/atsame54_xpro-0.8.1...atsame54_xpro-0.8.2) - 2024-11-18 + +### Other + +- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs +- release ([#775](https://github.com/adfernandes/atsamd/pull/775)) + ## [0.8.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.8.0...atsame54_xpro-0.8.1) - 2024-10-25 ### Other diff --git a/boards/atsame54_xpro/Cargo.toml b/boards/atsame54_xpro/Cargo.toml index 6c011af10b4f..ac80bb2eef94 100644 --- a/boards/atsame54_xpro/Cargo.toml +++ b/boards/atsame54_xpro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atsame54_xpro" -version = "0.8.1" +version = "0.8.2" authors = [ "Karsten Große ", "John Little " @@ -23,7 +23,7 @@ features = ["critical-section-single-core"] [dependencies.atsamd-hal] path = "../../hal" -version = "0.18.2" +version = "0.19.0" default-features = false [dependencies.usb-device] diff --git a/boards/feather_m0/CHANGELOG.md b/boards/feather_m0/CHANGELOG.md index ca8b561b3366..104b45a71656 100644 --- a/boards/feather_m0/CHANGELOG.md +++ b/boards/feather_m0/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.2](https://github.com/adfernandes/atsamd/compare/feather_m0-0.15.1...feather_m0-0.15.2) - 2024-11-18 + +### Other + +- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs +- release ([#775](https://github.com/adfernandes/atsamd/pull/775)) + ## [0.15.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.15.0...feather_m0-0.15.1) - 2024-10-25 ### Other diff --git a/boards/feather_m0/Cargo.toml b/boards/feather_m0/Cargo.toml index 66d8eca1a9bd..30a632b6647e 100644 --- a/boards/feather_m0/Cargo.toml +++ b/boards/feather_m0/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feather_m0" -version = "0.15.1" +version = "0.15.2" 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.2" +version = "0.19.0" default-features = false [dependencies.cortex-m] diff --git a/boards/feather_m4/CHANGELOG.md b/boards/feather_m4/CHANGELOG.md index 16b3593767bc..098427fba7ae 100644 --- a/boards/feather_m4/CHANGELOG.md +++ b/boards/feather_m4/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2](https://github.com/adfernandes/atsamd/compare/feather_m4-0.13.1...feather_m4-0.13.2) - 2024-11-18 + +### Other + +- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs +- release ([#775](https://github.com/adfernandes/atsamd/pull/775)) + ## [0.13.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.13.0...feather_m4-0.13.1) - 2024-10-25 ### Other diff --git a/boards/feather_m4/Cargo.toml b/boards/feather_m4/Cargo.toml index 7751846dc52d..eb4880a71c89 100644 --- a/boards/feather_m4/Cargo.toml +++ b/boards/feather_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feather_m4" -version = "0.13.1" +version = "0.13.2" 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.2" +version = "0.19.0" default-features = false [dependencies.usb-device] diff --git a/boards/grand_central_m4/CHANGELOG.md b/boards/grand_central_m4/CHANGELOG.md index 4884969ae3d6..7d93012586a5 100644 --- a/boards/grand_central_m4/CHANGELOG.md +++ b/boards/grand_central_m4/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/adfernandes/atsamd/compare/grand_central_m4-0.7.0...grand_central_m4-0.8.0) - 2024-11-18 + +### Added + +- *(grand_central_m4)* Add an EIC example ([#785](https://github.com/adfernandes/atsamd/pull/785)) + +### Other + +- *(grand_central_m4)* [**breaking**] Update HAL dependency to v0.18 ([#786](https://github.com/adfernandes/atsamd/pull/786)) + ## [0.7.0](https://github.com/atsamd-rs/atsamd/compare/grand_central_m4-0.6.0...grand_central_m4-0.7.0) - 2024-10-17 ### Refactored diff --git a/boards/grand_central_m4/Cargo.toml b/boards/grand_central_m4/Cargo.toml index f0cb37bf38a4..6d70d873ba5e 100644 --- a/boards/grand_central_m4/Cargo.toml +++ b/boards/grand_central_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grand_central_m4" -version = "0.7.0" +version = "0.8.0" authors = ["Dustin Little "] description = "Board Support crate for the Adafruit Grand Central M4 Express" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] diff --git a/boards/metro_m0/CHANGELOG.md b/boards/metro_m0/CHANGELOG.md index 859abb4871ce..09da811a600d 100644 --- a/boards/metro_m0/CHANGELOG.md +++ b/boards/metro_m0/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.2](https://github.com/adfernandes/atsamd/compare/metro_m0-0.15.1...metro_m0-0.15.2) - 2024-11-18 + +### Other + +- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs +- release ([#775](https://github.com/adfernandes/atsamd/pull/775)) + ## [0.15.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.15.0...metro_m0-0.15.1) - 2024-10-25 ### Other diff --git a/boards/metro_m0/Cargo.toml b/boards/metro_m0/Cargo.toml index 9c3ce63808df..f1953f7e5cec 100644 --- a/boards/metro_m0/Cargo.toml +++ b/boards/metro_m0/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metro_m0" -version = "0.15.1" +version = "0.15.2" 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.2" +version = "0.19.0" default-features = false [dependencies.usb-device] diff --git a/boards/metro_m4/CHANGELOG.md b/boards/metro_m4/CHANGELOG.md index b110cb742533..41f3e110d6d4 100644 --- a/boards/metro_m4/CHANGELOG.md +++ b/boards/metro_m4/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.2](https://github.com/adfernandes/atsamd/compare/metro_m4-0.14.1...metro_m4-0.14.2) - 2024-11-18 + +### Other + +- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs +- release ([#775](https://github.com/adfernandes/atsamd/pull/775)) + ## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.14.0...metro_m4-0.14.1) - 2024-10-25 ### Other diff --git a/boards/metro_m4/Cargo.toml b/boards/metro_m4/Cargo.toml index e06294386e9a..63f08515c91a 100644 --- a/boards/metro_m4/Cargo.toml +++ b/boards/metro_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metro_m4" -version = "0.14.1" +version = "0.14.2" 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.2" +version = "0.19.0" default-features = false [dependencies.usb-device] diff --git a/boards/pygamer/CHANGELOG.md b/boards/pygamer/CHANGELOG.md index 76decbf4f7a9..fb3483033081 100644 --- a/boards/pygamer/CHANGELOG.md +++ b/boards/pygamer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0](https://github.com/adfernandes/atsamd/compare/pygamer-0.11.0...pygamer-0.12.0) - 2024-11-18 + +### Other + +- *(pygamer)* [**breaking**] Upgrade `pygamer` BSP display driver and graphics dependencies ([#777](https://github.com/adfernandes/atsamd/pull/777)) + ## [0.11.0](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.10.0...pygamer-0.11.0) - 2024-10-30 ### Other diff --git a/boards/pygamer/Cargo.toml b/boards/pygamer/Cargo.toml index 1675af9ed462..6a64736e7440 100644 --- a/boards/pygamer/Cargo.toml +++ b/boards/pygamer/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "pygamer" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.11.0" +version = "0.12.0" [dependencies] cortex-m = {version = "0.7", features = ["critical-section-single-core"]} @@ -27,7 +27,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.18.2" +version = "0.19.0" [dependencies.usb-device] optional = true diff --git a/boards/samd11_bare/CHANGELOG.md b/boards/samd11_bare/CHANGELOG.md index fd9b827da5be..f993025526a6 100644 --- a/boards/samd11_bare/CHANGELOG.md +++ b/boards/samd11_bare/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2](https://github.com/adfernandes/atsamd/compare/samd11_bare-0.11.1...samd11_bare-0.11.2) - 2024-11-18 + +### Other + +- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs +- release ([#775](https://github.com/adfernandes/atsamd/pull/775)) + ## [0.11.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.11.0...samd11_bare-0.11.1) - 2024-10-25 ### Other diff --git a/boards/samd11_bare/Cargo.toml b/boards/samd11_bare/Cargo.toml index 9d68c6fa1cd6..00969582e4e2 100644 --- a/boards/samd11_bare/Cargo.toml +++ b/boards/samd11_bare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samd11_bare" -version = "0.11.1" +version = "0.11.2" 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.2" +version = "0.19.0" default-features = false [dev-dependencies] diff --git a/hal/CHANGELOG.md b/hal/CHANGELOG.md index c44850386b67..7da214035919 100644 --- a/hal/CHANGELOG.md +++ b/hal/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0](https://github.com/adfernandes/atsamd/compare/atsamd-hal-0.18.2...atsamd-hal-0.19.0) - 2024-11-18 + +### Added + +- *(spi)* Unlock DMA transfers for SpiBus::transfer_in_place ([#780](https://github.com/adfernandes/atsamd/pull/780)) +- Make `OwnedPeripheral`, `RxPin` and `TxPin` traits from the `can` module public ([#778](https://github.com/adfernandes/atsamd/pull/778)) +- *(spi)* Add PanicOnRead and PanicOnWrite for simplex SPI transactions +- *(uart)* embedded_io implementations for UART DMA transfers +- *(i2c)* embedded_hal I2c implementation for I2C DMA transfers +- *(spi)* embedded_hal SpiBus implementation for SPI DMA transfers + +### Fixed + +- *(spi)* Only enable SPI receiver when it has RX capability + +### Other + +- [**breaking**] Bump MSRV to Rust 1.77.2 + ## [0.18.2](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.18.1...atsamd-hal-0.18.2) - 2024-10-30 ### Other diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 830e2d613529..a250746ecd5c 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.77.2" -version = "0.18.2" +version = "0.19.0" [package.metadata.docs.rs] features = ["samd21g", "samd21g-rt", "usb", "dma"]