Skip to content

0.16.0 calls out 0.15.1 of stm32h7 #533

@iraabbott

Description

@iraabbott

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions