You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
689: defmt-rtt: Update to critical-section 1.0 r=Urhengulas a=Dirbaio
This is a breaking change, because 1.0 no longer supplies any critical section implementation by default. The user has to opt-in to one instead (for example, by enabling the `critical-section-single-core` feature in `cortex-m`: rust-embedded/cortex-m#447).
Thankfully it needs bumping only `defmt-rtt`, and not `defmt`. So it won't cause the painful ecosystem split like the `defmt 0.2 -> 0.3` update.
TODO before merging:
- [x] Wait for `critical-section 1.0` release rust-embedded/critical-section#19
Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
0 commit comments