Skip to content

Commit

Permalink
MAINTAINERS: Create dedicated entries for 3rd party toolchains
Browse files Browse the repository at this point in the history
Fixes: #63738

Create dedicated entries for ARC MWDT, arm compiler 6, and one Api toolchains.

This helps contributors to identify whom to contact in case of issues related
to those toolchains.

The Zephyr SDK, cross-compile, and other GCC based compilers are covered as
part of the general cmake/toolchain,compiler,linker,bintools entry in the
MAINTAINERS file.

Signed-off-by: Torsten Rasmussen <[email protected]>
  • Loading branch information
tejlmand committed Oct 10, 2023
1 parent ca1de2f commit 0abe0d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2809,6 +2809,36 @@ Toolchain Integration:
labels:
- "area: Toolchains"

Toolchain ARC MWDT:
status: maintained
maintainers:
- evgeniy-paltsev
- abrodkin
files:
- cmake/*/arcmwdt
labels:
- "area: Toolchains"

Toolchain arm compiler 6:
status: maintained
maintainers:
- tejlmand
files:
- cmake/*/armclang
- cmake/linker/armlink
labels:
- "area: Toolchains"

Toolchain oneApi:
status: maintained
maintainers:
- nashif
files:
- cmake/*/oneApi
- cmake/compiler/icx
labels:
- "area: Toolchains"

Tracing:
status: maintained
maintainers:
Expand Down

0 comments on commit 0abe0d8

Please sign in to comment.