Angus Gratton fa2946d651 Merge branch 'feature/support_esp32s3_beta_3' into 'master' 4 jaren geleden
..
esp32 6fbf61493c ota: fix ota with flash encryption 5 jaren geleden
esp32c3 6fbf61493c ota: fix ota with flash encryption 5 jaren geleden
esp32s2 6fbf61493c ota: fix ota with flash encryption 5 jaren geleden
esp32s3 2aead8ba57 Support ESP32S3 Beta 3 target 5 jaren geleden
include ed624c48f6 Merge branch 'feature/flash_unique_id' into 'master' 5 jaren geleden
mock c233ce0449 spi_flash: mocking should be possible now 5 jaren geleden
private_include 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 jaren geleden
test eec2419390 system: enable shared stack watchpoint 5 jaren geleden
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 jaren geleden
Kconfig a0573f5b9f spi_flash: make the auto_suspend default y on C3 5 jaren geleden
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 jaren geleden
README_legacy.rst 47bbb107a8 build system: Use CMake-based build system as default when describing commands 6 jaren geleden
cache_utils.c fd164b82b6 Merge branch 'refactor/move_from_xtensa' into 'master' 5 jaren geleden
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 jaren geleden
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf 6 jaren geleden
esp_flash_api.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
esp_flash_spi_init.c 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 jaren geleden
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 jaren geleden
flash_ops.c 6fbf61493c ota: fix ota with flash encryption 5 jaren geleden
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 jaren geleden
memspi_host_driver.c ae04518a32 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM 5 jaren geleden
partition.c e712a91488 spi_flash: add config option to enable encrypted partition read/write 5 jaren geleden
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 jaren geleden
spi_flash_chip_boya.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 jaren geleden
spi_flash_chip_gd.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
spi_flash_chip_generic.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
spi_flash_chip_issi.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
spi_flash_chip_mxic.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
spi_flash_chip_winbond.c 78a2dbe42a spi_flash: add a new function to support read the unique id 5 jaren geleden
spi_flash_os_func_app.c 60e58eaddb spi_flash: Add auto-suspend mode for ESP32-S2 5 jaren geleden
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support 5 jaren geleden

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.