rust-embedded / rust-embedded/aarch32

Use naked functions (once MSRV hits 1.96)

Open
#106 6 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.