-
Notifications
You must be signed in to change notification settings - Fork 8.2k
boards: arm: stm32h750b_dk: add support for display (fixed) #73107
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
Conversation
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.
Question on these commented lies:
Will they be potentially useful ?
If yes, under which conditions ? -> A comment would be nice
if not, can we remove them ?
erwango
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.
The second commit doesn't look required.
Can you squash both ?
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.
Already included in boards/arm/stm32h750b_dk/Kconfig.defconfig doesn't look required here.
8e11ab1 to
f4197c1
Compare
f4197c1 to
925c12b
Compare
ltdc devicetree definition Signed-off-by: Toon Stegen <[email protected]>
ltdc devicetree definition & external SDRAM selection for the display buffer Signed-off-by: Philippe Cornu <[email protected]> Signed-off-by: Toon Stegen <[email protected]>
Add flashing with stm32cubeprogrammer. Signed-off-by: Abderrahmane Jarmouni <[email protected]>
925c12b to
c9e74ba
Compare
|
Hi @toonst you have a CI issue to be fixed |
|
Hi @toonst can you rebase & incoporate changes directly from my branch https://github.com/ajarmouni-st/zephyr_dev/tree/dev_stm32h750b_dk_display ? Thanks! |
mathieuchopstm
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.
LGTM besides this:
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.
This looks like a stray file (unless this is for HWMv1 compatibility?).
AFAIK, Kconfig should come from boards/st/stm32h750b_dk/Kconfig.stm32h750b_dk instead (which also contains this), so this file should probably be removed.
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.
Good catch this file is not required indeed. Please remove.
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.
Good catch this file is not required indeed. Please remove.
|
I've pushed @ajarmouni-st 's branch here: #73107 |
|
Bulk changing the milestone from everything which did not make it to the v3.7.0 freeze deadline Please note that until rc2 only PRs containing bug fixes, docs and tests can be merged. Exceptions require approval by the release team and a vote by the TSC. |
|
@toonst rebase needed |
|
Closed in favor of #74294. |
Add support for display on stm32h750b_dk. samples/drivers/display is compiling and flashing correctly now. Previous PR is here: #67245 but, I can't reopen it.
Contains patch by pcornu, also tested by ajarmouni-st