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

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.