esp-idf/components/spi_flash
Laukik Hase 5328dcd00c
change(build): Add a new CMake flag `NON_OS_BUILD` for non-FreeRTOS builds
2024-10-21 19:03:30 +05:30
..
esp32
esp32c2
esp32c3
esp32c5
esp32c6
esp32c61
esp32h2
esp32p4
esp32s2
esp32s3
include patch(spi_flash): cleanup XMC flash chip usage according to new information 2024-10-18 10:26:26 +08:00
linux feat(esp_partition): Adds new esp_partition APIs 2024-09-26 08:42:12 +03:00
mock
sim/stubs/soc/include/hal
test
test_apps test(spi_flash): Add 32MB flash encrypted write-read test (beyond 16MB) 2024-10-15 17:30:48 +08:00
CMakeLists.txt change(build): Add a new CMake flag `NON_OS_BUILD` for non-FreeRTOS builds 2024-10-21 19:03:30 +05:30
Kconfig patch(spi_flash): cleanup XMC flash chip usage according to new information 2024-10-18 10:26:26 +08:00
README.rst
cache_utils.c
esp_flash_api.c
esp_flash_spi_init.c
flash_brownout_hook.c patch(spi_flash): cleanup XMC flash chip usage according to new information 2024-10-18 10:26:26 +08:00
flash_mmap.c Merge branch 'test/add_cache2phys_xip_tests' into 'master' 2024-09-18 23:53:47 +08:00
flash_ops.c
linker.lf
memspi_host_driver.c
sdkconfig.rename
spi_flash_chip_boya.c
spi_flash_chip_drivers.c
spi_flash_chip_gd.c
spi_flash_chip_generic.c patch(spi_flash): cleanup XMC flash chip usage according to new information 2024-10-18 10:26:26 +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 feat(spi_flash): Add new xmc chip id 2024-09-23 19:06:23 +08:00
spi_flash_os_func_app.c feat(spi_flash): Adds esp_flash_set_dangerous_write_protection 2024-09-26 08:42:19 +03: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.