esp-idf/components/spi_flash
2024-03-13 18:44:24 +08:00
..
esp32
esp32c2
esp32c3
esp32c6
esp32h2
esp32p4 feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
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 fix(spi_flash): Fix MXIC chip flash size detected wrong, 2024-03-13 18:44:24 +08:00
cache_utils.c fix(cache): fix wrong dcache size 0 configuration issue on s2 2024-01-05 10:38:41 +08:00
CMakeLists.txt Merge branch 'feature/hello_world_linux' into 'master' 2023-10-25 10:22:49 +08:00
esp_flash_api.c Merge branch 'bugfix/fix_flash_encryption_rom_c3_v5.2' into 'release/v5.2' 2024-03-07 10:07:25 +08:00
esp_flash_spi_init.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
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
Kconfig 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
README.rst
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 fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-03-01 10:38:27 +08:00
spi_flash_chip_issi.c
spi_flash_chip_mxic_opi.c
spi_flash_chip_mxic.c fix(spi_flash): Fix MXIC chip flash size detected wrong, 2024-03-13 18:44:24 +08:00
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 feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
spi_flash_wrap.c

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