diff --git a/teams/wg-embedded-cortex-a.toml b/teams/wg-embedded-arm.toml similarity index 50% rename from teams/wg-embedded-cortex-a.toml rename to teams/wg-embedded-arm.toml index fa4eae91e..2c4cb7fe1 100644 --- a/teams/wg-embedded-cortex-a.toml +++ b/teams/wg-embedded-arm.toml @@ -1,21 +1,26 @@ -name = "wg-embedded-cortex-a" +name = "wg-embedded-arm" subteam-of = "wg-embedded" kind = "working-group" [people] leads = [] members = [ - "raw-bin", - "nchong-at-aws", + "adamgreig", "berkus", + "nchong-at-aws", + "newAM", + "raw-bin", + "thalesfragoso", + "therealprof", ] alumni = [ "andre-richter", ] [website] -name = "Embedded Cortex-A team" -description = "Develops and maintains the core of the Cortex-A crate ecosystem" +name = "Embedded Arm team" +description = "Develops and maintains the core of the Arm crate ecosystem" [[github]] orgs = ["rust-embedded"] +team-name = "Arm" diff --git a/teams/wg-embedded-cortex-m.toml b/teams/wg-embedded-cortex-m.toml deleted file mode 100644 index b146f19ea..000000000 --- a/teams/wg-embedded-cortex-m.toml +++ /dev/null @@ -1,20 +0,0 @@ -name = "wg-embedded-cortex-m" -subteam-of = "wg-embedded" -kind = "working-group" - -[people] -leads = [] -members = [ - "adamgreig", - "therealprof", - "thalesfragoso", - "newAM", -] -alumni = [] - -[website] -name = "Embedded Cortex-M team" -description = "Develops and maintains the core of the Cortex-M crate ecosystem" - -[[github]] -orgs = ["rust-embedded"] diff --git a/teams/wg-embedded-cortex-r.toml b/teams/wg-embedded-cortex-r.toml deleted file mode 100644 index b8fcba047..000000000 --- a/teams/wg-embedded-cortex-r.toml +++ /dev/null @@ -1,15 +0,0 @@ -name = "wg-embedded-cortex-r" -subteam-of = "wg-embedded" -kind = "working-group" - -[people] -leads = [] -members = [] -alumni = [] - -[website] -name = "Embedded Cortex-R team" -description = "Develops and maintains the core of the Cortex-R crate ecosystem" - -[[github]] -orgs = ["rust-embedded"]