Michael (XIAO Xufeng) 954d52ff3a Merge branch 'flash/add_th_support_v4.4' into 'release/v4.4' před 4 roky
..
esp32 c29b3e2e36 spi_flash: move the unlock patch to bootloader and add support for GD před 4 roky
esp32c3 6fbf61493c ota: fix ota with flash encryption před 5 roky
esp32h2 6fce2930d0 esp32h2: enable more components to support esp32h2 před 4 roky
esp32s2 6fbf61493c ota: fix ota with flash encryption před 5 roky
esp32s3 a9a5894fe9 opi_flash: Add a function pointer for opi required registers před 4 roky
include 67b4ba33dd spi_flash: add support for th 1M flash před 4 roky
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash před 4 roky
sim 2655a506c9 mspi: support auto detect octal flash vendor před 4 roky
test 0382215ec7 spi_flash_test: remove threshold from unit test před 4 roky
CMakeLists.txt 67b4ba33dd spi_flash: add support for th 1M flash před 4 roky
Kconfig 67b4ba33dd spi_flash: add support for th 1M flash před 4 roky
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND před 5 roky
README_legacy.rst 492b061cbc doc: update the memory types and startup docs před 5 roky
cache_utils.c 07b1b45ad6 fix: app crash when OTA because the OTA task's stack is in rtc fast memory před 4 roky
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 před 5 roky
component.mk bc248278f8 spiflash: add octal spi psram support on 727 před 4 roky
esp_flash_api.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
esp_flash_spi_init.c c331c85318 mspi: make cpu clock source switch safe před 4 roky
flash_mmap.c 6fce2930d0 esp32h2: enable more components to support esp32h2 před 4 roky
flash_ops.c deff19706f spi_flash: No CPU release time for an erase operation when OS is not running před 4 roky
linker.lf 67b4ba33dd spi_flash: add support for th 1M flash před 4 roky
memspi_host_driver.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
partition.c 29aba769f2 spi_flash: minor cleanup, use type/subtype from esp_partition.h před 4 roky
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options před 6 roky
spi_flash_chip_boya.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_chip_drivers.c 67b4ba33dd spi_flash: add support for th 1M flash před 4 roky
spi_flash_chip_gd.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_chip_generic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_chip_issi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_chip_mxic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_chip_mxic_opi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_chip_th.c 67b4ba33dd spi_flash: add support for th 1M flash před 4 roky
spi_flash_chip_winbond.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC před 4 roky
spi_flash_os_func_app.c deff19706f spi_flash: No CPU release time for an erase operation when OS is not running před 4 roky
spi_flash_os_func_noos.c 6fce2930d0 esp32h2: enable more components to support esp32h2 před 4 roky
spi_flash_timing_tuning.c c331c85318 mspi: make cpu clock source switch safe před 4 roky

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.