From 48a077f2d93b9f29e56b80e994f961b0723ce73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Mon, 16 Sep 2024 21:14:48 +0200 Subject: [PATCH] doc: update references to video capture sample MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Video samples have moved from samples/subsys/video to samples/drivers/video. Signed-off-by: Benjamin Cabé --- boards/shields/dvp_fpc24_mt9m114/doc/index.rst | 2 +- boards/shields/nxp_btb44_ov5640/doc/index.rst | 2 +- samples/drivers/video/capture/README.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/shields/dvp_fpc24_mt9m114/doc/index.rst b/boards/shields/dvp_fpc24_mt9m114/doc/index.rst index b149605a565202..0470da7a58936a 100644 --- a/boards/shields/dvp_fpc24_mt9m114/doc/index.rst +++ b/boards/shields/dvp_fpc24_mt9m114/doc/index.rst @@ -78,7 +78,7 @@ Programming Set ``--shield dvp_fpc24_mt9m114`` when you invoke ``west build``. For example: .. zephyr-app-commands:: - :zephyr-app: samples/subsys/video/capture + :zephyr-app: samples/drivers/video/capture :board: mimxrt1064_evk :shield: dvp_fpc24_mt9m114 :goals: build diff --git a/boards/shields/nxp_btb44_ov5640/doc/index.rst b/boards/shields/nxp_btb44_ov5640/doc/index.rst index f20f1c96b87f5d..07a7d24e7d1a34 100644 --- a/boards/shields/nxp_btb44_ov5640/doc/index.rst +++ b/boards/shields/nxp_btb44_ov5640/doc/index.rst @@ -120,7 +120,7 @@ Programming Set ``--shield nxp_btb44_ov5640`` when you invoke ``west build``. For example: .. zephyr-app-commands:: - :zephyr-app: samples/subsys/video/capture + :zephyr-app: samples/drivers/video/capture :board: mimxrt1170_evk/mimxrt1176/cm7 :shield: nxp_btb44_ov5640 :goals: build diff --git a/samples/drivers/video/capture/README.rst b/samples/drivers/video/capture/README.rst index ff1d3514db6211..eace71ecff0622 100644 --- a/samples/drivers/video/capture/README.rst +++ b/samples/drivers/video/capture/README.rst @@ -50,7 +50,7 @@ For :ref:`mimxrt1064_evk`, build this sample application with the following comm For :ref:`mimxrt1170_evk`, build this sample application with the following commands: .. zephyr-app-commands:: - :zephyr-app: samples/subsys/video/capture + :zephyr-app: samples/drivers/video/capture :board: mimxrt1170_evk/mimxrt1176/cm7 :shield: nxp_btb44_ov5640,rk055hdmipi4ma0 :goals: build