Skip to content

Releases: rust-embedded/embedded-dma

Release 0.2.0

02 Feb 22:26
37deca2
Compare
Choose a tag to compare

Changed

  • [breaking change] StaticReadBuffer and StaticWriteBuffer no longer exist. Instead use ReadBuffer, WriteBuffer.

Added

  • Replace less strict ReadBuffer and WriteBuffer definitions with
    those of StaticReadBuffer and StaticWriteBuffer. This removes the separate static
    traits.