Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Add memc support for STM32F7 series #40451

wants to merge 2 commits into from

Conversation

papadkostas
Copy link
Contributor

As per #36204 and #29686, adding support for STM32F7 and board STM32F769I-DISC0.

@erwango
Copy link
Member

erwango commented Nov 19, 2021

@papadkostas Thanks for this change, can you check build errors reported by CI: https://buildkite.com/zephyr/zephyr/builds/47049 ?

@papadkostas
Copy link
Contributor Author

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!

@papadkostas
Copy link
Contributor Author

@erwango I think now it's good.

boards/arm/stm32f769i_disco/stm32f769i_disco.dts Outdated Show resolved Hide resolved
boards/arm/stm32f769i_disco/stm32f769i_disco.dts Outdated Show resolved Hide resolved
Copy link
Member

@erwango erwango left a 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 papadkostas requested a review from gmarull November 23, 2021 10:04
dts/arm/st/f7/stm32f7.dtsi Outdated Show resolved Hide resolved
@erwango
Copy link
Member

erwango commented Nov 29, 2021

@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>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing: pinctrl-names = "default"

Copy link
Member

@gmarull gmarull left a 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

@papadkostas
Copy link
Contributor Author

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.
58b3f6f4b9e1bb590eba4289565ad49b6c6ea0ff is probably a commit in the past but still appearing somewhere, I'm not quite sure how to deal with it. I didn't read carefully the contribution guidelines at first to avoid all these problems.
I'll make a new PR. Excuse me! :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants