-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PACs release 0.14.0 * atsamd-hal-macros 0.2.0 * atsamd-hal 0.18.0 * BSPs minor and patch releasses --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin Beaurivage <[email protected]>
- Loading branch information
1 parent
e453894
commit 956d369
Showing
103 changed files
with
1,006 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
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.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 | ||
|
||
- **[breaking]**: SAMD51G: remove support for I2S peripheral ([#735](https://github.com/atsamd-rs/atsamd/pull/735)) | ||
|
||
### Fixed | ||
|
||
- SAMD51J: Add support for I2S peripheral ([#735](https://github.com/atsamd-rs/atsamd/pull/735)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_mkr1000" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Eric Rushing <[email protected]>"] | ||
description = "Board Support crate for the Arduino MKR 1000 WiFi" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_mkrvidor4000" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
authors = ["Sameer Puri <[email protected]>"] | ||
description = "Board Support crate for the Arduino MKR VIDOR 4000" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_mkrzero" | ||
version = "0.12.1" | ||
version = "0.12.2" | ||
authors = ["Wez Furlong <[email protected]>", "David McGillicuddy <[email protected]>"] | ||
description = "Board Support crate for the Arduino MKRZERO" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_nano33iot" | ||
version = "0.7.1" | ||
version = "0.7.2" | ||
authors = ["Gus Wynn <[email protected]>"] | ||
description = "Board Support crate for the Arduino Nano 33 IOT" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "atsame54_xpro" | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
authors = [ | ||
"Karsten Große <[email protected]>", | ||
"John Little <[email protected]>" | ||
|
@@ -23,7 +23,7 @@ features = ["critical-section-single-core"] | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.17.0" | ||
version = "0.18.0" | ||
default-features = false | ||
|
||
[dependencies.usb-device] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "circuit_playground_express" | ||
version = "0.11.0" | ||
version = "0.11.1" | ||
authors = ["Paul Sajna <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Circuit Playground Express" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.