Michael (XIAO Xufeng) 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 tahun lalu
..
esp32 11188d2143 esp_flash:fix bug about clearing WLE automatically after actions 5 tahun lalu
esp32c3 03fa63b0c9 bootloader: add flash encryption support for C3 5 tahun lalu
esp32s2 11188d2143 esp_flash:fix bug about clearing WLE automatically after actions 5 tahun lalu
esp32s3 11188d2143 esp_flash:fix bug about clearing WLE automatically after actions 5 tahun lalu
include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
mock c233ce0449 spi_flash: mocking should be possible now 5 tahun lalu
private_include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 tahun lalu
test eec2419390 system: enable shared stack watchpoint 5 tahun lalu
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
Kconfig a0573f5b9f spi_flash: make the auto_suspend default y on C3 5 tahun lalu
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 tahun lalu
README_legacy.rst 47bbb107a8 build system: Use CMake-based build system as default when describing commands 6 tahun lalu
cache_utils.c 753a929525 global: fix sign-compare warnings 5 tahun lalu
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 tahun lalu
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf 6 tahun lalu
esp_flash_api.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 tahun lalu
esp_flash_spi_init.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 tahun lalu
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 tahun lalu
flash_ops.c c1b41ece32 flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 5 tahun lalu
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
memspi_host_driver.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
partition.c e712a91488 spi_flash: add config option to enable encrypted partition read/write 5 tahun lalu
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 tahun lalu
spi_flash_chip_boya.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_chip_gd.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_chip_generic.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_chip_issi.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_chip_mxic.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_chip_winbond.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 tahun lalu
spi_flash_os_func_app.c 60e58eaddb spi_flash: Add auto-suspend mode for ESP32-S2 5 tahun lalu
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support 5 tahun lalu

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.