-
Notifications
You must be signed in to change notification settings - Fork 8.2k
samples: move video from subsys to drivers #73001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samples: move video from subsys to drivers #73001
Conversation
bd312a2 to
dc0c864
Compare
|
I rebased for solving a merge conflict. |
kartben
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add the appropriate redirect entries in doc/_scripts/redirects.py?
This allows to properly redirect people browsing e.g. https://docs.zephyrproject.org/3.6.0/samples/subsys/video/capture/README.html and clicking on "see the most recent version... " link
"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 <[email protected]>
dc0c864 to
6ac69d5
Compare
"Video subsystem for Zephyr" is actually only defined as a driver and the examples include
<zephyr/drivers/video.h>.This moves the
sample/subsys/videoto thesample/drivers/videodirectory to reflect that.