Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tm4c123x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ features = ["unproven"]
version = "1"

[dependencies.tm4c123x]
version = "0.9"
## m-labs does not plan on publishing new release on crates.io and suggest to
## use git instead with specific revision instead.
git = "https://github.com/m-labs/dslite2svd.git"
rev = "30145706b658136c35c90290701de3f02a4b8ef2"

[dependencies.void]
version = "1.0"
Expand Down
7 changes: 6 additions & 1 deletion tm4c129x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ edition = "2018"
[dependencies]
cortex-m = "0.6"
nb = "1"
tm4c129x = "0.9"

[dependencies.tm4c129x]
## m-labs does not plan on publishing new release on crates.io and suggest to
## use git instead with specific revision instead.
git = "https://github.com/m-labs/dslite2svd.git"
rev = "30145706b658136c35c90290701de3f02a4b8ef2"

[dependencies.cast]
version = "0.2"
Expand Down