Skip to content

Commit

Permalink
Merge pull request #97 from stm32-rs/update-hals
Browse files Browse the repository at this point in the history
Update hals
  • Loading branch information
datdenkikniet authored Nov 3, 2024
2 parents 473052f + 75c89c5 commit 93c9ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
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
1 change: 1 addition & 0 deletions examples/common.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(unused_attributes)]
#![allow(unexpected_cfgs)]
#![no_std]

//! Common features used in examples.
Expand Down

0 comments on commit 93c9ef5

Please sign in to comment.