From cb67b2c7af1eba66eeef90c6948bce98934a2076 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 15 Jan 2021 15:58:58 -0500 Subject: [PATCH] MAINTAINER: various path updates/additions More coverage for various areas, no maintainer changes.. Signed-off-by: Anas Nashif --- MAINTAINERS.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 5283d2c3df7..eb8cfc0db3c 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -200,6 +200,7 @@ Build system: - cmake/ - CMakeLists.txt - scripts/zephyr_module.py + - share/ - doc/guides/build/ - doc/guides/modules.rst labels: @@ -390,6 +391,7 @@ Documentation: - samples/drivers/can/ - tests/drivers/can/ - samples/subsys/canbus/ + - doc/reference/networking/can_api.rst labels: - "area: CAN" @@ -1239,6 +1241,7 @@ NXP Platforms: - drivers/*/*lpc* - drivers/*/*mcux* - dts/arm/nxp/ + - dts/bindings/*/nxp* labels: - "platform: NXP" @@ -1262,7 +1265,7 @@ nRF Platforms: maintainers: - ioannisg files: - - boards/arm/nrf*/ + - boards/arm/*nrf*/ - drivers/*/*nrfx* - soc/arm/nordic_nrf/ - samples/boards/nrf/ @@ -1322,6 +1325,7 @@ Tracing: - subsys/timing/ - samples/subsys/tracing/ - doc/guides/tracing/ + - tests/subsys/tracing/ labels: - "area: tracing" @@ -1425,6 +1429,8 @@ CI: - .github/ - .buildkite/ - scripts/ci/ + - .checkpatch.conf + - scripts/gitlint/ labels: - "area: Continuous Integration"