Skip to content

atsamd-hal-0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 20:58
· 2 commits to master since this release
094b304

Added

  • [breaking] Add support for RTIC v2.0 monotonic drivers using RTC peripheral (#804)
  • Allow the construction of systick Delay using the clock::v2 API (#803)

Changed

  • Break out non-async specific interrupt functionality out of async_hal module

Refactored

  • Satisfy recent nightly clippy lint additions