Angus Gratton fd164b82b6 Merge branch 'refactor/move_from_xtensa' into 'master' 5 years ago
..
esp32 6fbf61493c ota: fix ota with flash encryption 5 years ago
esp32c3 6fbf61493c ota: fix ota with flash encryption 5 years ago
esp32s2 6fbf61493c ota: fix ota with flash encryption 5 years ago
esp32s3 6fbf61493c ota: fix ota with flash encryption 5 years ago
include 0b7caf96a9 spi_flash:modify nvs reading writing issue on esp32s3 5 years ago
mock c233ce0449 spi_flash: mocking should be possible now 5 years ago
private_include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 years ago
test eec2419390 system: enable shared stack watchpoint 5 years ago
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
Kconfig a0573f5b9f spi_flash: make the auto_suspend default y on C3 5 years ago
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 years ago
README_legacy.rst 47bbb107a8 build system: Use CMake-based build system as default when describing commands 6 years ago
cache_utils.c fd164b82b6 Merge branch 'refactor/move_from_xtensa' into 'master' 5 years ago
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 years ago
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf 6 years ago
esp_flash_api.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 years ago
esp_flash_spi_init.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 years ago
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 years ago
flash_ops.c 6fbf61493c ota: fix ota with flash encryption 5 years ago
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
memspi_host_driver.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
partition.c e712a91488 spi_flash: add config option to enable encrypted partition read/write 5 years ago
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 years ago
spi_flash_chip_boya.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_gd.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_generic.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_issi.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_mxic.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_winbond.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_os_func_app.c 60e58eaddb spi_flash: Add auto-suspend mode for ESP32-S2 5 years ago
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support 5 years ago

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.