File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ acpi:
118118 - lib/acpi/
119119 - tests/lib/acpi/
120120
121- arm :
121+ arm : &tag_arm
122122 files :
123123 - arch/arm/
124124 - include/zephyr/arch/arm/
128128 - dts/arm/nordic/
129129 - dts/bindings/arm/nordic*.yaml
130130
131+ vector_relay : *tag_arm
132+
131133benchmark :
132134 files :
133135 - tests/benchmarks/
@@ -202,12 +204,14 @@ device:
202204 - tests/kernel/device/
203205 - tests/misc/check_init_priorities/
204206
205- dfu_mcuboot :
207+ dfu_mcuboot : &tag_dfu
206208 files :
207209 - include/zephyr/dfu/
208210 - subsys/dfu/
209211 - tests/subsys/dfu/
210212
213+ dfu_image_util : *tag_dfu
214+
211215devicetree :
212216 files :
213217 - dts/binding-template.yaml
@@ -1163,3 +1167,29 @@ net_buf:
11631167 - include/zephyr/net_buf.h
11641168 - lib/net_buf/
11651169 - tests/lib/net_buf/
1170+
1171+ introduction :
1172+ files :
1173+ - samples/cpp/hello_world/
1174+ - samples/userspace/hello_world_user/
1175+ - samples/hello_world/
1176+ - samples/arch/smp/pi/
1177+
1178+ snippets :
1179+ files :
1180+ - tests/cmake/snippets/
1181+
1182+ zms :
1183+ files :
1184+ - subsys/fs/zms/
1185+ - include/zephyr/fs/zms.h
1186+ - samples/subsys/fs/zms/
1187+ - tests/subsys/fs/zms/
1188+
1189+ arch :
1190+ files :
1191+ - arch/Kconfig
1192+ - include/zephyr/arch/
1193+ - arch/common/
1194+ - include/zephyr/arch/common/
1195+ - tests/arch/common/
Original file line number Diff line number Diff line change 189189 - libraries.encoding.*
190190 - sample.modules.cmsis_dsp.moving_average
191191 - math.interpolation
192+ - sample.drivers.misc.timeaware_gpio
192193 comment : " Configurations excluded to limit resources usage in integration builds"
193194
194195- scenarios :
You can’t perform that action at this time.
0 commit comments