All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update to
usb-device
0.3 (#17).
- Use
critical-section
for critical sections instead ofcortex_m::interrupt::free
. This allows customizing the critical section implementation, needed for using with the nRF SoftDevices.
- Initial release