Cao Sen Miao eddc196081 esp_clk: refactor target/clk.h to private/esp_clk.h 4 жил өмнө
..
esp32 c29b3e2e36 spi_flash: move the unlock patch to bootloader and add support for GD 4 жил өмнө
esp32c3 6fbf61493c ota: fix ota with flash encryption 4 жил өмнө
esp32h2 6fce2930d0 esp32h2: enable more components to support esp32h2 4 жил өмнө
esp32s2 6fbf61493c ota: fix ota with flash encryption 4 жил өмнө
esp32s3 c331c85318 mspi: make cpu clock source switch safe 4 жил өмнө
esp8684 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 жил өмнө
include c331c85318 mspi: make cpu clock source switch safe 4 жил өмнө
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash 4 жил өмнө
sim 2655a506c9 mspi: support auto detect octal flash vendor 4 жил өмнө
test 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system 4 жил өмнө
CMakeLists.txt 9d5923a13e IPC: Move ipc sources to esp_system 4 жил өмнө
Kconfig 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 4 жил өмнө
README_legacy.rst 492b061cbc doc: update the memory types and startup docs 4 жил өмнө
cache_utils.c caa9e323cc Merge branch 'bugfix/fix_ota_crash' into 'master' 4 жил өмнө
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 жил өмнө
esp_flash_api.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 жил өмнө
esp_flash_spi_init.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 жил өмнө
flash_mmap.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 жил өмнө
flash_ops.c eddc196081 esp_clk: refactor target/clk.h to private/esp_clk.h 4 жил өмнө
linker.lf 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
memspi_host_driver.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
partition.c ad9230fb34 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 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_drivers.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_gd.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_generic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_issi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_mxic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_mxic_opi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_chip_winbond.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 жил өмнө
spi_flash_os_func_app.c 884a6b17cc spi_flash: No CPU release time for an erase operation when OS is not running 4 жил өмнө
spi_flash_os_func_noos.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 жил өмнө
spi_flash_timing_tuning.c c331c85318 mspi: make cpu clock source switch safe 4 жил өмнө

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.