rust-embedded / rust-embedded/cortex-m
Consider using `arm-targets` crate
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 202
- Avg merge
- 6d 2h
- Merged PRs (30d)
- 2
Description
In https://github.com/rust-embedded/cortex-ar, there is a crate called arm-targets which sets up cfg's for all kinds of Arm targets. The cortex-m crate could use that rather than doing its own thing.
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 inspecting the cortex-m crate's current target-specific cfg setup, then compare it with the arm-targets crate linked in the issue. Determine whether arm-targets covers the existing cases and what would need to change; done means the crate uses the shared setup without losing current target support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100