Skip to content

v0.12.2

Compare
Choose a tag to compare
@jonas-schievink jonas-schievink released this 31 May 16:30
· 390 commits to master since this release
a03e521

New Features

  • Enable PWM for the nRF9160 and nRF52832 (#311 #318).

Enhancements

  • Add a testsuite for the HAL (#291).
  • Document that ieee802154::Radio::recv_timeout writes the received data to packet (#307).
  • Update nRF9160 HAL with latest memory map (#321).
  • Add a simple UART example (#317).
  • Add readme documentation for demos (#246).
  • Link README.md into all sub-crates so they show up on crates.io (#322).
  • Enhance the RTC example with an interrupt (#324).

Fixes

  • Fix spelling errors and RTIC name (#308).
  • ieee802154: mark start_recv as unsafe (#312).
  • Fix PWM EasyDMA max length (#313).
  • Fix EasyDMA max size (#315).
  • Work around erratum when enabling UARTE on nRF9160 (#319).