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