Releases: atsamd-rs/atsamd
Releases · atsamd-rs/atsamd
samd11_bare-0.12.0
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
Other
- (pygamer) [breaking] Upgrade
pygamer
BSP display driver and graphics dependencies (#777)
metro_m4-0.15.0
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
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
Other
- (grand_central_m4) Add an I2C example (#787)
grand_central_m4-0.8.0
feather_m4-0.14.0
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
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
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
Added
- (spi) Unlock DMA transfers for SpiBus::transfer_in_place (#780)
- Make
OwnedPeripheral
,RxPin
andTxPin
traits from thecan
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