-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add memc support for STM32F7 series #40451
Conversation
@papadkostas Thanks for this change, can you check build errors reported by CI: https://buildkite.com/zephyr/zephyr/builds/47049 ? |
Ohh, I'll have a look on the errors. I did another commit on the same branch of this PR for the support for the touch screen. At first there were no such errors I think. I'll revert it and check again. Anyway, I'll be back in few hours! |
@erwango I think now it's good. |
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.
One question, otherwise sounds good except the points already reported by @gmarull
@papadkostas Can you fix the compliance test ? |
Add device node for the FMC controller found in stm32f7(except f756xx). Signed-off-by: Konstantinos Papadopoulos <[email protected]>
Add support for the 16MB SDRAM found in STM32F769I-DISC0 boards. Signed-off-by: Konstantinos Papadopoulos <[email protected]>
&fmc_d16_ph8 &fmc_d17_ph9 &fmc_d18_ph10 &fmc_d19_ph11 | ||
&fmc_d20_ph12 &fmc_d21_ph13 &fmc_d22_ph14 &fmc_d23_ph15 | ||
&fmc_d24_pi0 &fmc_d25_pi1 &fmc_d26_pi2 &fmc_d27_pi3 | ||
&fmc_d28_pi6 &fmc_d29_pi7 &fmc_d30_pi9 &fmc_d31_pi10>; |
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.
missing: pinctrl-names = "default"
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 author/signed-off compliance warnings, add missing pinctrl-names
I fixed them, but the compliance failure that appeared now, I don't know how to fix. |
As per #36204 and #29686, adding support for STM32F7 and board STM32F769I-DISC0.