Skip to content

Releases: Finomnis/ws2812-flexio

v0.3.0

23 Jun 11:11
Compare
Choose a tag to compare

Breaking Changes

  • Rework dependencies
  • Set MSRV to 1.68

Changes

  • Replace cortex_m::interrupt::free with critical_section::with to make it compatible with e.g. nrf BLE Soft Devices
  • Fix default target for docs

v0.2.0

15 Nov 09:24
1180fa2
Compare
Choose a tag to compare

Breaking Changes

  • Rename fn WS2812Driver::write_dma to fn WS2812Driver::write_dma_blocking

Changes

  • Introduce new function async fn WS2812Driver::write_dma that is better suited for usage with RTIC 2

v0.1.0

22 Jul 15:21
f89ef37
Compare
Choose a tag to compare

Initial Release!

While this is the first release, this version is already quite stable.

The reason it wasn't released earlier is that it depended on: