Skip to content

Version 0.2.3

Compare
Choose a tag to compare
@Rahix Rahix released this 05 Mar 21:33
· 25 commits to main since this release
v0.2.3

Added

  • A mutex type for Xtensa LX6 micorontrollers (e.g. ESP32) (#22 by @pyaillet).
  • A proxy type for sharing an ADC to allow "concurrently" reading its channels from multiple tasks (#24 by @geomatsi).
  • Support for thumbv6 targets by using atomic-polyfill instead of libcore atomics (#30).