RepoNotes
Toggle theme
Loading ...
Sign in
rust-embedded/critical-section
Pluggable critical section
148
5
3
Readme
Notes
New Note
Sign in to add notes for this repository
RN
rust-embedded
2772
Followers
0
Following
59
Repos
No Twitter
Enabling usage of Rust on Embedded Platforms (Embedded Linux / RTOS / Bare Metal)
Branches
v0.2.x
v0.2-semver-trick
trying
Releases
Commits
Merge pull request #57 from jessebraham/fixes/docs Point to `esp-hal` instead of `esp-hal-common` in `README.md`
Point to `esp-hal` instead of `esp-hal-common` in `README.md`
Merge pull request #56 from rust-embedded/nonsendsync Fix #55, release v1.2.0.
Issues
Implement a More Ergonomic & Efficient Mutex for the Embedded
Added a `?Sized` constraint to `T` in `Mutex<T>`
Add `loom` support to `std` critical section implementation