Armando 38e5043ae8 esp_psram: new psram component 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 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 лет назад
host_test facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 лет назад
include 6589daabb9 MMU: Add configurable mmu page size support on ESP32C2 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 6a8aed12ee ci: partially enable ut tests for esp32c2 3 лет назад
CMakeLists.txt 38e5043ae8 esp_psram: new psram component 3 лет назад
Kconfig 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected 3 лет назад
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 4 лет назад
README_legacy.rst a6543f0d21 docs: fix broken references to misc API functions and types. 3 лет назад
cache_utils.c 0687daf2c8 kconfig: move remaining kconfig options out of target component 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 4418a855ba spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 3 лет назад
flash_brownout_hook.c 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected 3 лет назад
flash_mmap.c 38e5043ae8 esp_psram: new psram component 3 лет назад
flash_ops.c 85dd785d8d spi_flash: Building a framework to enable HPM when flash works under high speed mode 3 лет назад
linker.lf 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected 3 лет назад
memspi_host_driver.c a8a47a61f5 spi_flash: move buffer check from hal layer to driver layer 3 лет назад
partition.c 6589daabb9 MMU: Add configurable mmu page size support on ESP32C2 3 лет назад
partition_linux.c 9a5f39ec2c spi_flash: Linux target emulation of Partition API 3 лет назад
partition_target.c 6589daabb9 MMU: Add configurable mmu page size support on ESP32C2 3 лет назад
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 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected 3 лет назад
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 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected 3 лет назад
spi_flash_os_func_noos.c cf049e15ed esp8684: rename target to esp32c2 4 лет назад
spi_flash_timing_tuning.c 4418a855ba spi_flash: refactor the spi_flash clock configuration, and add support for esp32c2 3 лет назад

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.