MAINTAINERS: various path updates

Add missing pathes to various areas.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-07-25 09:25:56 -04:00
commit b8f094b7ad

View file

@ -270,6 +270,7 @@ Build system:
- share/ - share/
- doc/build/ - doc/build/
- doc/develop/modules.rst - doc/develop/modules.rst
- scripts/build/
labels: labels:
- "area: Build System" - "area: Build System"
@ -374,6 +375,8 @@ Debug:
- include/zephyr/debug/ - include/zephyr/debug/
- subsys/debug/ - subsys/debug/
- tests/subsys/debug/ - tests/subsys/debug/
- scripts/coredump/
- samples/subsys/debug/
labels: labels:
- "area: Debugging" - "area: Debugging"
@ -432,6 +435,9 @@ Disk:
- include/zephyr/drivers/disk.h - include/zephyr/drivers/disk.h
- drivers/disk/ - drivers/disk/
- subsys/disk/ - subsys/disk/
- subsys/sd/
- tests/subsys/sd/
- tests/drivers/disk/
labels: labels:
- "area: Disk Access" - "area: Disk Access"
@ -549,6 +555,7 @@ Documentation:
- drivers/console/ - drivers/console/
- include/zephyr/drivers/console/ - include/zephyr/drivers/console/
- tests/drivers/console/ - tests/drivers/console/
- samples/subsys/console/
labels: labels:
- "area: Console" - "area: Console"
@ -735,6 +742,7 @@ Documentation:
- drivers/i2c/ - drivers/i2c/
- dts/bindings/i2c/ - dts/bindings/i2c/
- include/zephyr/drivers/i2c.h - include/zephyr/drivers/i2c.h
- tests/drivers/i2c/
labels: labels:
- "area: I2C" - "area: I2C"
@ -796,6 +804,7 @@ Documentation:
- include/zephyr/drivers/kscan.h - include/zephyr/drivers/kscan.h
- samples/drivers/espi/ - samples/drivers/espi/
- tests/drivers/kscan/ - tests/drivers/kscan/
- tests/drivers/espi/
labels: labels:
- "area: Kscan" - "area: Kscan"
@ -1191,6 +1200,7 @@ Kernel:
- kernel/ - kernel/
- tests/kernel/ - tests/kernel/
- include/zephyr/sys_clock.h - include/zephyr/sys_clock.h
- samples/kernel/
labels: labels:
- "area: Kernel" - "area: Kernel"
@ -1252,6 +1262,7 @@ Logging:
- samples/subsys/logging/ - samples/subsys/logging/
- subsys/logging/ - subsys/logging/
- tests/subsys/logging/ - tests/subsys/logging/
- scripts/logging/
labels: labels:
- "area: Logging" - "area: Logging"
@ -1467,7 +1478,9 @@ NIOS-2 arch:
- nashif - nashif
files: files:
- arch/nios2/ - arch/nios2/
- soc/nios2/
- include/zephyr/arch/nios2/ - include/zephyr/arch/nios2/
- tests/boards/altera_max10/
labels: labels:
- "area: NIOS2" - "area: NIOS2"
@ -1558,6 +1571,7 @@ Settings:
- include/zephyr/settings/ - include/zephyr/settings/
- subsys/settings/ - subsys/settings/
- tests/subsys/settings/ - tests/subsys/settings/
- samples/subsys/settings/
labels: labels:
- "area: Settings" - "area: Settings"
@ -1595,6 +1609,7 @@ SPARC arch:
files: files:
- arch/sparc/ - arch/sparc/
- include/zephyr/arch/sparc/ - include/zephyr/arch/sparc/
- soc/sparc/
labels: labels:
- "area: SPARC" - "area: SPARC"
@ -1756,6 +1771,7 @@ NXP Platforms:
- drivers/*/*mcux*.c - drivers/*/*mcux*.c
- dts/arm/nxp/ - dts/arm/nxp/
- dts/bindings/*/nxp* - dts/bindings/*/nxp*
- soc/xtensa/nxp_adsp/
labels: labels:
- "platform: NXP" - "platform: NXP"
@ -1771,6 +1787,7 @@ Microchip MEC Platforms:
- dts/arm/microchip/ - dts/arm/microchip/
- soc/arm/microchip_mec/ - soc/arm/microchip_mec/
- drivers/*/*mchp*.c - drivers/*/*mchp*.c
- tests/boards/mec15xxevb_assy6853/
labels: labels:
- "platform: Microchip MEC" - "platform: Microchip MEC"
@ -1865,6 +1882,7 @@ Espressif Platforms:
- dts/riscv/espressif/ - dts/riscv/espressif/
- dts/bindings/*/*esp32* - dts/bindings/*/*esp32*
- samples/boards/esp32*/ - samples/boards/esp32*/
- tests/boards/espressif_esp32/
labels: labels:
- "platform: ESP32" - "platform: ESP32"
@ -2490,6 +2508,7 @@ West:
- laurenmurphyx64 - laurenmurphyx64
files: files:
- modules/tflite-micro/ - modules/tflite-micro/
- samples/modules/tflite-micro/
labels: labels:
- manifest-tflite-micro - manifest-tflite-micro
@ -2632,6 +2651,7 @@ ZTest:
- subsys/testsuite/ - subsys/testsuite/
- tests/ztest/ - tests/ztest/
- tests/unit/util/ - tests/unit/util/
- samples/subsys/testsuite/
labels: labels:
- "area: Testsuite" - "area: Testsuite"