-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version of dependant crates, updated examples to work with new…
… crates
- Loading branch information
Showing
12 changed files
with
45 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "stm32l432xx-hal" | ||
version = "0.2.3" | ||
version = "0.2.4" | ||
authors = ["Scott Mabin <[email protected]>"] | ||
description = "Hardware abstraction layer for the stm32l432xx chips" | ||
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"] | ||
|
@@ -15,7 +15,7 @@ exclude = [ | |
] | ||
|
||
[dependencies] | ||
cortex-m = "0.5.2" | ||
cortex-m = "0.5.7" | ||
nb = "0.1.1" | ||
|
||
[dependencies.cast] | ||
|
@@ -31,13 +31,13 @@ version = "0.2.1" | |
features = ["unproven"] | ||
|
||
[dependencies.stm32l4] | ||
version = "0.2.1" | ||
version = "0.3.2" | ||
features = ["stm32l4x2", "rt"] | ||
|
||
[dev-dependencies] | ||
panic-semihosting = "0.3.0" | ||
cortex-m-semihosting = "0.3.0" | ||
cortex-m-rt = "0.5.1" | ||
panic-semihosting = "0.5.0" | ||
cortex-m-semihosting = "0.3.1" | ||
cortex-m-rt = "0.6.5" | ||
|
||
[profile.dev] | ||
incremental = false | ||
|
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
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
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