esp-idf/components/spi_flash
Armando fca46eac52 refactor(spi): make spi driver as component 2023-11-09 14:50:05 +08:00
..
esp32
esp32c2
esp32c3
esp32c6
esp32h2
esp32p4
esp32s2
esp32s3
include spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
linux feat(linux_target): enable hello world example for linux target 2023-10-24 10:04:09 +08:00
mock
sim/stubs/soc/include/hal
test refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
test_apps refactor(spi): make spi driver as component 2023-11-09 14:50:05 +08:00
CMakeLists.txt refactor(spi): make spi driver as component 2023-11-09 14:50:05 +08:00
Kconfig feat(spi_flash): Support configurable tSUS in flash suspend 2023-11-06 18:04:43 +08:00
README.rst
cache_utils.c change(cache): swap cache hal arg 'type' and 'level' 2023-09-22 14:19:41 +08:00
esp_flash_api.c feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
esp_flash_spi_init.c feat(spi_flash): Support configurable tSUS in flash suspend 2023-11-06 18:04:43 +08:00
flash_brownout_hook.c
flash_mmap.c feat(cache): support cache driver on esp32p4 2023-09-22 14:19:41 +08:00
flash_ops.c spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
linker.lf spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
memspi_host_driver.c
sdkconfig.rename spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
spi_flash_chip_boya.c
spi_flash_chip_drivers.c
spi_flash_chip_gd.c
spi_flash_chip_generic.c feat(spi_flash): Support configurable tSUS in flash suspend 2023-11-06 18:04:43 +08:00
spi_flash_chip_issi.c
spi_flash_chip_mxic.c
spi_flash_chip_mxic_opi.c
spi_flash_chip_th.c
spi_flash_chip_winbond.c
spi_flash_hpm_enable.c spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
spi_flash_os_func_app.c feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
spi_flash_os_func_noos.c
spi_flash_wrap.c

README.rst

See the spi_flash.rst in the programming guide folder for more details.