Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

75 lines (55 loc) · 3.19 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Updated stm32f7 dependency 0.14.0 -> 0.15
    • Use PascalCase for generated values of enums (stm32-rs#727)
  • Updated synopsys-usb-otg dependency 0.2.3 -> 0.3
  • Updated stm32-fmc dependency 0.2.0 -> 0.3
  • Added Interruptable trait to Alternate mode pins

v0.7.0 - 2022-06-05

Added

Changed

  • Renamed master branch to main Updating a local clone after a branch name changes
  • Split GetBusFreq on BusClock & BusTimerClock, use &Clock everywhere (#178)
  • Use fugit-based time types instead of embedded-time (#177)
  • Update gpios: add DynamicPin, add default modes, reexport pins, resort generics, etc (#176)
  • Improved RCC infrastructure (#152)
  • RTC support has been rewritten (#159/#160/162)
  • Bump bxcan dependency version (#158)
  • Removed rustfmt checks on CI (#184)

Fixed

  • Fix RAM address and add ITCM and DTCM sections (#156)
  • Fix default mode for debug pins (#166)
  • Use BitsPerSeconds instead of BytesPerSecond in the serial baud rate configuration (#175)

v0.6.0 - 2021-11-02

v0.5.0 - 2021-09-22

v0.4.0 - 2021-07-16

v0.3.0 - 2021-04-26

v0.2.0 - 2020-07-01

[v0.1.0] - 2019-11-05