esp-idf/components/spi_flash
Cao Sen Miao 08f1bbe0c7 spi_flash: fix cs line setup to make the flash driver more stable 2021-06-01 16:41:41 +08:00
..
esp32
esp32c3
esp32s2
esp32s3
include spi_flash: fix cs line setup to make the flash driver more stable 2021-06-01 16:41:41 +08:00
mock
sim host tests: Add copyright notices and "This is a stub" notices to all stub files 2021-05-27 23:57:22 +00:00
test spi_flash: fix cs line setup to make the flash driver more stable 2021-06-01 16:41:41 +08:00
CMakeLists.txt esp_flash: support override default chip driver list 2021-04-26 16:05:42 +08:00
Kconfig esp_flash: support override default chip driver list 2021-04-26 16:05:42 +08:00
README.rst
README_legacy.rst
cache_utils.c remove othercore cache disable 2021-04-29 03:10:47 +00:00
cache_utils.h
component.mk esp_flash: support override default chip driver list 2021-04-26 16:05:42 +08:00
esp_flash_api.c spi_flash: refactoring flash encryption into new api 2021-04-25 17:09:25 +08:00
esp_flash_spi_init.c spi_flash: fix cs line setup to make the flash driver more stable 2021-06-01 16:41:41 +08:00
flash_mmap.c
flash_ops.c spi_flash: refactoring flash encryption into new api 2021-04-25 17:09:25 +08:00
linker.lf
memspi_host_driver.c
partition.c partition: Replace strlcpy() with strncpy() 2021-05-20 09:51:29 +10:00
sdkconfig.rename
spi_flash_chip_boya.c
spi_flash_chip_drivers.c esp_flash: support override default chip driver list 2021-04-26 16:05:42 +08:00
spi_flash_chip_gd.c
spi_flash_chip_generic.c spi_flash: refactoring flash encryption into new api 2021-04-25 17:09:25 +08:00
spi_flash_chip_issi.c
spi_flash_chip_mxic.c
spi_flash_chip_winbond.c
spi_flash_os_func_app.c
spi_flash_os_func_noos.c

README.rst

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

The docs above is for the new SPI Flash API above 4.0, for legacy implementation (CONFIG_SPI_FLASH_USE_LEGACY_IMPL enabled), read README_legayc.rst in the same folder with this readme.