Skip to content

boards/stm32f7/stm32f746g-disco: fix FMC pin#13915

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
raiden00pl:f7_fix
Oct 8, 2024
Merged

boards/stm32f7/stm32f746g-disco: fix FMC pin#13915
xiaoxiang781216 merged 1 commit into
apache:masterfrom
raiden00pl:f7_fix

Conversation

@raiden00pl
Copy link
Copy Markdown
Member

Summary

  • boards/stm32f7/stm32f746g-disco: fix FMC pin
    during migration from legacy pinout some of the FMC pins were ommited because their names were identical to the new pinout, which didn't cause a compilation error.
    This fixes LCD examples.
    Also update incomplete stm32f769i-disco FMC support to avoid this kind of bug in the future

Impact

lcd examples works correctly. Fixes #13839

Testing

LCD examples on stm32f746g-disco

during migration from legacy pinout some of the FMC pins were ommited because
their names were identical to the new pinout, which didn't cause a compilation error.

This fixes LCD examples.

Also update incomplete stm32f769i-disco FMC support to avoid this kind of bug in the future
@github-actions github-actions Bot added Area: Board support Board support issues Size: XS The size of the change in this PR is very small labels Oct 8, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit 60549d3 into apache:master Oct 8, 2024
@raiden00pl raiden00pl mentioned this pull request Jan 6, 2025
9 tasks
@raiden00pl raiden00pl deleted the f7_fix branch April 30, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Board support Board support issues Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] stm32f746g-disco display examples show garbage

2 participants