Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@eldruin eldruin released this 05 Jun 20:32
· 34 commits to main since this release

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)