-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
boards: shields: add suport for st_b_cams_omv_mb1683 #76143
base: main
Are you sure you want to change the base?
boards: shields: add suport for st_b_cams_omv_mb1683 #76143
Conversation
4377923
to
74f10a5
Compare
``_st_b_cams_omv_mb1683`` and adding the necessary device tree properties. | ||
|
||
Set ``--shield "_st_b_cams_omv_mb1683"`` when you invoke ``west build``. For example: | ||
|
||
.. zephyr-app-commands:: | ||
:zephyr-app: samples/subsys/video/capture | ||
:board: stm32h7b3i_dk | ||
:shield: _st_b_cams_omv_mb1683 |
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.
Why using the prefix _
in _st_b_cams_omv_mb1683
?
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.
Fixed. It was a copy past problem! :-)
Thanks for your review! Let me know if you have any other suggestion.
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.
For now PR was in draft, so I didn't go much further in the review.If not draft anymore, just move PR to ready for review.
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.
I'm wanting to this #76124 going to upstream before change it to review.
74f10a5
to
f9b29d6
Compare
f9b29d6
to
de6b1c4
Compare
de6b1c4
to
0f11eb8
Compare
Rebase. |
0f11eb8
to
32b6c74
Compare
Updated endpoint configuration according to #74415. |
* SPDX-License-Identifier: Apache-2.0 | ||
* | ||
*/ | ||
|
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.
you forgot to include video-interfaces.h
?
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.
Fixed.
* | ||
*/ | ||
|
||
#include <zephyr/dt-bindings/video/video-interfaces.h> |
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.
you don't need to include video-interfaces.h
here as it does not use anything in this file (?)
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.
Removed. Thank you, @ngphibang!
|
||
CONFIG_LOG_BUFFER_SIZE=2048 | ||
|
||
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2 |
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.
no need, the default value is 2
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.
Removed.
@CharlesDias will you be able to revisit this PR? |
Hi, @kartben. Sure. I'll return this weekend. ;-) |
Add support for ST B-CAMS-OMV MB1683 shield. Signed-off-by: Charles Dias <[email protected]>
32b6c74
to
dba679b
Compare
Hi, @kartben and @ngphibang , I updated this PR, but it depends on #76124. |
Add support for ST B-CAMS-OMV MB1683 shield.
Required PR: