Releases: nrf-rs/nrf-hal
Releases · nrf-rs/nrf-hal
v0.11.0
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).