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
35: Prepare v1.0.0 r=jonas-schievink a=adamgreig
I'm opening this PR so we can move discussions forward around v1; I am very happy to have some changes or more feedback before we go ahead with this.
Essentially, this crate is now just `CriticalSection` and `Mutex`, which are widely used and probably won't change without becoming something totally new (e.g. the new mutex-trait crate). There are some known issues (especially CSs don't disable NMI or HardFault) which perhaps could be documented and understood better, but I think are all platform-specific (cortex-m).
In this PR:
* Remove `StaticResource`: it's not been released in any published version so hasn't been proven yet; we could re-add it in a later release or separate crate
* Remove `deny(warnings)` and instead deny them in CI
* Update version to 1.0.0
We'll still want to close off #26. Otherwise I think everything from #22 is covered.
Co-authored-by: Adam Greig <[email protected]>
0 commit comments