Marius Vikhammer 453516fbbe Merge branch 'bugfix/replace_deprecated_options' into 'master' 3 lat temu
..
esp32 3a4db97cec spi_flash: move patch files to common rom patch folder 4 lat temu
esp32c2 cf049e15ed esp8684: rename target to esp32c2 4 lat temu
esp32c3 3a4db97cec spi_flash: move patch files to common rom patch folder 4 lat temu
esp32h2 3a4db97cec spi_flash: move patch files to common rom patch folder 4 lat temu
esp32s2 3a4db97cec spi_flash: move patch files to common rom patch folder 4 lat temu
esp32s3 12e050b38c opi_flash: Add new 16MB opi flash (MXIC25UW12345G) support, 4 lat temu
host_test 9a5f39ec2c spi_flash: Linux target emulation of Partition API 4 lat temu
include 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 4 lat temu
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash 4 lat temu
sim 9a5f39ec2c spi_flash: Linux target emulation of Partition API 4 lat temu
test cf049e15ed esp8684: rename target to esp32c2 4 lat temu
CMakeLists.txt 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 4 lat temu
Kconfig 5bf739aef3 spi_flash: Add hint for explaining erase yield 4 lat temu
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 lat temu
README_legacy.rst 492b061cbc doc: update the memory types and startup docs 4 lat temu
cache_utils.c ca3c056ac9 kconfig: replace deprecated options with new values 3 lat temu
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 lat temu
esp_flash_api.c 3a4db97cec spi_flash: move patch files to common rom patch folder 4 lat temu
esp_flash_spi_init.c c8c137f2b7 esp32h2: support GPIO peripheral, IO_MUX, GPIO matrix. 4 lat temu
flash_mmap.c c1cbd7bbf6 cache/mmu: implememnt cache and mmu hal APIs in bootloader 4 lat temu
flash_ops.c 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 4 lat temu
linker.lf 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 4 lat temu
memspi_host_driver.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
partition.c 4aa2719e13 spi_flash, newlib: fix NULL pointer dereference on OOM 4 lat temu
partition_linux.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 4 lat temu
partition_target.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 4 lat temu
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 lat temu
spi_flash_chip_boya.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_chip_drivers.c 56edc81b5d spi_flash: add support for th 1M flash 4 lat temu
spi_flash_chip_gd.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_chip_generic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_chip_issi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_chip_mxic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_chip_mxic_opi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_chip_th.c 56edc81b5d spi_flash: add support for th 1M flash 4 lat temu
spi_flash_chip_winbond.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 lat temu
spi_flash_hpm_enable.c 880ce3c25a spi_flash: remove xmc hpm support, because there is some compatible issue with ROM, 4 lat temu
spi_flash_os_func_app.c 884a6b17cc spi_flash: No CPU release time for an erase operation when OS is not running 4 lat temu
spi_flash_os_func_noos.c cf049e15ed esp8684: rename target to esp32c2 4 lat temu
spi_flash_timing_tuning.c c331c85318 mspi: make cpu clock source switch safe 4 lat temu

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.