Skip to content
Closed
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.11.2](https://github.com/ianrrees/atsamd/compare/atsame54_xpro-0.11.1...atsame54_xpro-0.11.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.11.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.11.0...atsame54_xpro-0.11.1) - 2025-01-31

### Examples
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.11.1"
version = "0.11.2"

[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.21.0"
version = "0.21.1"

[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.18.2](https://github.com/ianrrees/atsamd/compare/feather_m0-0.18.1...feather_m0-0.18.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.18.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.18.0...feather_m0-0.18.1) - 2025-01-31

### Examples
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.18.1"
version = "0.18.2"

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

[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.16.2](https://github.com/ianrrees/atsamd/compare/feather_m4-0.16.1...feather_m4-0.16.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.16.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.16.0...feather_m4-0.16.1) - 2025-01-31

### Examples
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.16.1"
version = "0.16.2"

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

[dependencies.usb-device]
optional = true
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.1](https://github.com/ianrrees/atsamd/compare/itsybitsy_m4-0.9.0...itsybitsy_m4-0.9.1) - 2025-04-12

### Other

- Updated atsamd hal version from 0.17 to 0.21, added rust-toolchain.toml

## [0.9.0](https://github.com/atsamd-rs/atsamd/compare/itsybitsy_m4-0.8.0...itsybitsy_m4-0.9.0) - 2024-10-17

### Refactored
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.0"
version = "0.9.1"
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.18.2](https://github.com/ianrrees/atsamd/compare/metro_m0-0.18.1...metro_m0-0.18.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.18.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.18.0...metro_m0-0.18.1) - 2025-01-31

### Examples
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.18.1"
version = "0.18.2"

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

[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.17.2](https://github.com/ianrrees/atsamd/compare/metro_m4-0.17.1...metro_m4-0.17.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.17.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.17.0...metro_m4-0.17.1) - 2025-01-31

### Examples
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.17.1"
version = "0.17.2"

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

[dependencies.usb-device]
optional = true
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.14.2](https://github.com/ianrrees/atsamd/compare/pygamer-0.14.1...pygamer-0.14.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.14.0...pygamer-0.14.1) - 2025-01-31

### Dependencies
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.14.1"
version = "0.14.2"

[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.21.0"
version = "0.21.1"

[dependencies.usb-device]
optional = true
Expand Down
6 changes: 6 additions & 0 deletions boards/pyportal/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/ianrrees/atsamd/compare/pyportal-0.10.2...pyportal-0.11.0) - 2025-04-12

### Other

- Update various pyportal dependencies ([#822](https://github.com/ianrrees/atsamd/pull/822))

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

### Refactored
Expand Down
2 changes: 1 addition & 1 deletion boards/pyportal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyportal"
version = "0.10.2"
version = "0.11.0"
authors = [
"Shella Stephens <shella@infracoven.io",
"Paul Sajna <sajattack@gmail.com>",
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.14.2](https://github.com/ianrrees/atsamd/compare/samd11_bare-0.14.1...samd11_bare-0.14.2) - 2025-04-12

### Other

- updated the following local packages: atsamd-hal

## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.14.0...samd11_bare-0.14.1) - 2025-01-31

### Examples
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.14.1"
version = "0.14.2"

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

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

## [Unreleased]

## [0.21.1](https://github.com/ianrrees/atsamd/compare/atsamd-hal-0.21.0...atsamd-hal-0.21.1) - 2025-04-12

### Added

- *(tc)* Add support for TC6/7 on applicable chips ([#835](https://github.com/ianrrees/atsamd/pull/835))
- Add ehal 1.0 InputPin impl for ExtInt ([#826](https://github.com/ianrrees/atsamd/pull/826))

## [0.21.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.20.2...atsamd-hal-0.21.0) - 2025-01-13

### Added
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.77.2"
version = "0.21.0"
version = "0.21.1"

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