-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
stm32h7xx-hal
v0.16.0
^0.15.1
stm32h7 NO DEFAULT FEATURES
Device support crates for STM32H7 devices
When compiled with this combination:
[target.'cfg(any(target_arch = "arm", target_os = "none"))'.dependencies]
stm32h7 = { version = "0.16", optional = true, features = ["stm32h747cm7", "rt"] }
stm32h7xx-hal = { version = "0.16", optional = true, features = ["stm32h747cm7", "sdmmc"] }
cortex-m = { version = "0.7", optional = true, features = ["critical-section-single-core", "cm7"] }
Conflicting packages are loaded (0.16.0 and 0.15.1)
When stm32h7=0.15.1, then the contract from the SVD is wrong and compile errors occur.
Is there a combination that currently works?
Metadata
Metadata
Assignees
Labels
No labels