Skip to content

Commit

Permalink
Use stm32h7-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 14, 2024
1 parent 7669551 commit bd09207
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ embedded-hal = { version = "0.2.6", features = ["unproven"] }
embedded-dma = "0.2.0"
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
defmt = { version = ">=0.2.0,<0.4", optional = true }
#stm32h7 = { version = "^0.15.1", default-features = false }
stm32h7 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", default-features = false }
stm32h7 = { version = "0.16.0", package = "stm32h7-staging", default-features = false }
void = { version = "1.0.2", default-features = false }
cast = { version = "0.3.0", default-features = false }
nb = "1.0.0"
Expand Down

0 comments on commit bd09207

Please sign in to comment.