Cao Sen Miao c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
..
esp32 6fbf61493c ota: fix ota with flash encryption 4 лет назад
esp32c3 6fbf61493c ota: fix ota with flash encryption 4 лет назад
esp32s2 6fbf61493c ota: fix ota with flash encryption 4 лет назад
esp32s3 2aead8ba57 Support ESP32S3 Beta 3 target 4 лет назад
include ed624c48f6 Merge branch 'feature/flash_unique_id' into 'master' 4 лет назад
mock c233ce0449 spi_flash: mocking should be possible now 5 лет назад
private_include 78a2dbe42a spi_flash: add a new function to support read the unique id 4 лет назад
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 лет назад
test eec2419390 system: enable shared stack watchpoint 5 лет назад
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
Kconfig c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 4 лет назад
README_legacy.rst 47bbb107a8 build system: Use CMake-based build system as default when describing commands 6 лет назад
cache_utils.c fd164b82b6 Merge branch 'refactor/move_from_xtensa' into 'master' 4 лет назад
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 c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
esp_flash_spi_init.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 лет назад
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 лет назад
flash_ops.c 6fbf61493c ota: fix ota with flash encryption 4 лет назад
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
memspi_host_driver.c ae04518a32 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM 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 c54ea54d98 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 c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_generic.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_issi.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_mxic.c c54ea54d98 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_winbond.c 78a2dbe42a spi_flash: add a new function to support read the unique id 4 лет назад
spi_flash_os_func_app.c 60e58eaddb spi_flash: Add auto-suspend mode for ESP32-S2 5 лет назад
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.