Skip to content

Commit df6857b

Browse files
Alain Volmatjhedberg
authored andcommitted
video: stm32: enable STM32 VENC / JPEG build_all tests
Allow building the STM32 VENC and STM32 JPEG HW codec as part of the build_all tests. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent e33595e commit df6857b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/video/testcase.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ tests:
4444
drivers.video.stm32_venc.build:
4545
platform_allow:
4646
- stm32n6570_dk/stm32n657xx/sb
47+
extra_configs:
48+
- CONFIG_VIDEO_ENCODER_H264=y
49+
drivers.video.stm32_jpeg.build:
50+
platform_allow:
51+
- stm32n6570_dk/stm32n657xx/sb
52+
extra_configs:
53+
- CONFIG_VIDEO_ENCODER_JPEG=y

0 commit comments

Comments
 (0)