Marius Vikhammer 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 anni fa
..
esp32 3a4db97cec spi_flash: move patch files to common rom patch folder 4 anni fa
esp32c2 cf049e15ed esp8684: rename target to esp32c2 4 anni fa
esp32c3 3a4db97cec spi_flash: move patch files to common rom patch folder 4 anni fa
esp32h2 3a4db97cec spi_flash: move patch files to common rom patch folder 4 anni fa
esp32s2 3a4db97cec spi_flash: move patch files to common rom patch folder 4 anni fa
esp32s3 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 anni fa
host_test 9a5f39ec2c spi_flash: Linux target emulation of Partition API 3 anni fa
include 4418a855ba spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 3 anni fa
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash 4 anni fa
sim ed1c1f1903 spi_flash, linux target: explicit use strlcpy/strlcat from BSD string.h 3 anni fa
test e4d85807ea Merge branch 'feature/spi_flash_esp8684_support' into 'master' 3 anni fa
CMakeLists.txt 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 anni fa
Kconfig d8de64bff8 Kconfig: add depends 3 anni fa
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 anni fa
README_legacy.rst a6543f0d21 docs: fix broken references to misc API functions and types. 3 anni fa
cache_utils.c 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 anni fa
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 anni fa
esp_flash_api.c a8a47a61f5 spi_flash: move buffer check from hal layer to driver layer 3 anni fa
esp_flash_spi_init.c 4418a855ba spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 3 anni fa
flash_mmap.c c1cbd7bbf6 cache/mmu: implememnt cache and mmu hal APIs in bootloader 3 anni fa
flash_ops.c 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 anni fa
linker.lf 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 anni fa
memspi_host_driver.c a8a47a61f5 spi_flash: move buffer check from hal layer to driver layer 3 anni fa
partition.c 4aa2719e13 spi_flash, newlib: fix NULL pointer dereference on OOM 3 anni fa
partition_linux.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 3 anni fa
partition_target.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 3 anni fa
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 anni fa
spi_flash_chip_boya.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_chip_drivers.c 56edc81b5d spi_flash: add support for th 1M flash 4 anni fa
spi_flash_chip_gd.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_chip_generic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_chip_issi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_chip_mxic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_chip_mxic_opi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_chip_th.c 56edc81b5d spi_flash: add support for th 1M flash 4 anni fa
spi_flash_chip_winbond.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 anni fa
spi_flash_hpm_enable.c 880ce3c25a spi_flash: remove xmc hpm support, because there is some compatible issue with ROM, 3 anni fa
spi_flash_os_func_app.c 46b5363e39 spi_flash: forbid writing to main flash when using invalid init arguments 3 anni fa
spi_flash_os_func_noos.c cf049e15ed esp8684: rename target to esp32c2 4 anni fa
spi_flash_timing_tuning.c 4418a855ba spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 3 anni fa

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.