Skip to content

Commit

Permalink
Update to latest version of F4 and F7 hal
Browse files Browse the repository at this point in the history
  • Loading branch information
datdenkikniet committed Aug 3, 2024
1 parent cffc1ee commit ab5c464
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 @@ -21,8 +21,8 @@ features = ["smoltcp-phy", "stm32f429", "async-await"]
[dependencies]
volatile-register = "0.2"
aligned = "0.4"
stm32f7xx-hal = { version = "0.7", optional = true }
stm32f4xx-hal = { version = "0.20", optional = true }
stm32f7xx-hal = { version = "0.8", optional = true }
stm32f4xx-hal = { version = "0.21", optional = true }
stm32f4 = { version = "0.15", optional = true }
stm32f1xx-hal = { version = "0.10", optional = true }
ieee802_3_miim = "0.8"
Expand Down

0 comments on commit ab5c464

Please sign in to comment.