Michael (XIAO Xufeng) c42ee1b790 Merge branch 'bugfix/spi_flash_cs_setup_v4.3' into 'release/v4.3' 4 lat temu
..
esp32 1ea548ecb3 ota: fix ota with flash encryption 4 lat temu
esp32c3 1ea548ecb3 ota: fix ota with flash encryption 4 lat temu
esp32s2 1ea548ecb3 ota: fix ota with flash encryption 4 lat temu
esp32s3 1ea548ecb3 ota: fix ota with flash encryption 4 lat temu
include a643ea9432 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM 4 lat temu
mock c233ce0449 spi_flash: mocking should be possible now 5 lat temu
private_include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 lat temu
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 lat temu
test 9249f05fc9 spi_flash: reverted unwilling cs_setup argument 4 lat temu
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 lat temu
Kconfig 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
README.rst 1de12526eb spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 4 lat temu
README_legacy.rst 8a39b5237d doc: update the memory types and startup docs 4 lat temu
cache_utils.c 29ad86ed5b remove othercore cache disable 4 lat temu
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 lat temu
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf 6 lat temu
esp_flash_api.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
esp_flash_spi_init.c 9c7d2c7595 spi_flash: fix cs line setup to make the flash driver more stable 4 lat temu
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 lat temu
flash_ops.c 1ea548ecb3 ota: fix ota with flash encryption 4 lat temu
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 lat temu
memspi_host_driver.c 670b057b04 spi: remove HSPI macro on esp32c3 and esp32s3 4 lat temu
partition.c 58a3e08895 paritition_table: Verify the partition table md5sum when loading the app 4 lat temu
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 lat temu
spi_flash_chip_boya.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 lat temu
spi_flash_chip_gd.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
spi_flash_chip_generic.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
spi_flash_chip_issi.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
spi_flash_chip_mxic.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 lat temu
spi_flash_chip_winbond.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 lat temu
spi_flash_os_func_app.c 670b057b04 spi: remove HSPI macro on esp32c3 and esp32s3 4 lat temu
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support 5 lat temu

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.