We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbe3f9 commit 5fd0412Copy full SHA for 5fd0412
boards/st/stm32n6570_dk/twister.yaml
@@ -22,6 +22,7 @@ supported:
22
- usb_device
23
- usbd
24
- netif:eth
25
+ - video
26
variants:
27
stm32n6570_dk/stm32n657xx:
28
twister: false
samples/drivers/video/tcpserversink/sample.yaml
@@ -8,11 +8,15 @@ tests:
8
- net
9
- socket
10
- shield
11
- platform_allow: mimxrt1064_evk/mimxrt1064
+ platform_allow:
12
+ - mimxrt1064_evk/mimxrt1064
13
+ - stm32n6570_dk/stm32n657xx/sb
14
depends_on:
15
- video
16
- netif
17
integration_platforms:
18
- mimxrt1064_evk/mimxrt1064
19
20
extra_args:
21
- platform:mimxrt1064_evk/mimxrt1064:SHIELD=dvp_fpc24_mt9m114
+ - platform:stm32n6570_dk/stm32n657xx/sb:SHIELD=st_b_cams_imx_mb1854
0 commit comments