Michael (XIAO Xufeng) ab5c956bdf Merge branch 'bugfix/esp_timer_before_init_v4.3' into 'release/v4.3' 4 years ago
..
esp32 ea06ee1ad6 spi_flash: move the unlock patch to bootloader and add support for GD 4 years ago
esp32c3 1ea548ecb3 ota: fix ota with flash encryption 5 years ago
esp32s2 1ea548ecb3 ota: fix ota with flash encryption 5 years ago
esp32s3 1ea548ecb3 ota: fix ota with flash encryption 5 years ago
include 208b41975b partition_table: Fix case when a few similar to otadata partitions in the table 4 years ago
mock c233ce0449 spi_flash: mocking should be possible now 5 years ago
private_include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
sim 208b41975b partition_table: Fix case when a few similar to otadata partitions in the table 4 years ago
test e00f6cbde9 bootloader: add xmc spi_flash startup flow to improve reliability 4 years ago
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
Kconfig 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 5 years ago
README.rst 1de12526eb spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 years ago
README_legacy.rst 8a39b5237d doc: update the memory types and startup docs 4 years ago
cache_utils.c 04ac2b319a fix: app crash when OTA because the OTA task's stack is in rtc fast memory 4 years ago
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 years ago
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf 6 years ago
esp_flash_api.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
esp_flash_spi_init.c 9c7d2c7595 spi_flash: fix cs line setup to make the flash driver more stable 4 years ago
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 years ago
flash_ops.c b0c1ceca06 spi_flash: No CPU release time for an erase operation when OS is not running 4 years ago
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
memspi_host_driver.c 670b057b04 spi: remove HSPI macro on esp32c3 and esp32s3 4 years ago
partition.c 2b4604ce8e spi_flash: minor cleanup, use type/subtype from esp_partition.h 4 years ago
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 years ago
spi_flash_chip_boya.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 years ago
spi_flash_chip_gd.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
spi_flash_chip_generic.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
spi_flash_chip_issi.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
spi_flash_chip_mxic.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
spi_flash_chip_winbond.c e226a65a1f spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 years ago
spi_flash_os_func_app.c b0c1ceca06 spi_flash: No CPU release time for an erase operation when OS is not running 4 years ago
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support 5 years ago

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.