Skip to content

Releases: nrf-rs/nrf-hal

v0.11.0

12 Jul 20:38
Compare
Choose a tag to compare

New Features

  • Add support for Nordic nRF52833 (#148).
  • Add a driver for the AES-ECB peripheral (#145).
  • Add a driver for the AES-CCM peripheral (#154).
  • Add PPI support and example (#162).
  • Add methods for task clear and trigger overflow to the RTC (#168).
  • Add a driver for the GPIOTE peripheral (#167).

Fixes

  • Fix incorrect logic in transfer_split_uneven (#159).
  • Twim: Implicitly copy buffer into RAM if needed when using embedded hal traits (#165).
  • Fix Twim hangs on address NACK (#166).

Breaking Changes

  • Made GPIO pin fields private and reduced their memory footprint (#155).
  • Stop reexporting the PAC under target (#172).