RepoNotes
Toggle theme
Loading ...
Sign in
rust-embedded/cortex-m
Low level access to Cortex-M processors
969
6
99
No readme available
Notes
New Note
Sign in to add notes for this repository
RN
rust-embedded
3238
Followers
0
Following
61
Repos
No Twitter
Enabling usage of Rust on Embedded Platforms (Embedded Linux / RTOS / Bare Metal)
Branches
v0.7.x
v0.6.x
v0.5.x
Releases
v0.7.7
v0.7.6
v0.7.5
Commits
Merge pull request #636 from wt/fix_armv6m_clippy_issues Remove all clippy issues when targeting `thumbv6m-none-eabi`.
Merge pull request #635 from wt/add_missing_crates_to_workspace Add cortex-m-rt/macros to the workspace members.
Remove all clippy issues when targeting `thumbv6m-none-eabi`. These clippy issue do not appear when building under non-arm targets, so they have been missed. Unblocks: #630
Issues
"Extra Sections" example is potentially unsound
Incorrect implementation of `cortex_m::peripheral::scb::VectActive::from()` in stable release 0.7.7
Delay should sleep the CPU