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

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.