Rahix / avr-device

Register access crate for AVR microcontrollers
Apache License 2.0
168 stars 67 forks source link

Add implementation for critical-section #116

Closed Rahix closed 1 year ago

Rahix commented 1 year ago

Due to the changed design of the critical-section crate, we now have to provide an implementation over here.

Add a critical-section-impl feature flag which can be used to enable the implementation.