-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add changelog * Add deprecation notices in lib.rs * Add deprecation notices to common and samd/same modules in lib.rs * Add deprecation notice to gpio::v1 * Add deprecation notices for sercom::v1::{spi, uart} * Add BPS tiers to README * Deprecate spi_common module * Update samd11_bare to v2 APIs * Deprecate SpinTimer * Update metro_m0 to uart::v2 * Deprecate atsamd_hal::hal and atsamd_hal::target_device * Tie T2 boards to crates.io atsamd-hal dependency * Tie all BSPs to atsamd-hal = 0.13 * Bump atsamd-hal to 0.13 * Bump T2 BSP versions
- Loading branch information
1 parent
a65ceea
commit 0359814
Showing
66 changed files
with
449 additions
and
227 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,5 @@ | ||
# Unreleased Changes | ||
|
||
--- | ||
|
||
Changelog tracking started at v0.13 |
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.3.0" | ||
version = "0.4.0" | ||
authors = ["Eric Rushing <[email protected]>"] | ||
description = "Board Support crate for the Arduino MKR 1000 WiFi" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -19,8 +19,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_mkrvidor4000" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Sameer Puri <[email protected]>"] | ||
description = "Board Support crate for the Arduino MKR VIDOR 4000" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"] | ||
|
@@ -19,8 +19,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_mkrzero" | ||
version = "0.10.0" | ||
version = "0.11.0" | ||
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"] | ||
|
@@ -19,8 +19,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_nano33iot" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Gus Wynn <[email protected]>"] | ||
description = "Board Support crate for the Arduino Nano 33 IOT" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"] | ||
|
@@ -19,8 +19,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "atsame54_xpro" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = [ | ||
"Karsten Große <[email protected]>" | ||
] | ||
|
@@ -21,8 +21,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "circuit_playground_express" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Paul Sajna <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Circuit Playground Express" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -15,8 +15,7 @@ embedded-hal = "0.2.3" | |
nb = "0.1" | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
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.7.0" | ||
version = "0.8.0" | ||
edition = "2018" | ||
authors = ["Theodore DeRego <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Feather M4" | ||
|
@@ -20,8 +20,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gemma_m0" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Wez Furlong <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Gemma M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -19,8 +19,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grand_central_m4" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = [ | ||
"Dustin Little <[email protected]>" | ||
] | ||
|
@@ -22,8 +22,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "itsybitsy_m0" | ||
version = "0.10.0" | ||
version = "0.11.0" | ||
authors = ["Ben Bergman <[email protected]>"] | ||
description = "Board Support crate for the Adafruit ItsyBitsy M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -22,8 +22,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "itsybitsy_m4" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Nic Hartley <[email protected]>", | ||
"Tom <[email protected]>", | ||
|
@@ -25,8 +25,7 @@ version = "0.6.12" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "metro_m4" | ||
version = "0.8.0" | ||
version = "0.9.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"] | ||
|
@@ -19,8 +19,7 @@ version = "0.6.13" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "p1am_100" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Quentin Smith <[email protected]>"] | ||
description = "Board Support crate for the Facts Engineering P1AM-100" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -23,8 +23,7 @@ version = "0.5.1" | |
optional = true | ||
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "0.12" | ||
version = "0.13" | ||
default-features = false | ||
|
||
[dependencies.panic_rtt] | ||
|
Oops, something went wrong.