rust-embedded / rust-embedded/aarch32
Use naked functions (once MSRV hits 1.96)
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 66
- Forks
- 25
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 4
Description
If we increase the MSRV to 1.88, we can use naked functions to replace many of the functions we have defined using pure assembly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reconciling the title's MSRV 1.96 with the body’s MSRV 1.88 and read the linked naked-functions announcement. Then identify the pure-assembly functions affected across the repository and determine which can be replaced. Done means the relevant functions use naked functions without breaking the AArch32 targets or the stated MSRV.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100