remove legacy pinmap support for stm32h7, stm32f7 and stm32f0l0g0#18779
Merged
xiaoxiang781216 merged 3 commits intoapache:masterfrom Apr 23, 2026
Merged
remove legacy pinmap support for stm32h7, stm32f7 and stm32f0l0g0#18779xiaoxiang781216 merged 3 commits intoapache:masterfrom
xiaoxiang781216 merged 3 commits intoapache:masterfrom
Conversation
remove STM32H7_USE_LEGACY_PINMAP option and all references Signed-off-by: raiden00pl <raiden00@railab.me>
remove STM32F7_USE_LEGACY_PINMAP option and all references Signed-off-by: raiden00pl <raiden00@railab.me>
remove STM32F0G0L0_USE_LEGACY_PINMAP and all references Signed-off-by: raiden00pl <raiden00@railab.me>
Member
Author
|
part of #15432 |
Contributor
|
I added the breaking change label because this item needs to be mentioned in the release notes of the next NuttX release. If any out-of-tree boards exist that still use the legacy pinmaps, they will need to migrate to the normal pinmaps before adopting the next NuttX release. |
xiaoxiang781216
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All upstream boards for these chips have long been fixed and no longer use legacy pinmaps. It's time to remove legacy pinmap support for them. Users had 3 years to migrate to the new pinmap.
Impact
remove legacy code
Testing
CI