Skip to content

Commit 9219b02

Browse files
committed
MAINTAINERS: add missing file to areas
quick pass adding files to respective areas. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 0f8b7b7 commit 9219b02

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

MAINTAINERS.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ Build system:
647647
- scripts/list_boards.py
648648
- scripts/list_hardware.py
649649
- scripts/schemas/*-schema.yml
650+
- tests/misc/test_build/
650651
labels:
651652
- "area: Build System"
652653
tests:
@@ -874,7 +875,7 @@ Debug:
874875
- doc/services/profiling/perf.rst
875876
- samples/subsys/profiling/perf/
876877
- scripts/profiling/stackcollapse.py
877-
- subsys/profiling/perf/
878+
- subsys/profiling/
878879
labels:
879880
- "area: Debugging"
880881
tests:
@@ -1015,7 +1016,7 @@ Display drivers:
10151016
- samples/subsys/display/
10161017
- tests/subsys/display/
10171018
- doc/hardware/peripherals/display/
1018-
- tests/drivers/*/display/
1019+
- tests/drivers/display/
10191020
labels:
10201021
- "area: Display"
10211022
tests:
@@ -1398,6 +1399,7 @@ Release Notes:
13981399
- samples/subsys/edac/
13991400
- tests/subsys/edac/
14001401
- doc/hardware/peripherals/edac/
1402+
- include/zephyr/drivers/edac/
14011403
labels:
14021404
- "area: EDAC"
14031405
tests:
@@ -1540,6 +1542,7 @@ Release Notes:
15401542
- tests/drivers/fuel_gauge/
15411543
- doc/hardware/peripherals/fuel_gauge.rst
15421544
- samples/drivers/fuel_gauge/
1545+
- tests/drivers/build_all/fuel_gauge/
15431546
labels:
15441547
- "area: Fuel Gauge"
15451548
tests:
@@ -1711,6 +1714,8 @@ Release Notes:
17111714
- samples/drivers/mbox/
17121715
- dts/bindings/mbox/
17131716
- doc/hardware/peripherals/mbox.rst
1717+
- tests/drivers/mbox/
1718+
- samples/drivers/mbox_data/
17141719
labels:
17151720
- "area: mbox"
17161721
tests:
@@ -1792,6 +1797,7 @@ Release Notes:
17921797
- include/zephyr/drivers/reset.h
17931798
- dts/bindings/reset/
17941799
- include/zephyr/dt-bindings/reset/
1800+
- tests/drivers/reset/
17951801

17961802
"Interrupt Handling":
17971803
status: odd fixes
@@ -2032,6 +2038,7 @@ Release Notes:
20322038
- include/zephyr/drivers/psi5/
20332039
- dts/bindings/psi5/
20342040
- doc/hardware/peripherals/psi5.rst
2041+
- tests/drivers/psi5/
20352042
labels:
20362043
- "area: PSI5"
20372044
tests:
@@ -2159,6 +2166,8 @@ Release Notes:
21592166
- include/zephyr/drivers/sent/
21602167
- dts/bindings/sent/
21612168
- doc/hardware/peripherals/sent.rst
2169+
- tests/drivers/sent/
2170+
- samples/drivers/sent/
21622171
labels:
21632172
- "area: SENT"
21642173
tests:
@@ -2194,6 +2203,7 @@ Release Notes:
21942203
- dts/bindings/spi/
21952204
- include/zephyr/dt-bindings/spi/
21962205
- doc/hardware/peripherals/spi.rst
2206+
- tests/drivers/build_all/spi/
21972207
labels:
21982208
- "area: SPI"
21992209
tests:
@@ -2270,6 +2280,7 @@ Release Notes:
22702280
- dts/bindings/virtio/
22712281
- include/zephyr/drivers/virtio.h
22722282
- include/zephyr/drivers/virtio/
2283+
- tests/drivers/build_all/virtio/
22732284
labels:
22742285
- "area: VIRTIO"
22752286

@@ -2323,6 +2334,7 @@ Release Notes:
23232334
files:
23242335
- drivers/wifi/
23252336
- dts/bindings/wifi/
2337+
- tests/drivers/build_all/wifi/
23262338
labels:
23272339
- "area: Wi-Fi"
23282340

@@ -2788,6 +2800,8 @@ LoRa and LoRaWAN:
27882800
- include/zephyr/dt-bindings/lora/
27892801
- dts/bindings/lora/
27902802
- doc/connectivity/lora_lorawan/index.rst
2803+
- tests/subsys/lorawan/
2804+
- tests/drivers/build_all/lora/
27912805
labels:
27922806
- "area: LoRa"
27932807
tests:
@@ -3331,6 +3345,7 @@ Power management:
33313345
- drivers/power_domain/
33323346
- dts/bindings/power/
33333347
- include/zephyr/dt-bindings/power/
3348+
- tests/drivers/build_all/power_domain/
33343349
labels:
33353350
- "area: Power Management"
33363351
tests:
@@ -3401,6 +3416,7 @@ Samples:
34013416
collaborators:
34023417
- nashif
34033418
files:
3419+
- samples/sample_definition_and_criteria.rst
34043420
- samples/
34053421
labels:
34063422
- "area: Samples"
@@ -3458,6 +3474,7 @@ Twister:
34583474
- tests/test_config.yaml
34593475
- scripts/utils/twister_to_list.py
34603476
- tests/robot/common.robot
3477+
- scripts/pylib/*-twister-harness/
34613478
labels:
34623479
- "area: Twister"
34633480

@@ -4074,6 +4091,7 @@ Microchip MEC Platforms:
40744091
- tests/boards/mec172xevb_assy6906/
40754092
- dts/bindings/*/microchip,mec*
40764093
- dts/bindings/*/microchip,xec*
4094+
- samples/boards/microchip/
40774095
labels:
40784096
- "platform: Microchip MEC"
40794097

@@ -4221,6 +4239,7 @@ Renesas RA Platforms:
42214239
- dts/bindings/*/*renesas,ra*
42224240
- soc/renesas/ra/
42234241
- samples/boards/renesas/
4242+
- tests/boards/renesas/
42244243
labels:
42254244
- "platform: Renesas RA"
42264245
description: >-
@@ -5866,6 +5885,7 @@ Random:
58665885
files:
58675886
- subsys/random/
58685887
- include/zephyr/random/
5888+
- tests/subsys/random/
58695889
labels:
58705890
- "area: Random"
58715891

0 commit comments

Comments
 (0)