Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@Frostie314159 Frostie314159 released this 31 Aug 21:52
· 18 commits to master since this release
5a75728

Compared to the last release, this is a big one.

Frame format RW

  • Implemented TIM element support
  • Implemented support for dynamic management frames
  • Implemented all status codes (#11 thanks to @george-hopkins)

Fixes

  • Fixed builder for data frames (#13 thanks to @ProfFan)
  • Made element_chain evaluatable in const
  • Fixed data frame serialization (#14 thanks to @ProfFan)
  • Fixed match_frames for async

Misc

  • Added std feature to enable scroll/std (#10 thanks to @george-hopkins)
  • Implemented defmt support
  • Moved ManagementFrameHeader
  • Lots of documentation improvements.