Skip to content

Commit c5d20e3

Browse files
committed
Add RFC for creating Arm team
1 parent 1492b45 commit c5d20e3

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

rfcs/0818-arm-team.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
- Feature Name: arm-team
2+
- Start Date: 2025-02-11
3+
- RFC PR: https://github.com/rust-embedded/wg/pulls/818
4+
5+
# Summary
6+
[summary]: #summary
7+
8+
Merge the Cortex-A, Cortex-R and Cortex-M teams into a new Arm team, taking
9+
over the previous repositories and team members.
10+
11+
# Motivation
12+
[motivation]: #motivation
13+
14+
* Allow sharing maintenance of all the Arm crates including the Cortex-R crates
15+
which currently have no maintainers
16+
* Better allow sharing of things that are common to all Arm architectures
17+
* Reduce large number of wg teams
18+
19+
# Detailed design
20+
[design]: #detailed-design
21+
22+
1. Create new Arm team
23+
2. Add all Cortex-A, Cortex-R, and Cortex-M members to Arm team
24+
3. Add all Cortex-A, Cortex-R, and Cortex-M repositories to Arm team
25+
4. Delete Cortex-A, Cortex-R, and Cortex-M teams
26+
27+
# How We Teach This
28+
[how-we-teach-this]: #how-we-teach-this
29+
30+
Update the WG README.
31+
32+
# Drawbacks
33+
[drawbacks]: #drawbacks
34+
35+
* Some existing team members may not have any interest or experience in other Arm platforms
36+
37+
# Alternatives
38+
[alternatives]: #alternatives
39+
40+
* Keep existing Cortex teams
41+
42+
# Unresolved questions
43+
[unresolved]: #unresolved-questions
44+
45+
N/A

0 commit comments

Comments
 (0)