@@ -647,6 +647,7 @@ Build system:
647
647
- scripts/list_boards.py
648
648
- scripts/list_hardware.py
649
649
- scripts/schemas/*-schema.yml
650
+ - tests/misc/test_build/
650
651
labels :
651
652
- " area: Build System"
652
653
tests :
@@ -874,7 +875,7 @@ Debug:
874
875
- doc/services/profiling/perf.rst
875
876
- samples/subsys/profiling/perf/
876
877
- scripts/profiling/stackcollapse.py
877
- - subsys/profiling/perf/
878
+ - subsys/profiling/
878
879
labels :
879
880
- " area: Debugging"
880
881
tests :
@@ -1015,7 +1016,7 @@ Display drivers:
1015
1016
- samples/subsys/display/
1016
1017
- tests/subsys/display/
1017
1018
- doc/hardware/peripherals/display/
1018
- - tests/drivers/*/ display/
1019
+ - tests/drivers/display/
1019
1020
labels :
1020
1021
- " area: Display"
1021
1022
tests :
@@ -1398,6 +1399,7 @@ Release Notes:
1398
1399
- samples/subsys/edac/
1399
1400
- tests/subsys/edac/
1400
1401
- doc/hardware/peripherals/edac/
1402
+ - include/zephyr/drivers/edac/
1401
1403
labels :
1402
1404
- " area: EDAC"
1403
1405
tests :
@@ -1540,6 +1542,7 @@ Release Notes:
1540
1542
- tests/drivers/fuel_gauge/
1541
1543
- doc/hardware/peripherals/fuel_gauge.rst
1542
1544
- samples/drivers/fuel_gauge/
1545
+ - tests/drivers/build_all/fuel_gauge/
1543
1546
labels :
1544
1547
- " area: Fuel Gauge"
1545
1548
tests :
@@ -1711,6 +1714,8 @@ Release Notes:
1711
1714
- samples/drivers/mbox/
1712
1715
- dts/bindings/mbox/
1713
1716
- doc/hardware/peripherals/mbox.rst
1717
+ - tests/drivers/mbox/
1718
+ - samples/drivers/mbox_data/
1714
1719
labels :
1715
1720
- " area: mbox"
1716
1721
tests :
@@ -1792,6 +1797,7 @@ Release Notes:
1792
1797
- include/zephyr/drivers/reset.h
1793
1798
- dts/bindings/reset/
1794
1799
- include/zephyr/dt-bindings/reset/
1800
+ - tests/drivers/reset/
1795
1801
1796
1802
" Interrupt Handling " :
1797
1803
status : odd fixes
@@ -2032,6 +2038,7 @@ Release Notes:
2032
2038
- include/zephyr/drivers/psi5/
2033
2039
- dts/bindings/psi5/
2034
2040
- doc/hardware/peripherals/psi5.rst
2041
+ - tests/drivers/psi5/
2035
2042
labels :
2036
2043
- " area: PSI5"
2037
2044
tests :
@@ -2159,6 +2166,8 @@ Release Notes:
2159
2166
- include/zephyr/drivers/sent/
2160
2167
- dts/bindings/sent/
2161
2168
- doc/hardware/peripherals/sent.rst
2169
+ - tests/drivers/sent/
2170
+ - samples/drivers/sent/
2162
2171
labels :
2163
2172
- " area: SENT"
2164
2173
tests :
@@ -2194,6 +2203,7 @@ Release Notes:
2194
2203
- dts/bindings/spi/
2195
2204
- include/zephyr/dt-bindings/spi/
2196
2205
- doc/hardware/peripherals/spi.rst
2206
+ - tests/drivers/build_all/spi/
2197
2207
labels :
2198
2208
- " area: SPI"
2199
2209
tests :
@@ -2270,6 +2280,7 @@ Release Notes:
2270
2280
- dts/bindings/virtio/
2271
2281
- include/zephyr/drivers/virtio.h
2272
2282
- include/zephyr/drivers/virtio/
2283
+ - tests/drivers/build_all/virtio/
2273
2284
labels :
2274
2285
- " area: VIRTIO"
2275
2286
@@ -2323,6 +2334,7 @@ Release Notes:
2323
2334
files :
2324
2335
- drivers/wifi/
2325
2336
- dts/bindings/wifi/
2337
+ - tests/drivers/build_all/wifi/
2326
2338
labels :
2327
2339
- " area: Wi-Fi"
2328
2340
@@ -2788,6 +2800,8 @@ LoRa and LoRaWAN:
2788
2800
- include/zephyr/dt-bindings/lora/
2789
2801
- dts/bindings/lora/
2790
2802
- doc/connectivity/lora_lorawan/index.rst
2803
+ - tests/subsys/lorawan/
2804
+ - tests/drivers/build_all/lora/
2791
2805
labels :
2792
2806
- " area: LoRa"
2793
2807
tests :
@@ -3331,6 +3345,7 @@ Power management:
3331
3345
- drivers/power_domain/
3332
3346
- dts/bindings/power/
3333
3347
- include/zephyr/dt-bindings/power/
3348
+ - tests/drivers/build_all/power_domain/
3334
3349
labels :
3335
3350
- " area: Power Management"
3336
3351
tests :
@@ -3401,6 +3416,7 @@ Samples:
3401
3416
collaborators :
3402
3417
- nashif
3403
3418
files :
3419
+ - samples/sample_definition_and_criteria.rst
3404
3420
- samples/
3405
3421
labels :
3406
3422
- " area: Samples"
@@ -3458,6 +3474,7 @@ Twister:
3458
3474
- tests/test_config.yaml
3459
3475
- scripts/utils/twister_to_list.py
3460
3476
- tests/robot/common.robot
3477
+ - scripts/pylib/*-twister-harness/
3461
3478
labels :
3462
3479
- " area: Twister"
3463
3480
@@ -4074,6 +4091,7 @@ Microchip MEC Platforms:
4074
4091
- tests/boards/mec172xevb_assy6906/
4075
4092
- dts/bindings/*/microchip,mec*
4076
4093
- dts/bindings/*/microchip,xec*
4094
+ - samples/boards/microchip/
4077
4095
labels :
4078
4096
- " platform: Microchip MEC"
4079
4097
@@ -4221,6 +4239,7 @@ Renesas RA Platforms:
4221
4239
- dts/bindings/*/*renesas,ra*
4222
4240
- soc/renesas/ra/
4223
4241
- samples/boards/renesas/
4242
+ - tests/boards/renesas/
4224
4243
labels :
4225
4244
- " platform: Renesas RA"
4226
4245
description : >-
@@ -5866,6 +5885,7 @@ Random:
5866
5885
files :
5867
5886
- subsys/random/
5868
5887
- include/zephyr/random/
5888
+ - tests/subsys/random/
5869
5889
labels :
5870
5890
- " area: Random"
5871
5891
0 commit comments