MAINTAINER: path and glob fixes

Lots of things have moved and fix a few globs

Fixes #32531

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-09-15 17:21:15 -04:00
parent efc3242140
commit d9250b1c86

View file

@ -137,11 +137,10 @@ ARM arch:
- stephanosio
- bbolen
files:
- arch/arm/aarch32/
- arch/arm/common/
- arch/arm/offsets/
- include/arch/arm/aarch32
- include/arch/arm/*
- arch/arm/
- arch/arm/core/offsets/
- include/arch/arm/aarch32/
- include/arch/arm/
- tests/arch/arm/
labels:
- "area: ARM"
@ -180,7 +179,7 @@ Bluetooth:
- include/bluetooth/
- include/drivers/bluetooth/
- samples/bluetooth/
- subsys/bluetooth/*
- subsys/bluetooth/
- subsys/bluetooth/common/
- subsys/bluetooth/host/
- subsys/bluetooth/services/
@ -390,7 +389,7 @@ Display drivers:
- include/drivers/display.h
- lib/gui/
- subsys/fb/
- samples/display/
- samples/subsys/display/
labels:
- "area: Display"
@ -403,13 +402,13 @@ Documentation:
- utzig
- mbolivar-nordic
files:
- doc/*
- doc/static/
- doc/templates/
- doc/custom-doxygen/
- doc/scripts/
- doc/
- doc/_static/
- doc/_templates/
- doc/_doxygen/
- doc/_scripts/
- README.rst
- Makefile
- doc/Makefile
labels:
- "area: Documentation"
@ -437,7 +436,7 @@ Documentation:
files:
- drivers/audio/
- include/audio/
- samples/audio/
- samples/subsys/audio/
labels:
- "area: Audio"
@ -527,7 +526,6 @@ Documentation:
status: orphaned
files:
- drivers/dma/
- include/dt-bindings/dma/
- tests/drivers/dma/
labels:
- "area: DMA"
@ -552,7 +550,6 @@ Documentation:
files:
- drivers/entropy/
- include/drivers/entropy.h
- samples/drivers/entropy/
- tests/drivers/entropy/
labels:
- "area: Crypto / RNG"
@ -606,7 +603,6 @@ Documentation:
- include/drivers/gpio.h
- include/dt-bindings/gpio/
- tests/drivers/gpio/
- samples/drivers/gpio/
labels:
- "area: GPIO"
@ -725,7 +721,7 @@ Documentation:
- samples/drivers/lora/
- include/lorawan/
- subsys/lorawan/
- samples/lorawan/
- samples/subsys/lorawan/
labels:
- "area: LoRa"
@ -801,7 +797,7 @@ Documentation:
- drivers/pm_cpu_ops/
- include/drivers/pm_cpu_ops/
- include/drivers/pm_cpu_ops.h
- include/arch/arm/arm-smccc.h
- include/arch/arm64/arm-smccc.h
labels:
- "area: PM CPU ops"
@ -955,7 +951,7 @@ Kconfig:
- nashif
files:
- scripts/kconfig/
- doc/guides/kconfig/
- doc/guides/build/kconfig/
labels:
- "area: Kconfig"
description: >-
@ -1314,7 +1310,7 @@ Nuvoton_NPCX Platforms:
- boards/arm/npcx*/
- dts/arm/nuvoton/
- dts/bindings/*/*npcx*
- drivers/*/*_npcx*
- drivers/*/*_npcx*.c
labels:
- "platform: Nuvoton_NPCX"
@ -1382,11 +1378,11 @@ NXP Platforms:
- boards/arm/mimx*/
- boards/arm/frdm_k*/
- boards/arm/lpcxpress*/
- boards/arm/twr_*
- boards/arm/twr_*/
- soc/arm/nxp_*/
- drivers/*/*imx*
- drivers/*/*lpc*
- drivers/*/*mcux*
- drivers/*/*lpc*.c
- drivers/*/*mcux*.c
- dts/arm/nxp/
- dts/bindings/*/nxp*
labels:
@ -1403,7 +1399,7 @@ Microchip Platforms:
- boards/arm/mec*/
- dts/arm/microchip/
- soc/arm/microchip_mec/
- drivers/*/*mchp*
- drivers/*/*mchp*.c
labels:
- "platform: Microchip"
@ -1413,7 +1409,7 @@ nRF Platforms:
- ioannisg
files:
- boards/arm/*nrf*/
- drivers/*/*nrfx*
- drivers/*/*nrfx*.c
- soc/arm/nordic_nrf/
- samples/boards/nrf/
- dts/arm/nordic/
@ -1433,7 +1429,8 @@ STM32 Platforms:
- boards/arm/stm32*_dk*/
- boards/arm/stm32*_eval/
- drivers/*/*stm32*/
- drivers/*/*stm32*
- drivers/*/*stm32*.c
- drivers/*/*stm32*.h
- drivers/*/*/*stm32*
- dts/arm/st/
- dts/bindings/*/*stm32*
@ -1451,7 +1448,7 @@ Espressif Platforms:
- glaubermaroto
- ulipe
files:
- drivers/*/*esp32*
- drivers/*/*esp32*.c
- boards/xtensa/esp32*/
- soc/xtensa/esp32*/
- boards/riscv/esp32*/
@ -1459,7 +1456,7 @@ Espressif Platforms:
- dts/xtensa/espressif/
- dts/riscv/espressif/
- dts/bindings/*/*esp32*
- samples/boards/esp32*
- samples/boards/esp32*/
labels:
- "platform: ESP32"
@ -1518,7 +1515,7 @@ Tracing:
- include/tracing/
- subsys/timing/
- samples/subsys/tracing/
- doc/guides/tracing/
- doc/guides/debug_tools/tracing/
- tests/subsys/tracing/
labels:
- "area: tracing"