Skip to content

!arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI#19069

Open
raiden00pl wants to merge 1 commit into
apache:masterfrom
raiden00pl:stm32_refactor_all_pr3
Open

!arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI#19069
raiden00pl wants to merge 1 commit into
apache:masterfrom
raiden00pl:stm32_refactor_all_pr3

Conversation

@raiden00pl

Copy link
Copy Markdown
Member

Summary

!arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI

Standardize the F7/H7 QSPI enable symbol on the QSPI name (the QUADSPI and QSPI peripherals are the same IP block). Only the Kconfig enable symbol and its CONFIG_ references are renamed; the QUADSPI hardware register/pin/DMA macros are unchanged.

Impact

BREAKING CHANGE: CONFIG_STM32F7_QUADSPI and CONFIG_STM32H7_QUADSPI are renamed to CONFIG_STM32F7_QSPI and CONFIG_STM32H7_QSPI. Out-of-tree F7/H7 board configurations must update the symbol name.

Testing

CI

@raiden00pl raiden00pl added the breaking change This change requires a mitigation entry in the release notes. label Jun 9, 2026
xiaoxiang781216
xiaoxiang781216 previously approved these changes Jun 9, 2026
jerpelea
jerpelea previously approved these changes Jun 9, 2026
@github-actions github-actions Bot added Arch: arm Issues related to ARM (32-bit) architecture Size: S The size of the change in this PR is small Board: arm and removed breaking change This change requires a mitigation entry in the release notes. labels Jun 9, 2026
acassis
acassis previously approved these changes Jun 9, 2026
@raiden00pl raiden00pl requested a review from masayuki2009 as a code owner June 9, 2026 13:57
@github-actions github-actions Bot added Area: Documentation Improvements or additions to documentation Size: M The size of the change in this PR is medium and removed Size: S The size of the change in this PR is small labels Jun 9, 2026
@xiaoxiang781216

Copy link
Copy Markdown
Contributor

@raiden00pl do you push the wrong patch? the change isn't related to QSPI anymore.

@raiden00pl raiden00pl force-pushed the stm32_refactor_all_pr3 branch from 44945b2 to 336ea40 Compare June 9, 2026 15:43
@raiden00pl

Copy link
Copy Markdown
Member Author

thanks, I mixed up the branches

@github-actions github-actions Bot added Size: S The size of the change in this PR is small and removed Area: Documentation Improvements or additions to documentation Size: M The size of the change in this PR is medium labels Jun 9, 2026
linguini1
linguini1 previously approved these changes Jun 9, 2026
xiaoxiang781216
xiaoxiang781216 previously approved these changes Jun 9, 2026
BREAKING CHANGE: CONFIG_STM32F7_QUADSPI and CONFIG_STM32H7_QUADSPI are
renamed to CONFIG_STM32F7_QSPI and CONFIG_STM32H7_QSPI. Out-of-tree F7/H7
board configurations must update the symbol name.

Standardize the F7/H7 QSPI enable symbol on the QSPI name (the QUADSPI and
QSPI peripherals are the same IP block). Only the Kconfig enable symbol and
its CONFIG_ references are renamed; the QUADSPI hardware register/pin/DMA
macros are unchanged.

Signed-off-by: raiden00pl <raiden00@railab.me>
@raiden00pl raiden00pl dismissed stale reviews from xiaoxiang781216 and linguini1 via 811e461 June 10, 2026 05:53
@raiden00pl raiden00pl force-pushed the stm32_refactor_all_pr3 branch from 336ea40 to 811e461 Compare June 10, 2026 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: arm Issues related to ARM (32-bit) architecture Board: arm Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants