Skip to content

Commit 498c109

Browse files
committed
samples: video: tcpserversink: Add stm32n6570_dk as integration platform
Required to build VIDEO_STM32_VENC. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 6d338a7 commit 498c109

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

boards/st/stm32n6570_dk/twister.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ supported:
2020
- uart
2121
- usb_device
2222
- usbd
23+
- video
24+
- netif
2325
variants:
2426
stm32n6570_dk/stm32n657xx:
2527
twister: false

samples/drivers/video/tcpserversink/sample.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ tests:
88
- net
99
- socket
1010
- shield
11-
platform_allow: mimxrt1064_evk/mimxrt1064
11+
platform_allow:
12+
- mimxrt1064_evk/mimxrt1064
13+
- stm32n6570_dk/stm32n657xx/sb
1214
depends_on:
1315
- video
1416
- netif
1517
integration_platforms:
1618
- mimxrt1064_evk/mimxrt1064
19+
- stm32n6570_dk/stm32n657xx/sb
1720
extra_args:
1821
- platform:mimxrt1064_evk/mimxrt1064:SHIELD=dvp_fpc24_mt9m114
22+
- platform:mimxrt1064_evk/mimxrt1064:SHIELD=st_b_cams_imx_mb1854

0 commit comments

Comments
 (0)