Skip to content

atsamd-hal-0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 16:27
· 32 commits to master since this release
227c449

Added

  • (spi) Unlock DMA transfers for SpiBus::transfer_in_place (#780)
  • Make OwnedPeripheral, RxPin and TxPin traits from the can module public (#778)
  • (spi) Add PanicOnRead and PanicOnWrite for simplex SPI transactions (#772)
  • (uart) embedded_io implementations for UART DMA transfers (#772)
  • (i2c) embedded_hal I2c implementation for I2C DMA transfers (#772)
  • (spi) embedded_hal SpiBus implementation for SPI DMA transfers (#772)

Fixed

  • (spi) Only enable SPI receiver when it has RX capability (#772)

Other

  • [breaking] Bump MSRV to Rust 1.77.2