mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-06 12:09:04 +08:00
Setup to use groups instead of individual developers.
This will make it far easier to maintain rather than having to edit the file constantly.
This commit is contained in:
34
CODEOWNERS
34
CODEOWNERS
@@ -1,7 +1,7 @@
|
||||
# Please keep users, directories and files sorted alphabetically.
|
||||
# Directories first
|
||||
|
||||
[Arch AArch64] @chris @gedare @joel @opticron
|
||||
[Arch AArch64] @arch/aarch
|
||||
/bsps/aarch64/
|
||||
/cpukit/score/cpu/aarch64/
|
||||
/spec/build/bsps/aarch64/
|
||||
@@ -23,7 +23,7 @@
|
||||
/spec/build/cpukit/*arm.yml
|
||||
|
||||
|
||||
[Arch Blackfin] @chris @gedare @joel @opticron
|
||||
[Arch Blackfin] @arch/bfin
|
||||
/bsps/bfin/
|
||||
/cpukit/score/cpu/bfin/
|
||||
/spec/build/bsps/bfin/
|
||||
@@ -31,7 +31,7 @@
|
||||
/spec/build/cpukit/cpubfin.yml
|
||||
|
||||
|
||||
[Arch i386] @chris @gedare @joel
|
||||
[Arch i386] @arch/i386
|
||||
/bsps/i386/
|
||||
/cpukit/score/cpu/i386/
|
||||
/spec/build/bsps/i386/
|
||||
@@ -40,7 +40,7 @@
|
||||
/spec/build/cpukit/*i386*
|
||||
|
||||
|
||||
[Arch LatticeMicro32] @chris @gedare @joel
|
||||
[Arch LatticeMicro32] @arch/lm32
|
||||
/bsps/lm32/
|
||||
/cpukit/score/cpu/lm32/
|
||||
/spec/build/bsps/lm32/
|
||||
@@ -48,7 +48,7 @@
|
||||
/spec/build/cpukit/cpulm32.yml
|
||||
|
||||
|
||||
[Arch Motorolla 68000] @chris @gedare @joel
|
||||
[Arch Motorolla 68000] arch/m68k
|
||||
/bsps/m68k/
|
||||
/cpukit/score/cpu/m68k/
|
||||
/spec/build/bsps/m68k/
|
||||
@@ -56,7 +56,7 @@
|
||||
/spec/build/cpukit/*m68k*
|
||||
|
||||
|
||||
[Arch MicroBlaze] @joel @opticron
|
||||
[Arch MicroBlaze] @arch/microblaze
|
||||
/bsps/include/xil/microblaze/
|
||||
/bsps/microblaze/
|
||||
/cpukit/score/cpu/microblaze/
|
||||
@@ -66,7 +66,7 @@
|
||||
/spec/build/cpukit/*microblaze*
|
||||
|
||||
|
||||
[Arch MIPS] @gedare @joel
|
||||
[Arch MIPS] @arch/mips
|
||||
/bsps/mips/
|
||||
/cpukit/score/cpu/mips/
|
||||
/spec/build/bsps/mips/
|
||||
@@ -74,7 +74,7 @@
|
||||
/spec/build/cpukit/*mips.yml
|
||||
|
||||
|
||||
[Arch Moxie] @joel
|
||||
[Arch Moxie] @arch/moxie
|
||||
/bsps/moxie/
|
||||
/cpukit/score/cpu/moxie/
|
||||
/spec/build/bsps/moxie/
|
||||
@@ -82,21 +82,21 @@
|
||||
/spec/build/cpukit/*moxie.yml
|
||||
|
||||
|
||||
[Arch Nios II] @chris @gedare @joel
|
||||
[Arch Nios II] @arch/nios2
|
||||
/bsps/nios2/
|
||||
/cpukit/score/cpu/nios2/
|
||||
/spec/build/bsps/nios2/
|
||||
/spec/build/cpukit/*nios2.yml
|
||||
|
||||
|
||||
[Arch ork1] @joel
|
||||
[Arch ork1] @arch/or1k
|
||||
/bsps/or1k/
|
||||
/cpukit/score/cpu/or1k/
|
||||
/spec/build/bsps/or1k/
|
||||
/spec/build/cpukit/*or1k.yml
|
||||
|
||||
|
||||
[Arch PowerPC] @gedare @joel
|
||||
[Arch PowerPC] @arch/powerpc
|
||||
/bsps/powerpc/
|
||||
/cpukit/score/cpu/powerpc/
|
||||
/spec/build/bsps/powerpc/
|
||||
@@ -104,7 +104,7 @@
|
||||
/spec/build/cpukit/*powerpc.yml
|
||||
|
||||
|
||||
[Arch RISC-V] @chris @gedare @joel
|
||||
[Arch RISC-V] @arch/risc-v
|
||||
/bsps/riscv
|
||||
/cpukit/score/cpu/riscv
|
||||
/spec/build/bsps/riscv
|
||||
@@ -112,14 +112,14 @@
|
||||
/spec/build/cpukit/*riscv.yml
|
||||
|
||||
|
||||
[Arch SuperH] @joel
|
||||
[Arch SuperH] @arch/superh
|
||||
/bsps/sh/
|
||||
/cpukit/score/cpu/sh/
|
||||
/spec/build/bsps/sh/
|
||||
/spec/build/cpukit/cpush.yml
|
||||
|
||||
|
||||
[Arch SPARC] @joel @gedare
|
||||
[Arch SPARC] @arch/sparc
|
||||
/bsps/sparc/
|
||||
/cpukit/score/cpu/sparc/
|
||||
/spec/build/bsps/sparc/
|
||||
@@ -129,14 +129,14 @@
|
||||
/testsuites/validation/bsps/*-sparc-*
|
||||
|
||||
|
||||
[Arch SPARC64] @gedare
|
||||
[Arch SPARC64] @arch/sparc64
|
||||
/bsps/sparc64/
|
||||
/cpukit/score/cpu/sparc64/
|
||||
/spec/build/bsps/sparc64/
|
||||
/spec/build/cpukit/*sparc64.yml
|
||||
|
||||
|
||||
[Arch V850] @gedare @joel
|
||||
[Arch V850] @arch/v850
|
||||
/bsps/v850/
|
||||
/cpukit/score/cpu/v850/
|
||||
/spec/build/bsps/v850/
|
||||
@@ -144,7 +144,7 @@
|
||||
/spec/build/cpukit/*v850.yml
|
||||
|
||||
|
||||
[Arch X86_64] @chris @gedare @joel
|
||||
[Arch X86_64] @arch/x86_64
|
||||
/bsps/x86_64/
|
||||
/cpukit/score/cpu/x86_64/
|
||||
/spec/build/bsps/x86_64/
|
||||
|
||||
Reference in New Issue
Block a user