Use upstream stm32f4xx-hal #67
Loading…
Reference in New Issue
No description provided.
Delete Branch "mwojcik/thermostat:hal-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should close #59.
Version 0.10.1 was chosen as the earliest one that does have the required flash support features, with possibly least breaking changes (...still there were plenty).
Most notably:
Plus few smaller changes, but nothing that would break any thermostat functionality (SPI, Eth, GPIO
into_alternate
got simplified API-wise).Compiles both with
cargo build --release
andnix build
, but I have not tested it (maybe @topquark12 would be so kind since he's got the hardware now? :)) - unfortunately this took me longer than I thought.@topquark12 any update on testing this?
Hardware functions normally, can be merged.