-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating dependencies - Updating cortex-m from 0.6 to 0.7 - Updated cortex-m-rt from 0.6 to 0.7 in /examples - Updated cortex-m-semihosting from 0.3.2 to 0.5 in /examples - Pointing to github repo (for now) for tm4c129x and tm4c123x deps * Added version tag to tm4c129x and tm4c123x git deps. * Reverted tm4c123x and tm4c129x back to crates.io * Updated versions and added notes in Readme.md * Update tm4c129x-hal/README.md Co-authored-by: Diego Barrios Romero <[email protected]> * Update tm4c123x-hal/README.md Co-authored-by: Diego Barrios Romero <[email protected]> * Added to changelog --------- Co-authored-by: Diego Barrios Romero <[email protected]>
- Loading branch information
Showing
8 changed files
with
33 additions
and
15 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
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 = "tm4c123x-hal" | ||
version = "0.10.2" | ||
version = "0.10.3" | ||
authors = [ | ||
"Jorge Aparicio <[email protected]>", | ||
"Jonathan 'theJPster' Pallant <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ version = "0.2.2" | |
default-features = false | ||
|
||
[dependencies.cortex-m] | ||
version = "0.6" | ||
version = "0.7" | ||
|
||
[dependencies.embedded-hal] | ||
version = "0.2.2" | ||
|
@@ -29,7 +29,7 @@ features = ["unproven"] | |
version = "1" | ||
|
||
[dependencies.tm4c123x] | ||
version = "0.9" | ||
version = "0.9.1" | ||
|
||
[dependencies.void] | ||
version = "1.0" | ||
|
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 = "tm4c129x-hal" | ||
version = "0.9.2" | ||
version = "0.9.3" | ||
authors = [ | ||
"Jorge Aparicio <[email protected]>", | ||
"Jonathan 'theJPster' Pallant <[email protected]>", | ||
|
@@ -15,9 +15,11 @@ repository = "https://github.com/rust-embedded-community/tm4c-hal/tm4c129x-hal" | |
edition = "2018" | ||
|
||
[dependencies] | ||
cortex-m = "0.6" | ||
cortex-m = "0.7" | ||
nb = "1" | ||
tm4c129x = "0.9" | ||
|
||
[dependencies.tm4c129x] | ||
version = "0.9.1" | ||
|
||
[dependencies.cast] | ||
version = "0.2" | ||
|
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