esp-idf/components/spi_flash
wuzhenghui d8de64bff8 Kconfig: add depends 2022-05-06 15:26:43 +08:00
..
esp32
esp32c2
esp32c3
esp32h2
esp32s2
esp32s3 spi_flash: update def header of MXIC 2022-03-28 16:40:02 +00:00
host_test/partition_api_test
include spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 2022-04-26 15:22:37 +08:00
mock
sim spi_flash, linux target: explicit use strlcpy/strlcat from BSD string.h 2022-03-30 10:37:32 +07:00
test Merge branch 'feature/spi_flash_esp8684_support' into 'master' 2022-04-27 11:05:45 +08:00
CMakeLists.txt
Kconfig Kconfig: add depends 2022-05-06 15:26:43 +08:00
README.rst
README_legacy.rst docs: fix broken references to misc API functions and types. 2022-03-27 16:46:57 +08:00
cache_utils.c Merge branch 'bugfix/remove_ref_non_ex_options' into 'master' 2022-03-25 18:02:54 +08:00
cache_utils.h
esp_flash_api.c spi_flash: move buffer check from hal layer to driver layer 2022-04-08 11:46:10 +08:00
esp_flash_spi_init.c spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 2022-04-26 15:22:37 +08:00
flash_mmap.c
flash_ops.c
linker.lf
memspi_host_driver.c spi_flash: move buffer check from hal layer to driver layer 2022-04-08 11:46:10 +08:00
partition.c
partition_linux.c
partition_target.c
sdkconfig.rename
spi_flash_chip_boya.c
spi_flash_chip_drivers.c
spi_flash_chip_gd.c
spi_flash_chip_generic.c
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_os_func_app.c spi_flash: forbid writing to main flash when using invalid init arguments 2022-04-13 18:02:34 +08:00
spi_flash_os_func_noos.c
spi_flash_timing_tuning.c spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 2022-04-26 15:22:37 +08:00

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.