v0.3.2
Release Notes
🥕 v0.3.2
-
🔧 Maintenance
- Remove the dependency to the interrupts. Locking will no longer disable/re-enable interrupt handling globally.
Usage of blocking locks need to avoided inside interrupt handler to mitigate the risk of deadlocks.
- Remove the dependency to the interrupts. Locking will no longer disable/re-enable interrupt handling globally.