Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions boards/atsame54_xpro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.4](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.13.3...atsame54_xpro-0.13.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.13.3](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.13.2...atsame54_xpro-0.13.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/atsame54_xpro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
name = "atsame54_xpro"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.13.3"
version = "0.13.4"

[dependencies.cortex-m-rt]
optional = true
Expand All @@ -24,7 +24,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"

[dependencies.usb-device]
optional = true
Expand Down
6 changes: 6 additions & 0 deletions boards/feather_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.4](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.20.3...feather_m0-0.20.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.20.3](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.20.2...feather_m0-0.20.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "feather_m0"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
resolver = "2"
version = "0.20.3"
version = "0.20.4"

# for cargo flash
[package.metadata]
Expand All @@ -22,7 +22,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"

[dependencies.cortex-m]
features = ["critical-section-single-core"]
Expand Down
6 changes: 6 additions & 0 deletions boards/feather_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.4](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.18.3...feather_m4-0.18.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.18.3](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.18.2...feather_m4-0.18.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "feather_m4"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.18.3"
version = "0.18.4"

# for cargo flash
[package.metadata]
Expand All @@ -26,7 +26,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"
features = ["undoc-features"]

[dependencies.usb-device]
Expand Down
6 changes: 6 additions & 0 deletions boards/itsybitsy_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.2](https://github.com/atsamd-rs/atsamd/compare/itsybitsy_m4-0.9.1...itsybitsy_m4-0.9.2) - 2026-05-12

### Dependencies

- *(itsybitsy_m4)* Switch itsybitsy_m4 BSP to latest HAL release. ([#954](https://github.com/atsamd-rs/atsamd/pull/954))

## [0.9.1](https://github.com/atsamd-rs/atsamd/compare/itsybitsy_m4-0.9.0...itsybitsy_m4-0.9.1) - 2025-04-12

### Other
Expand Down
2 changes: 1 addition & 1 deletion boards/itsybitsy_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "itsybitsy_m4"
version = "0.9.1"
version = "0.9.2"
authors = [
"Nic Hartley <nxh9052@rit.edu>",
"Tom <twitchyliquid64@ciphersink.net>",
Expand Down
6 changes: 6 additions & 0 deletions boards/metro_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.4](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.20.3...metro_m0-0.20.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.20.3](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.20.2...metro_m0-0.20.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/metro_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "metro_m0"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.20.3"
version = "0.20.4"

# for cargo flash
[package.metadata]
Expand All @@ -25,7 +25,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"

[dependencies.rtic]
features = ["thumbv6-backend"]
Expand Down
6 changes: 6 additions & 0 deletions boards/metro_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.4](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.19.3...metro_m4-0.19.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.19.3](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.19.2...metro_m4-0.19.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "metro_m4"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.19.3"
version = "0.19.4"

# for cargo flash
[package.metadata]
Expand All @@ -21,7 +21,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"
features = ["undoc-features"]

[dependencies.usb-device]
Expand Down
6 changes: 6 additions & 0 deletions boards/pygamer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.4](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.16.3...pygamer-0.16.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.16.3](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.16.2...pygamer-0.16.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/pygamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "pygamer"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.16.3"
version = "0.16.4"

[dependencies]
cortex-m = {version = "0.7", features = ["critical-section-single-core"]}
Expand All @@ -27,7 +27,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"
features = ["undoc-features"]

[dependencies.usb-device]
Expand Down
6 changes: 6 additions & 0 deletions boards/qt_py_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0](https://github.com/atsamd-rs/atsamd/compare/qt_py_m0-0.10.1...qt_py_m0-0.11.0) - 2026-05-12

### Dependencies

- *(qt_py_m0)* Update QT PY M0 to latest HAL version ([#970](https://github.com/atsamd-rs/atsamd/pull/970))

## [0.10.1](https://github.com/atsamd-rs/atsamd/compare/qt_py_m0-0.10.0...qt_py_m0-0.10.1) - 2024-10-17

### Refactored
Expand Down
2 changes: 1 addition & 1 deletion boards/qt_py_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qt_py_m0"
version = "0.10.1"
version = "0.11.0"
authors = ["Garret Kelly <gkelly@gkel.ly>"]
description = "Board Support crate for the Adafruit QT Py"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
6 changes: 6 additions & 0 deletions boards/samd11_bare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.4](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.16.3...samd11_bare-0.16.4) - 2026-05-12

### Other

- updated the following local packages: atsamd-hal

## [0.16.3](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.16.2...samd11_bare-0.16.3) - 2026-03-02

### Other
Expand Down
4 changes: 2 additions & 2 deletions boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "samd11_bare"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.16.3"
version = "0.16.4"

# for cargo flash
[package.metadata]
Expand All @@ -24,7 +24,7 @@ version = "0.7"
[dependencies.atsamd-hal]
default-features = false
path = "../../hal"
version = "0.23.3"
version = "0.23.4"

[dependencies.rtic]
features = ["thumbv6-backend"]
Expand Down
12 changes: 12 additions & 0 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.23.4](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.23.3...atsamd-hal-0.23.4) - 2026-05-12

### Fixed

- *(rtc)* disable compare interrupt instead of stopping the RTC counter ([#992](https://github.com/atsamd-rs/atsamd/pull/992))

### Other

- Fix nightly clippy lint ([#1006](https://github.com/atsamd-rs/atsamd/pull/1006))
- Update DMAC documentation ([#1005](https://github.com/atsamd-rs/atsamd/pull/1005))
- Make ADC `check_read_discard` private again ([#1003](https://github.com/atsamd-rs/atsamd/pull/1003))

## [0.23.3](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.23.2...atsamd-hal-0.23.3) - 2026-03-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "atsamd-hal"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
rust-version = "1.85.1"
version = "0.23.3"
version = "0.23.4"

[package.metadata.docs.rs]
features = ["samd21g", "samd21g-rt", "usb", "dma", "async", "rtic"]
Expand Down