zephyr/drivers/flash
George Beckstein 603c3af895 drivers: flash : stm32: STM32L4P5xx fix page calculation from offset
This fix adds the STM32L4P5xx to the list of devices that have an
offset-to-page shift calculation of 12 bits. Previously, the driver
would only shift the offset by 11 bits when calculating the page to
erase.

This would prevent the driver from erasing the correct page.

Signed-off-by: George Beckstein <george.beckstein@ampaworks.com>
2024-01-04 15:33:42 +01:00
..
CMakeLists.txt drivers: flash: stm32wba: Use STM32WBA Flash manager for RF coexistence 2023-12-21 09:19:24 +01:00
flash_ambiq.c
flash_andes_qspi.c
flash_andes_qspi.h
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 drivers: flash: update gd32 fmc v2 2023-12-01 10:51:52 +00:00
flash_gd32_v3.c
flash_gd32.c
flash_gd32.h
flash_gecko.c
flash_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
flash_ifx_cat1.c
flash_ite_it8xxx2.c
flash_mcux_flexspi_hyperflash.c
flash_mcux_flexspi_mx25um51345g.c
flash_mcux_flexspi_nor.c drivers: flash: mcux_flexspi_nor: Remove flash reads while programming 2023-11-07 14:11:00 +01:00
flash_npcx_fiu_nor.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
flash_npcx_fiu_qspi.c soc: arm: npcx: move soc-specific register definitions to soc.h 2023-11-09 10:20:39 +00:00
flash_npcx_fiu_qspi.h
flash_nxp_s32_qspi_nor.c
flash_page_layout.c
flash_priv.h
flash_rpi_pico.c
flash_sam.c
flash_sam0.c
flash_shell.c
flash_simulator_native.c
flash_simulator_native.h
flash_simulator.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
flash_smartbond.c
flash_stm32_ex_op.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
flash_stm32_ospi.c drivers: flash: stm32 ospi flash driver erase large size 2024-01-02 10:09:51 +01:00
flash_stm32_ospi.h
flash_stm32_qspi.c drivers: flash: stm32 qspi driver reads sfdp table 2023-11-03 11:46:58 +01:00
flash_stm32.c
flash_stm32.h
flash_stm32f1x.c
flash_stm32f2x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g4x.c drivers: flash: Add RDP (readout protection) support for STM32G4x flash 2023-10-27 12:31:41 +02:00
flash_stm32g0x.c
flash_stm32h7x.c
flash_stm32l4x.c drivers: flash : stm32: STM32L4P5xx fix page calculation from offset 2024-01-04 15:33:42 +01:00
flash_stm32l5x.c drivers: flash: flash_stm32l5x: fix the STM32U5X flash bank issue 2023-12-14 19:06:36 +00:00
flash_stm32wba_fm.c drivers: flash: stm32wba: Use STM32WBA Flash manager for RF coexistence 2023-12-21 09:19:24 +01:00
flash_stm32wbax.c
flash_stm32wbx.c
jesd216.c
jesd216.h
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
Kconfig.ambiq
Kconfig.andes
Kconfig.at45
Kconfig.b91
Kconfig.cadence_qspi_nor
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.ifx_cat1
Kconfig.it8xxx2
Kconfig.lpc
Kconfig.mcux
Kconfig.nios2_qspi
Kconfig.nor drivers: flash: spi_nor: Allow page-size to be set via devicetree 2023-11-01 10:56:16 +00:00
Kconfig.nordic_qspi_nor
Kconfig.npcx_fiu
Kconfig.nrf
Kconfig.numaker
Kconfig.nxp_s32
Kconfig.rpi_pico
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator
Kconfig.smartbond
Kconfig.stm32 drivers: flash: stm32wba: Use STM32WBA Flash manager for RF coexistence 2023-12-21 09:19:24 +01:00
Kconfig.stm32_ospi
Kconfig.stm32_qspi
Kconfig.xmc4xxx
nrf_qspi_nor.c drivers: nrf_qspi_nor: Fix and refactor driver initialization 2023-11-21 13:09:54 +01:00
soc_flash_b91.c
soc_flash_cc13xx_cc26xx.c
soc_flash_lpc.c
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf.c
soc_flash_nrf.h
soc_flash_numaker.c
soc_flash_rv32m1.c
soc_flash_xmc4xxx.c
spi_flash_at45.c
spi_nor.c drivers: flash: spi_nor: boot into DPD 2023-12-19 16:53:27 +01:00
spi_nor.h