Angus Gratton 928e6c4d1c host tests: Add copyright notices and "This is a stub" notices to all stub files il y a 4 ans
..
esp32 6fbf61493c ota: fix ota with flash encryption il y a 4 ans
esp32c3 6fbf61493c ota: fix ota with flash encryption il y a 4 ans
esp32s2 6fbf61493c ota: fix ota with flash encryption il y a 4 ans
esp32s3 2aead8ba57 Support ESP32S3 Beta 3 target il y a 4 ans
include f92e1c45ae esp_partition: add test, docs for ESP_PARTITION_TYPE_ANY il y a 4 ans
mock c233ce0449 spi_flash: mocking should be possible now il y a 5 ans
sim 928e6c4d1c host tests: Add copyright notices and "This is a stub" notices to all stub files il y a 4 ans
test 7defd291a4 Merge branch 'feature/refactoring_flash_encryption_to_new_api' into 'master' il y a 4 ans
CMakeLists.txt 26585b4b4b esp_flash: support override default chip driver list il y a 4 ans
Kconfig 26585b4b4b esp_flash: support override default chip driver list il y a 4 ans
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND il y a 4 ans
README_legacy.rst 492b061cbc doc: update the memory types and startup docs il y a 4 ans
cache_utils.c fa8389da00 remove othercore cache disable il y a 4 ans
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 il y a 5 ans
component.mk 26585b4b4b esp_flash: support override default chip driver list il y a 4 ans
esp_flash_api.c 0d81edb174 spi_flash: refactoring flash encryption into new api il y a 4 ans
esp_flash_spi_init.c 8cfcf6da7a Merge branch 'bugfix/enable_gpio18_gpio19_esp32c3' into 'master' il y a 4 ans
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram il y a 5 ans
flash_ops.c 0d81edb174 spi_flash: refactoring flash encryption into new api il y a 4 ans
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature il y a 5 ans
memspi_host_driver.c 9b9ea71ff9 spi: remove HSPI macro on esp32c3 and esp32s3 il y a 4 ans
partition.c eecf70efd0 partition: Replace strlcpy() with strncpy() il y a 4 ans
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options il y a 6 ans
spi_flash_chip_boya.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend il y a 4 ans
spi_flash_chip_drivers.c 26585b4b4b esp_flash: support override default chip driver list il y a 4 ans
spi_flash_chip_gd.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend il y a 4 ans
spi_flash_chip_generic.c 0d81edb174 spi_flash: refactoring flash encryption into new api il y a 4 ans
spi_flash_chip_issi.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend il y a 4 ans
spi_flash_chip_mxic.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend il y a 4 ans
spi_flash_chip_winbond.c 78a2dbe42a spi_flash: add a new function to support read the unique id il y a 4 ans
spi_flash_os_func_app.c 9b9ea71ff9 spi: remove HSPI macro on esp32c3 and esp32s3 il y a 4 ans
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support il y a 5 ans

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.