"Video subsystem for Zephyr" is actually only defined as a driver and the examples actually include <zephyr/drivers/video.h>. Signed-off-by: Josuah Demangeon <me@josuah.net>
19 lines
364 B
YAML
19 lines
364 B
YAML
sample:
|
|
name: Video TCP server sink
|
|
tests:
|
|
sample.video.tcpserversink:
|
|
build_only: true
|
|
tags:
|
|
- video
|
|
- net
|
|
- socket
|
|
- shield
|
|
platform_allow: mimxrt1064_evk
|
|
depends_on:
|
|
- video
|
|
- netif
|
|
integration_platforms:
|
|
- mimxrt1064_evk
|
|
extra_args:
|
|
- platform:mimxrt1064_evk:SHIELD=dvp_fpc24_mt9m114
|