Armando a8a47a61f5 spi_flash: move buffer check from hal layer to driver layer 3 лет назад
..
esp32 3a4db97cec spi_flash: move patch files to common rom patch folder 4 лет назад
esp32c2 cf049e15ed esp8684: rename target to esp32c2 4 лет назад
esp32c3 3a4db97cec spi_flash: move patch files to common rom patch folder 4 лет назад
esp32h2 3a4db97cec spi_flash: move patch files to common rom patch folder 4 лет назад
esp32s2 3a4db97cec spi_flash: move patch files to common rom patch folder 4 лет назад
esp32s3 e2ecdfc0a7 spi_flash: update def header of MXIC 3 лет назад
host_test 9a5f39ec2c spi_flash: Linux target emulation of Partition API 4 лет назад
include e2ecdfc0a7 spi_flash: update def header of MXIC 3 лет назад
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash 4 лет назад
sim ed1c1f1903 spi_flash, linux target: explicit use strlcpy/strlcat from BSD string.h 3 лет назад
test bdb5b11b39 unit test: move unit-test_app test_utils_task_delete API to be a utils API (unity_utils_task_delete) in unity component 3 лет назад
CMakeLists.txt 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 лет назад
Kconfig 5bf739aef3 spi_flash: Add hint for explaining erase yield 4 лет назад
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 лет назад
README_legacy.rst a6543f0d21 docs: fix broken references to misc API functions and types. 3 лет назад
cache_utils.c c70a69b1dd Merge branch 'bugfix/remove_ref_non_ex_options' into 'master' 3 лет назад
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 лет назад
esp_flash_api.c a8a47a61f5 spi_flash: move buffer check from hal layer to driver layer 3 лет назад
esp_flash_spi_init.c c8c137f2b7 esp32h2: support GPIO peripheral, IO_MUX, GPIO matrix. 4 лет назад
flash_mmap.c c1cbd7bbf6 cache/mmu: implememnt cache and mmu hal APIs in bootloader 3 лет назад
flash_ops.c 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 лет назад
linker.lf 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 лет назад
memspi_host_driver.c a8a47a61f5 spi_flash: move buffer check from hal layer to driver layer 3 лет назад
partition.c 4aa2719e13 spi_flash, newlib: fix NULL pointer dereference on OOM 3 лет назад
partition_linux.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 4 лет назад
partition_target.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 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 56edc81b5d spi_flash: add support for th 1M flash 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_th.c 56edc81b5d spi_flash: add support for th 1M flash 4 лет назад
spi_flash_chip_winbond.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 лет назад
spi_flash_hpm_enable.c 880ce3c25a spi_flash: remove xmc hpm support, because there is some compatible issue with ROM, 3 лет назад
spi_flash_os_func_app.c 68e5d9d585 Remove IRAM_ATTR from any function declarations 3 лет назад
spi_flash_os_func_noos.c cf049e15ed esp8684: rename target to esp32c2 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.