-
Notifications
You must be signed in to change notification settings - Fork 8.2k
boards: arm: stm32f746g_disco: add support for fmc #44915
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
430a5dd to
22dbfc3
Compare
|
Hi @erwango. Are there any steps I have to take before you can proceed with the review? Sorry for my ignorance, this is my first PR and I don't know what to do now. |
I'm having a look. Thanks sharing this work. |
22dbfc3 to
f421890
Compare
Done. |
ce49339 to
e325454
Compare
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.
Looks good, but please fix commit's author (cf https://www.git-tower.com/learn/git/faq/change-author-name-email).
Update board device tree with FMC node Update board documentation - FMC pinout Signed-off-by: Jonathan Gonzaga <[email protected]>
e325454 to
a9f4c40
Compare
Sorry. I had changed it before: I don't know why the changes weren't made. |
Using these PRs as example (#41981, #43965 and #44533)
Adding support for FMC (Flexible Memory Controller) as a prerequisite to add support for LTDC in the future.
An application using LVGL with frame buffer allocated in SDRAM was tested with no problems.