Skip to content

Commit

Permalink
MAINTAINERS: various updates and improvements
Browse files Browse the repository at this point in the history
Various updates to areas and new areas to cover some orphaned files.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Nov 1, 2023
1 parent 49c39c5 commit f9d71a2
Showing 1 changed file with 79 additions and 4 deletions.
83 changes: 79 additions & 4 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@

# Areas are sorted by name

ACPI:
status: maintained
maintainers:
- jhedberg
- najumon1980
collaborators:
- finikorg
files:
- lib/acpi/
- include/zephyr/acpi/
labels:
- "area: ACPI"

ARC arch:
status: maintained
maintainers:
Expand Down Expand Up @@ -194,6 +207,18 @@ Ambiq Platforms:
labels:
- "platform: Ambiq"

Benchmarks:
status: maintained
maintainers:
- peter-mitsis
collaborators:
- nashif
- dcpleung
files:
- tests/benchmarks/
labels:
- "area: Benchmarks"

Binary Descriptors:
status: maintained
maintainers:
Expand Down Expand Up @@ -491,8 +516,10 @@ Common Architecture Interface:
- dcpleung
- nashif
files:
- include/zephyr/arch/
- arch/common/
- include/zephyr/arch/common/
- tests/arch/common/
labels:
- "area: Architectures"

Expand Down Expand Up @@ -521,6 +548,18 @@ Debug:
labels:
- "area: Debugging"


Demand Paging:
status: maintained
maintainers:
- dcpleung
collaborators:
- ceolin
- peter-mitsis
- nashif
files:
- subsys/demand_paging/

Device Driver Model:
status: maintained
maintainers:
Expand Down Expand Up @@ -590,6 +629,7 @@ Disk:
- subsys/sd/
- tests/subsys/sd/
- tests/drivers/disk/
- include/zephyr/sd/
labels:
- "area: Disk Access"

Expand Down Expand Up @@ -693,6 +733,7 @@ Release Notes:
files:
- drivers/audio/
- include/zephyr/audio/
- doc/hardware/peripherals/audio/
labels:
- "area: Audio"

Expand All @@ -704,6 +745,7 @@ Release Notes:
- tests/drivers/bbram/
- drivers/bbram/
- include/zephyr/drivers/bbram.h
- doc/hardware/peripherals/bbram.rst
labels:
- "area: Battery Backed RAM (bbram)"

Expand All @@ -717,6 +759,7 @@ Release Notes:
- include/zephyr/drivers/auxdisplay.h
- drivers/auxdisplay/*
- dts/bindings/auxdisplay/*
- doc/hardware/peripherals/auxdisplay.rst
labels:
- "area: Aux display"

Expand Down Expand Up @@ -927,6 +970,7 @@ Release Notes:
- include/zephyr/dt-bindings/ethernet/
- tests/drivers/build_all/ethernet/
- dts/bindings/ethernet/
- tests/drivers/ethernet/
labels:
- "area: Ethernet"

Expand Down Expand Up @@ -992,6 +1036,18 @@ Release Notes:
labels:
- "area: GPIO"

"Drivers: GNSS":
status: maintained
maintainers:
- bjarki-trackunit
files:
- doc/hardware/peripherals/gnss.rst
- drivers/gnss/
- include/zephyr/drivers/gnss.h
- tests/drivers/gnss/
labels:
- "area: GNSS"

"Drivers: HW Info":
status: maintained
maintainers:
Expand Down Expand Up @@ -1086,6 +1142,7 @@ Release Notes:
- dts/bindings/ipm/
- tests/drivers/ipm/
- doc/hardware/peripherals/ipm.rst
- include/zephyr/drivers/ipm.h
description: >-
Inter-processor mailboxes
labels:
Expand Down Expand Up @@ -1201,6 +1258,7 @@ Release Notes:
- bjarki-trackunit
files:
- drivers/rtc/
- include/zephyr/drivers/rtc/
- tests/drivers/rtc/
- doc/hardware/peripherals/rtc.rst
- include/zephyr/drivers/rtc.h
Expand Down Expand Up @@ -1333,6 +1391,7 @@ Release Notes:
files:
- drivers/sensor/
- include/zephyr/drivers/sensor.h
- include/zephyr/drivers/sensor_data_types.h
- samples/sensor/
- tests/drivers/sensor/
- dts/bindings/sensor/
Expand Down Expand Up @@ -1590,6 +1649,7 @@ Input:
- subsys/input/
- tests/drivers/build_all/input/
- tests/subsys/input/
- tests/drivers/input/
description: >-
Input subsystem and drivers
labels:
Expand Down Expand Up @@ -1622,6 +1682,7 @@ JSON Web Token:
- include/zephyr/data/
- lib/os/json.c
- tests/subsys/jwt/
- tests/lib/json/
labels:
- "area: JSON"

Expand Down Expand Up @@ -1682,6 +1743,7 @@ Base OS:
- tests/lib/cbprintf_*/
- lib/os/cbprintf*
- lib/os/Kconfig.cbprintf
- include/zephyr/sys/mem_manage.h
labels:
- "area: Base OS"

