-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release HAL v0.20.0 --------- 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
696eb2f
commit 8d706e4
Showing
20 changed files
with
105 additions
and
18 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
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 = "atsame54_xpro" | ||
version = "0.9.0" | ||
version = "0.10.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.19.0" | ||
version = "0.20.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 = "feather_m0" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
authors = ["Ben Bergman <[email protected]>"] | ||
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.19.0" | ||
version = "0.20.0" | ||
default-features = false | ||
|
||
[dependencies.cortex-m] | ||
|
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 = "feather_m4" | ||
version = "0.14.0" | ||
version = "0.15.0" | ||
edition = "2021" | ||
authors = ["Theodore DeRego <[email protected]>"] | ||
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.19.0" | ||
version = "0.20.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 = "grand_central_m4" | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
authors = ["Dustin Little <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Grand Central M4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "metro_m0" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
authors = ["Wez Furlong <[email protected]>"] | ||
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.19.0" | ||
version = "0.20.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 = "metro_m4" | ||
version = "0.15.0" | ||
version = "0.16.0" | ||
authors = ["Paul Sajna <[email protected]>", "Wez Furlong <[email protected]>"] | ||
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.19.0" | ||
version = "0.20.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
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 = "samd11_bare" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Jesse Braham <[email protected]>"] | ||
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.19.0" | ||
version = "0.20.0" | ||
default-features = false | ||
|
||
[dev-dependencies] | ||
|
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