Skip to content

Commit 5fd0412

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 edbe3f9 commit 5fd0412

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

boards/st/stm32n6570_dk/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ supported:
2222
- usb_device
2323
- usbd
2424
- netif:eth
25+
- video
2526
variants:
2627
stm32n6570_dk/stm32n657xx:
2728
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:stm32n6570_dk/stm32n657xx/sb:SHIELD=st_b_cams_imx_mb1854

0 commit comments

Comments
 (0)