From 9859a7f3c03f81194ed3908979283b1eb2433c91 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Fri, 25 Oct 2024 10:29:46 +0100 Subject: [PATCH] Embedded WG: Add berkus and nchong to cortex-a, retire andre-richter (#1594) --- people/berkus.toml | 5 +++++ people/nchong-at-aws.toml | 4 ++++ teams/wg-embedded-cortex-a.toml | 5 ++++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 people/berkus.toml create mode 100644 people/nchong-at-aws.toml diff --git a/people/berkus.toml b/people/berkus.toml new file mode 100644 index 000000000..4626501ed --- /dev/null +++ b/people/berkus.toml @@ -0,0 +1,5 @@ +name = "Berkus Decker" +github = "berkus" +github-id = 80306 +email = "berkus@gmail.com" +zulip-id = 312592 diff --git a/people/nchong-at-aws.toml b/people/nchong-at-aws.toml new file mode 100644 index 000000000..83c8fd631 --- /dev/null +++ b/people/nchong-at-aws.toml @@ -0,0 +1,4 @@ +name = "Nathan Chong" +github = "nchong-at-aws" +github-id = 52972368 +email = "nathan.chong@gmail.com" diff --git a/teams/wg-embedded-cortex-a.toml b/teams/wg-embedded-cortex-a.toml index 42164064f..fa4eae91e 100644 --- a/teams/wg-embedded-cortex-a.toml +++ b/teams/wg-embedded-cortex-a.toml @@ -6,9 +6,12 @@ kind = "working-group" leads = [] members = [ "raw-bin", + "nchong-at-aws", + "berkus", +] +alumni = [ "andre-richter", ] -alumni = [] [website] name = "Embedded Cortex-A team"