Expand Down Expand Up @@ -2205,6 +2267,7 @@ Twister:
- gchwier
files:
- scripts/twister
- scripts/schemas/twister/
- scripts/pylib/twister/
- scripts/tests/twister/
- scripts/tests/twister_blackbox/
Expand Down Expand Up @@ -2839,6 +2902,7 @@ TF-M Integration:
labels:
- "area: TF-M"


"Toolchain Integration":
status: maintained
maintainers:
Expand All @@ -2850,6 +2914,7 @@ TF-M Integration:
- cmake/compiler/
- cmake/linker/
- cmake/toolchain/
- include/zephyr/toolchain/
labels:
- "area: Toolchains"

Expand Down Expand Up @@ -2895,6 +2960,7 @@ Tracing:
- teburd
files:
- subsys/tracing/
- scripts/tracing/
- include/zephyr/tracing/
- subsys/timing/
- samples/subsys/tracing/
Expand All @@ -2919,6 +2985,7 @@ USB:
- tests/subsys/usb/
- tests/drivers/udc/
- doc/connectivity/usb/
- scripts/generate_usb_vif/
labels:
- "area: USB"

Expand Down Expand Up @@ -2959,6 +3026,7 @@ Userspace:
- scripts/build/process_gperf.py
- scripts/build/gen_relocate_app.py
- include/zephyr/sys/kobject.h
- include/zephyr/sys/mem_manage.h
labels:
- "area: Userspace"

Expand Down Expand Up @@ -2994,10 +3062,11 @@ West:
status: maintained
maintainers:
- najumon1980
- jhedberg
files:
- modules/acpica/
labels:
- manifest-acpica
- "area: ACPI"

"West project: canopennode":
status: maintained
Expand Down Expand Up @@ -3121,7 +3190,8 @@ West:
collaborators:
- LucasTambor
- marekmatej
files: []
files:
- modules/Kconfig.esp32
labels:
- "platform: ESP32"

Expand All @@ -3133,7 +3203,7 @@ West:
- drivers/misc/ethos_u/
- modules/hal_ethos_u/
labels:
- manifest-hal_ethos_u
- "area: ARM"

"West project: hal_gigadevice":
status: maintained
Expand Down Expand Up @@ -3501,7 +3571,8 @@ West:
- keith-packard
collaborators:
- stephanosio
files: []
files:
- modules/Kconfig.picolibc
labels:
- "area: C Library"
- "area: picolibc"
Expand Down Expand Up @@ -3612,6 +3683,7 @@ West:
- StefanHri
files:
- modules/uoscore-uedhoc/
- tests/modules/uoscore/
labels:
- "area: Networking"
- "area: Crypto / RNG"
Expand Down Expand Up @@ -3657,6 +3729,8 @@ Xtensa arch:
- dts/xtensa/
- boards/xtensa/qemu_xtensa/
- boards/xtensa/xt-sim/
- soc/xtensa/dc233c/
- soc/xtensa/sample_controller/
labels:
- "area: Xtensa"

Expand Down Expand Up @@ -3710,6 +3784,7 @@ ZTest:
- subsys/testsuite/
- tests/ztest/
- tests/unit/util/
- tests/subsys/testsuite/
- samples/subsys/testsuite/
- doc/develop/test/ztest.rst
labels:
Expand Down

0 comments on commit f9d71a2

Please sign in to comment.