Skip to content

Releases: stm32-rs/stm32l0xx-hal

v0.10.0

15 Aug 11:10
c672829
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade stm32l0 to latest version, and other dependency updates ([#215]):

    dependencies

    crate from to
    cast 0.2.2 0.3.0
    cortex-m-rt 0.6.8 0.7.0
    rtcc 0.2 0.3.0
    stm32l0 0.13.0 0.15.1

    dev-dependencies

    crate from to
    aligned 0.3.1 0.4.1
    cortex-m-rtic 0.5.6 1.1.3
    cortex-m-semihosting 0.3.2 0.5.0
    panic-semihosting 0.5.1 0.6.0

Fixes

  • Add other possible pins for SPI1 for L0x1 family

Initial Release

29 Apr 04:12
Compare
Choose a tag to compare

Initial release contains support for several key peripherals and hardware tested examples.