Skip to content

Releases: nrf-rs/nrf-usbd

v0.3.0

23 May 10:22
Compare
Choose a tag to compare
  • Update to usb-device 0.3 (#17).

v0.2.0

27 Sep 14:34
cbd7ed7
Compare
Choose a tag to compare
  • Update to critical-section 1.0 (#9).
  • Change Usbd::new to return Self (#12).

v0.1.1

23 May 10:23
d6db4c2
Compare
Choose a tag to compare
  • Use critical-section for critical sections instead of cortex_m::interrupt::free. This allows
    customizing the critical section implementation, needed for using with the nRF SoftDevices.

v0.1.0

23 May 10:23
Compare
Choose a tag to compare
  • Initial release