-
Notifications
You must be signed in to change notification settings - Fork 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: st: add initial support for the stm32h757i eval board #86610
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Tomas Groth Christensen <tgc@foss.dk>
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.
Add initial support for the stm32h757i eval board.
Largely based on the stm32h747 disco board entry.