-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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: st: add initial support for the stm32h757i eval board #86610
Conversation
Hello @tgcfoss, and thank you very much for your first pull request to the Zephyr project! |
boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.defconfig
Outdated
Show resolved
Hide resolved
boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.defconfig
Outdated
Show resolved
Hide resolved
*/ | ||
|
||
#if DT_NODE_HAS_STATUS(DT_NODELABEL(sdram2), okay) | ||
GROUP_START(SDRAM2) |
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 isn't going to work for people using a cmake generator @tejlmand
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.
Is this something I should address? And if so, how? This part was "inherited" from the stm32h747i-disco board.
You should squash your commits (https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html#pr-requirements) |
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
I think you forgot to rebase on main. |
a5c4cb8
to
cbc1985
Compare
Fixed |
boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.conf
Outdated
Show resolved
Hide resolved
boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.conf
Outdated
Show resolved
Hide resolved
cbc1985
to
c769993
Compare
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.
Please fix reported build failures
84db0d2
to
b4efe6a
Compare
b4efe6a
to
8e0632a
Compare
Add initial support for the STM32H757I-EVAL board. Largely based on the STM32H747I-DISCO board Signed-off-by: Tomas Groth Christensen <tgc@foss.dk>
8e0632a
to
700c64e
Compare
Hi @tgcfoss! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
Add initial support for the stm32h757i eval board.
Largely based on the stm32h747 disco board entry.