Skip to content

Releases: atsamd-rs/atsamd

samd11_bare-0.12.0

21 Nov 16:30
227c449
Compare
Choose a tag to compare

Examples

  • Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)

Dependencies

  • Update HAL dependency to 0.19

pygamer-0.12.0

21 Nov 16:29
227c449
Compare
Choose a tag to compare

Other

  • (pygamer) [breaking] Upgrade pygamer BSP display driver and graphics dependencies (#777)

metro_m4-0.15.0

21 Nov 16:29
227c449
Compare
Choose a tag to compare

Examples

  • Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)

Dependencies

  • Update HAL dependency to 0.19

metro_m0-0.16.0

21 Nov 16:28
227c449
Compare
Choose a tag to compare

Examples

  • Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)

Dependencies

  • Update HAL dependency to 0.19

grand_central_m4-0.8.1

21 Nov 16:54
0a0bac8
Compare
Choose a tag to compare

Other

  • (grand_central_m4) Add an I2C example (#787)

grand_central_m4-0.8.0

21 Nov 16:28
227c449
Compare
Choose a tag to compare

Added

  • (grand_central_m4) Add an EIC example (#785)

Other

  • (grand_central_m4) [breaking] Update HAL dependency to v0.19 (#786, #779)

feather_m4-0.14.0

21 Nov 16:28
227c449
Compare
Choose a tag to compare

Examples

  • Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)

Dependencies

  • Update HAL dependency to 0.19

feather_m0-0.16.0

21 Nov 16:27
227c449
Compare
Choose a tag to compare

Examples

  • Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)

Dependencies

  • Update HAL dependency to 0.19

atsame54_xpro-0.9.0

21 Nov 16:27
227c449
Compare
Choose a tag to compare

Examples

  • Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)

Dependencies

  • Update HAL dependency to 0.19

atsamd-hal-0.19.0

21 Nov 16:27
227c449
Compare
Choose a tag to compare

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