STM32 video devices fixes (yaml title / VENC - JPEG build_all)#97898
Merged
jhedberg merged 2 commits intozephyrproject-rtos:mainfrom Oct 22, 2025
Merged
STM32 video devices fixes (yaml title / VENC - JPEG build_all)#97898jhedberg merged 2 commits intozephyrproject-rtos:mainfrom
jhedberg merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
JarmouniA
reviewed
Oct 20, 2025
added 2 commits
October 20, 2025 10:57
Add missing title entry in stm32 video device bindings. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Allow building the STM32 VENC and STM32 JPEG HW codec as part of the build_all tests. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
37c11da to
cbd2e79
Compare
JarmouniA
approved these changes
Oct 20, 2025
|
mathieuchopstm
approved these changes
Oct 20, 2025
josuah
approved these changes
Oct 20, 2025
Contributor
josuah
left a comment
There was a problem hiding this comment.
I forgot the DNM flag on the original PR. :']
kartben
approved these changes
Oct 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Correct stm32 video bindings files by adding the title entry in them. This correct a comment made by @josuah (#96678 (comment)) on a previous PR and which had not been fixed in that PR.
Correct the STM32 VENC build_all test entry and add the STM32 JPEG entry into testcase in order to be able to test build those two drivers.