zephyr/drivers/flash
Titouan Christophe 25b326bc1f flash: stm32h7x: fix implicit declaration for LL_GetFlashSize
Since https://github.com/zephyrproject-rtos/zephyr/pull/83114 was merged,
I get twister errors unrelated to my pull requests for the STM32H7S78-DK
(for example https://github.com/zephyrproject-rtos/zephyr/actions/runs/14900504138/job/41851537049#step:12:1369)

This is because the function LL_GetFlashSize() was removed from hal_stm32
on the STM32H7RS series in
e5eba65b76

I am unsure if the removal from hal_stm32 is intentional. If yes, then this
commit should be merged into Zephyr to fix compilation for that target.
Otherwise, hal_stm32 must be patched, Zephyr's west manifest updated, and
this commit can be discarded.

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
2025-05-09 12:52:12 +02:00
..
CMakeLists.txt drivers: flash: Correct naming of Flash HP Renesas RA Kconfig 2025-05-02 07:19:46 +02:00
flash_ambiq.c soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
flash_andes_qspi.c
flash_andes_qspi.h
flash_cadence_nand_ll.c
flash_cadence_nand_ll.h
flash_cadence_nand.c
flash_cadence_qspi_nor_ll.c
flash_cadence_qspi_nor_ll.h
flash_cadence_qspi_nor.c
flash_esp32.c
flash_gd32_v1.c
flash_gd32_v2.c
flash_gd32_v3.c
flash_gd32.c
flash_gd32.h
flash_gecko.c
flash_handlers.c
flash_ifx_cat1_qspi.c
flash_ifx_cat1.c
flash_ite_it8xxx2.c drivers/flash: Enable flash controller for it51xxx series 2025-04-08 10:48:26 +02:00
flash_max32.c
flash_mcux_flexspi_hyperflash.c drivers: flash: flexspi: Fix XIP during flash write 2025-04-25 18:58:57 +02:00
flash_mcux_flexspi_mx25um51345g.c drivers: flash: flexspi: Fix XIP during flash write 2025-04-25 18:58:57 +02:00
flash_mcux_flexspi_nor.c driver: flash: mcux_flexspi_nor: Fix for is25lpxxxd chips 2025-04-02 13:04:38 +02:00
flash_mspi_atxp032.c drivers: mspi: shroud controller specifics and fix potential issue 2025-05-07 10:33:38 +02:00
flash_mspi_emul_device.c drivers: mspi: standarlized transfer priority 2025-05-07 10:33:38 +02:00
flash_mspi_nor_quirks.h drivers: flash: Optimize mspi_nor driver memory 2025-04-22 04:33:05 +02:00
flash_mspi_nor.c drivers: flash: Optimize mspi_nor driver memory 2025-04-22 04:33:05 +02:00
flash_mspi_nor.h drivers: flash: Optimize mspi_nor driver memory 2025-04-22 04:33:05 +02:00
flash_npcx_fiu_nor.c drivers: flash: npcx: avoid obstruction by eSPI TAF when EC access flash 2025-03-14 05:46:23 +01:00
flash_npcx_fiu_qspi.c
flash_npcx_fiu_qspi.h
flash_nxp_s32_qspi_hyperflash.c
flash_nxp_s32_qspi_nor.c
flash_nxp_s32_qspi.c drivers: flash-nxp-s32-qspi: ignore flash operations with zero size 2025-04-30 11:57:05 +02:00
flash_nxp_s32_qspi.h
flash_page_layout.c
flash_priv.h
flash_rpi_pico.c
flash_sam0.c
flash_sam.c drivers: flash: sam: fix flash erase last page 2025-03-10 15:02:16 +01:00
flash_shell.c
flash_si32.c
flash_simulator_native.c
flash_simulator_native.h
flash_simulator.c
flash_smartbond.c
flash_stm32_ex_op.c drivers: flash: stm32 flash driver common functions 2025-05-06 18:23:14 +02:00
flash_stm32_ospi.c drivers: flash_stm32_qspi: fix DT accessor for flash size 2025-03-19 20:25:37 +01:00
flash_stm32_ospi.h
flash_stm32_qspi.c drivers: flash_stm32_qspi: fix DT accessor for flash size 2025-03-19 20:25:37 +01:00
flash_stm32_xspi.c drivers: flash: stm32 xspi: replace prescaler assert by returning error 2025-05-06 15:32:02 +02:00
flash_stm32_xspi.h
flash_stm32.c drivers: flash: stm32H5 flash driver gives the flash size 2025-05-06 18:23:36 +02:00
flash_stm32.h drivers: flash: stm32 flash driver common functions 2025-05-06 18:23:14 +02:00
flash_stm32f1x.c
flash_stm32f2x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g0x.c
flash_stm32g4x.c
flash_stm32h7x.c flash: stm32h7x: fix implicit declaration for LL_GetFlashSize 2025-05-09 12:52:12 +02:00
flash_stm32l4x.c
flash_stm32l5x.c drivers: stm32: use cache peripheral driver 2025-04-25 11:04:37 +02:00
flash_stm32wb0x.c drivers: flash: stm32 flash drivers supports the get_size API function 2025-05-06 18:23:36 +02:00
flash_stm32wba_fm.c drivers: flash: stm32 flash drivers supports the get_size API function 2025-05-06 18:23:36 +02:00
flash_stm32wbax.c drivers: stm32: use cache peripheral driver 2025-04-25 11:04:37 +02:00
flash_stm32wbx.c
flash_util.c
jesd216.c
jesd216.h
Kconfig drivers: flash: silabs: Introduce Silabs Series 2 flash driver 2025-03-07 20:02:26 +01:00
Kconfig.ambiq
Kconfig.andes
Kconfig.at45
Kconfig.b91
Kconfig.cadence_nand
Kconfig.cadence_qspi_nor
Kconfig.cc13xx_cc26xx
Kconfig.cc23x0
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.ifx_cat1
Kconfig.it8xxx2 drivers/flash: Enable flash controller for it51xxx series 2025-04-08 10:48:26 +02:00
Kconfig.lpc
Kconfig.max32
Kconfig.mcux
Kconfig.mspi drivers: mspi: add apollo5x MSPI controller 2025-05-07 10:33:38 +02:00
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nordic_qspi_nor
Kconfig.npcx_fiu
Kconfig.nrf drivers: flash: nrf: Add possibility to add custom context 2025-03-31 14:33:56 +02:00
Kconfig.nrf_mram
Kconfig.nrf_rram
Kconfig.numaker
Kconfig.numaker_rmc
Kconfig.nxp_s32
Kconfig.renesas_ra drivers: flash: Update driver flash to support Flash-HP for RA4L1 2025-05-02 07:19:46 +02:00
Kconfig.rpi_pico
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.si32
Kconfig.silabs drivers: flash: silabs: Add DMA read support 2025-03-07 20:02:26 +01:00
Kconfig.simulator
Kconfig.siwx91x
Kconfig.smartbond
Kconfig.stm32 drivers: flash: stm32: remove dependeny on XIP for memory map 2025-04-30 16:26:28 +02:00
Kconfig.stm32_ospi
Kconfig.stm32_qspi
Kconfig.stm32_xspi
Kconfig.xmc4xxx
nrf_qspi_nor.c drivers: flash: nrf_qspi_nor: Prevent CPU hang when XIP is re-enabled 2025-04-25 15:57:35 +02:00
soc_flash_b91.c
soc_flash_cc13xx_cc26xx.c
soc_flash_cc23x0.c
soc_flash_lpc.c
soc_flash_mcux.c boards: frdm_mcxa166, frdm_mcxa276: add flash support 2025-04-14 20:03:54 +02:00
soc_flash_nios2_qspi.c
soc_flash_nrf_mram.c
soc_flash_nrf_rram.c
soc_flash_nrf.c
soc_flash_nrf.h drivers: flash: nrf: Add possibility to add custom context 2025-03-31 14:33:56 +02:00
soc_flash_numaker_rmc.c
soc_flash_numaker.c
soc_flash_renesas_ra_hp_ex_op.c drivers: flash: Correct naming of Flash HP Renesas RA Kconfig 2025-05-02 07:19:46 +02:00
soc_flash_renesas_ra_hp.c drivers: flash: Update driver flash to support Flash-HP for RA4L1 2025-05-02 07:19:46 +02:00
soc_flash_renesas_ra_hp.h drivers: flash: Update driver flash to support Flash-HP for RA4L1 2025-05-02 07:19:46 +02:00
soc_flash_rv32m1.c
soc_flash_silabs_series2.c drivers: flash: silabs: Add DMA read support 2025-03-07 20:02:26 +01:00
soc_flash_silabs_siwx91x.c
soc_flash_xmc4xxx.c
spi_flash_at45.c
spi_nor.c drivers: flash: spi_nor: fix few printf format warnings again 2025-03-06 09:05:18 +00:00
spi_nor.h