v0.1.1
- Use
critical-sectionfor critical sections instead ofcortex_m::interrupt::free. This allows
customizing the critical section implementation, needed for using with the nRF SoftDevices.
critical-section for critical sections instead of cortex_m::interrupt::free. This allows