Skip to content

Commit c1e4363

Browse files
committed
usb: frdm_imx93: twister: fix usb.uvc.encoder twister build error
frdm_imx93 dosen't include the comlilation of usb.uvc.encoder, disable bellow samples to make sure twister build. - sample.subsys.usb.uvc.encoder.h264 - sample.subsys.usb.uvc.encoder.jpeg Signed-off-by: Jony Zhang <jony.zhang@nxp.com>
1 parent 449dfc4 commit c1e4363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/subsys/usb/uvc/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ tests:
3939
filter: dt_chosen_enabled("zephyr,camera")
4040
integration_platforms:
4141
- stm32n6570_dk/stm32n657xx/sb
42+
platform_exclude:
43+
- frdm_imx93/mimx9352/a55
4244
sample.subsys.usb.uvc.encoder.jpeg:
4345
depends_on:
4446
- usbd
@@ -51,3 +53,5 @@ tests:
5153
filter: dt_chosen_enabled("zephyr,camera")
5254
integration_platforms:
5355
- stm32n6570_dk/stm32n657xx/sb
56+
platform_exclude:
57+
- frdm_imx93/mimx9352/a55

0 commit comments

Comments
 (0)