jiangguangming a643ea9432 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM hace 4 años
..
esp32 1ea548ecb3 ota: fix ota with flash encryption hace 5 años
esp32c3 1ea548ecb3 ota: fix ota with flash encryption hace 5 años
esp32s2 1ea548ecb3 ota: fix ota with flash encryption hace 5 años
esp32s3 1ea548ecb3 ota: fix ota with flash encryption hace 5 años
include a643ea9432 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM hace 4 años
mock c233ce0449 spi_flash: mocking should be possible now hace 5 años
private_include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 hace 5 años
test 360e7c4d51 system: enable shared stack watchpoint hace 5 años
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
Kconfig a0573f5b9f spi_flash: make the auto_suspend default y on C3 hace 5 años
README.rst 1de12526eb spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND hace 5 años
README_legacy.rst 47bbb107a8 build system: Use CMake-based build system as default when describing commands hace 6 años
cache_utils.c 753a929525 global: fix sign-compare warnings hace 5 años
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 hace 5 años
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf hace 6 años
esp_flash_api.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 hace 5 años
esp_flash_spi_init.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 hace 5 años
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram hace 5 años
flash_ops.c 1ea548ecb3 ota: fix ota with flash encryption hace 5 años
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
memspi_host_driver.c a643ea9432 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM hace 4 años
partition.c e712a91488 spi_flash: add config option to enable encrypted partition read/write hace 5 años
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options hace 6 años
spi_flash_chip_boya.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_chip_gd.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_chip_generic.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_chip_issi.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_chip_mxic.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_chip_winbond.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature hace 5 años
spi_flash_os_func_app.c 60e58eaddb spi_flash: Add auto-suspend mode for ESP32-S2 hace 5 años
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support hace 5 años

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.