Skip to content

Commit 2fa8fec

Browse files
Merge pull request #61 from stm32-rs/update-hals
Update hals
2 parents 872cff1 + 5badd6a commit 2fa8fec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
* General
33
* Remove the `smi` feature and always enable miim/smi. Use `ieee802_3_miim` for SMI access
44
* Split MAC and DMA setup into their own separate modules
5+
* Update stm32f1xx-hal and stm32f4xx-hal to their latests version as of 15-12-2022.
56
* CI
67
* Test compilability of examples more extensively
8+
* Move away from actions-rs
79
* Examples:
810
* Switch to `defmt` as logger
911
* Use `probe-run` as runner

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ features = ["smoltcp-phy", "smoltcp/socket-raw", "stm32f429"]
2222
volatile-register = "0.2"
2323
aligned = "0.4"
2424
stm32f7xx-hal = { version = "0.7.0", optional = true }
25-
stm32f4xx-hal = { version = "0.13", optional = true }
26-
stm32f1xx-hal = { version = "0.9", optional = true }
25+
stm32f4xx-hal = { version = "0.14", optional = true }
26+
stm32f1xx-hal = { version = "0.10", optional = true }
2727
ieee802_3_miim = "0.7"
2828
cortex-m = "0.7"
2929
log = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)