v0.1.1
- 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.
critical-section
for critical sections instead of cortex_m::interrupt::free
. This allows