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

drivers: flash: stm32: move memmap config #73849

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

GeorgeCGV
Copy link
Collaborator

Move STM32_MEMMAP outside of SOC_FLASH_STM32.

That allows a memory-mapped application to be built without the internal flash controller.

Some MCUs have only one flash sector (i.e. H730) and the flash controller is of no use when running in memory map mode.

@GeorgeCGV GeorgeCGV changed the title drivers: flash: stm32 kconfig: move memmap drivers: flash: stm32 ospi: move memmap config Jun 6, 2024
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.

drivers/flash/Kconfig.stm32 Show resolved Hide resolved
@GeorgeCGV GeorgeCGV changed the title drivers: flash: stm32 ospi: move memmap config drivers: flash: stm32: move memmap config Jun 6, 2024
@GeorgeCGV GeorgeCGV added the area: QSPI Quad SPI label Jun 6, 2024
Move STM32_MEMMAP outside of SOC_FLASH_STM32.

That allows memory-mapped application to
be built without internal flash controller.

Signed-off-by: Georgij Cernysiov <[email protected]>
@jhedberg jhedberg merged commit 6be31f5 into zephyrproject-rtos:main Jun 10, 2024
22 checks passed
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.

4 participants