Skip to content

Commit

Permalink
Bump HAL to 0.16
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Jun 9, 2024
1 parent 50754a8 commit 57b269a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ targets = ["thumbv7em-none-eabihf"]
[dependencies]
cortex-m = "0.7"
cortex-m-rt = { version = "0.7", features = [ "device" ] }
stm32h7xx-hal = { version = "0.15", features = [ "stm32h750v", "rt", "revision_v", "usb_hs", "xspi", "fmc" ] }
stm32h7xx-hal = { version = "0.16", features = [ "stm32h750v", "rt", "revision_v", "usb_hs", "xspi", "fmc" ] }
stm32-fmc = "0.3"
num_enum = { version = "0.5.6", optional = true, default-features = false }

Expand All @@ -39,7 +39,7 @@ display-interface-spi = "0.4"
ssd1306 = "0.8.0"
fugit = "0.3"
# HAL in examples requires an additional SDMMC feature.
stm32h7xx-hal = { version = "0.15", features = [ "stm32h750v", "rt", "revision_v", "usb_hs", "xspi", "fmc", "sdmmc" ] }
stm32h7xx-hal = { version = "0.16", features = [ "stm32h750v", "rt", "revision_v", "usb_hs", "xspi", "fmc", "sdmmc" ] }

[features]
seed = []
Expand Down

0 comments on commit 57b269a

Please sign in to comment.