Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action RFC818: merge cortex teams into new arm team #822

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 14 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,60 +124,37 @@ The functions of the core team are:
- [@adamgreig]
- [@therealprof]

### The Cortex-A team
### The Arm team

The Cortex-A team develops and maintains the core of the Cortex-A crate ecosystem.

#### Members

- [@raw-bin]
- [@nchong-at-aws]
- [@berkus]

#### Projects

Projects maintained by this team.

- [`aarch64-cpu`]
- [`rust-raspberrypi-OS-tutorials`]

### The Cortex-M team

The Cortex-M team develops and maintains the core of the Cortex-M crate ecosystem.
The Arm team develops and maintains the crates related to Arm microprocessors
and microcontrollers, including Cortex-A, Cortex-R, and Cortex-M.

#### Members

- [@adamgreig]
- [@therealprof]
- [@thalesfragoso]
- [@berkus]
- [@nchong-at-aws]
- [@newAM]
- [@raw-bin]
- [@thalesfragoso]
- [@therealprof]

#### Projects

Projects maintained by this team.

- [`aarch64-cpu`]
- [`arm-dcc`]
- [`cortex-ar`]
- [`cortex-m-quickstart`]
- [`cortex-m-rt`]
- [`cortex-m-semihosting`]
- [`cortex-m`]
- [`itm`]
- [`panic-dcc`]
- [`panic-itm`]
- [`panic-semihosting`]

### The Cortex-R team

The Cortex-R team develops and maintains the core of the Cortex-R crate ecosystem.

#### Members

This team is currently empty! Please get in touch via an issue or the Matrix
chat if you are interested in helping to maintain the Cortex-R crates.

#### Projects

- [`arm-dcc`]
- [`cortex-r`]
- [`panic-dcc`]
- [`rust-raspberrypi-OS-tutorials`]

### The embedded Linux team

Expand Down Expand Up @@ -389,14 +366,12 @@ The following alumni have put themselves into the hibernation state, due to bein
Each team can be privately contacted via the following e-mail addresses:

- [email protected]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this email still be cortex-m?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New emails aren't set up yet and will take a bit longer to arrange, so I wanted to get the main README updated first.

- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
<!-- - [email protected] -->

You can usually find the members of the embedded WG on the Rust Embedded Matrix room
([#rust-embedded:matrix.org][matrix]).
Expand Down Expand Up @@ -468,7 +443,7 @@ Our Matrix room is logged by on the bridged IRC channel, and you can find the lo
[`cortex-m-rt`]: https://github.com/rust-embedded/cortex-m/tree/master/cortex-m-rt
[`cortex-m-semihosting`]: https://github.com/rust-embedded/cortex-m/tree/master/cortex-m-semihosting
[`cortex-m`]: https://github.com/rust-embedded/cortex-m
[`cortex-r`]: https://github.com/rust-embedded/cortex-r
[`cortex-ar`]: https://github.com/rust-embedded/cortex-ar
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
[`gpio-cdev`]: https://github.com/rust-embedded/gpio-cdev
[`gpio-utils`]: https://github.com/rust-embedded/gpio-utils
Expand Down