-
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.
* upstream svd2rust again * fix hal for upstream svd2rust * version bumps * fix issue #88 * very WIP and broken * fix * Move PAC stuff behind pac:: in each BSP Also fiddle with Trellis M4 and PyGamer OutputPins * bugfixes * more bugfixes * one more fix
- Loading branch information
Showing
3,478 changed files
with
367,026 additions
and
810,853 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arduino_mkrzero" | ||
version = "0.4.0" | ||
version = "0.5.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"] | ||
|
@@ -24,7 +24,7 @@ optional = true | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "~0.6" | ||
version = "~0.7" | ||
default-features = false | ||
|
||
[features] | ||
|
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 = "circuit_playground_express" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Paul Sajna <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Circuit Playground Express" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -16,7 +16,7 @@ nb = "~0.1" | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "~0.6" | ||
version = "~0.7" | ||
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_m0" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Ben Bergman <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Feather M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -20,7 +20,7 @@ optional = true | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "~0.6" | ||
version = "~0.7" | ||
default-features = false | ||
|
||
[dependencies.panic-abort] | ||
|
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 = "feather_m4" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Theodore DeRego <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Feather M4" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -20,7 +20,7 @@ optional = true | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "~0.6" | ||
version = "~0.7" | ||
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 = "gemma_m0" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Wez Furlong <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Gemma M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -20,7 +20,7 @@ optional = true | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "~0.6" | ||
version = "~0.7" | ||
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 = "itsybitsy_m0" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Ben Bergman <[email protected]>"] | ||
description = "Board Support crate for the Adafruit ItsyBitsy M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -20,7 +20,7 @@ optional = true | |
|
||
[dependencies.atsamd-hal] | ||
path = "../../hal" | ||
version = "~0.6" | ||
version = "~0.7" | ||
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
Oops, something went wrong.