esp-idf/components/spi_flash
Marius Vikhammer 0687daf2c8 kconfig: move remaining kconfig options out of target component
The kconfig options are moved to the component where they are used,
mostly esp_hw_support and esp_system.
2022-05-23 17:57:45 +08:00
..
esp32
esp32c2
esp32c3
esp32h2
esp32s2
esp32s3 kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08: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
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
cache_utils.c kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +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.