Skip to content

Commit da92d84

Browse files
author
Alain Volmat
committed
samples: usb: uvc: add h264 / jpeg encoder test entries
Add entries in sample.yaml for enabling h264enc / jpegenc uvc based test on the stm32n6570_dk/stm32n657xx/sb platform. Signed-off-by: Alain Volmat <[email protected]>
1 parent e26d63d commit da92d84

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

samples/subsys/usb/uvc/sample.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,27 @@ tests:
2727
filter: dt_chosen_enabled("zephyr,camera")
2828
integration_platforms:
2929
- arduino_nicla_vision/stm32h747xx/m7
30+
sample.subsys.usb.uvc.encoder.h264:
31+
depends_on:
32+
- usbd
33+
tags: usb video
34+
extra_configs:
35+
- CONFIG_VIDEO_ENCODER_H264=y
36+
extra_args:
37+
- EXTRA_DTC_OVERLAY_FILE="app_h264enc.overlay"
38+
- SHIELD=st_b_cams_imx_mb1854
39+
filter: dt_chosen_enabled("zephyr,camera")
40+
integration_platforms:
41+
- stm32n6570_dk/stm32n657xx/sb
42+
sample.subsys.usb.uvc.encoder.jpeg:
43+
depends_on:
44+
- usbd
45+
tags: usb video
46+
extra_configs:
47+
- CONFIG_VIDEO_ENCODER_JPEG=y
48+
extra_args:
49+
- EXTRA_DTC_OVERLAY_FILE="app_jpegenc.overlay"
50+
- SHIELD=st_b_cams_imx_mb1854
51+
filter: dt_chosen_enabled("zephyr,camera")
52+
integration_platforms:
53+
- stm32n6570_dk/stm32n657xx/sb

0 commit comments

Comments
 (0)