Jakob Hasse 2ac44f1e76 [spi_flash]: fixed test disabling há 4 anos atrás
..
esp32 6fbf61493c ota: fix ota with flash encryption há 4 anos atrás
esp32c3 6fbf61493c ota: fix ota with flash encryption há 4 anos atrás
esp32h2 6fce2930d0 esp32h2: enable more components to support esp32h2 há 4 anos atrás
esp32s2 6fbf61493c ota: fix ota with flash encryption há 4 anos atrás
esp32s3 bc248278f8 spiflash: add octal spi psram support on 727 há 4 anos atrás
include fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
mock c233ce0449 spi_flash: mocking should be possible now há 5 anos atrás
sim 928e6c4d1c host tests: Add copyright notices and "This is a stub" notices to all stub files há 4 anos atrás
test 2ac44f1e76 [spi_flash]: fixed test disabling há 4 anos atrás
CMakeLists.txt bc248278f8 spiflash: add octal spi psram support on 727 há 4 anos atrás
Kconfig 26585b4b4b esp_flash: support override default chip driver list há 4 anos atrás
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND há 4 anos atrás
README_legacy.rst 492b061cbc doc: update the memory types and startup docs há 4 anos atrás
cache_utils.c 6fce2930d0 esp32h2: enable more components to support esp32h2 há 4 anos atrás
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 há 5 anos atrás
component.mk bc248278f8 spiflash: add octal spi psram support on 727 há 4 anos atrás
esp_flash_api.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
esp_flash_spi_init.c 6fce2930d0 esp32h2: enable more components to support esp32h2 há 4 anos atrás
flash_mmap.c 6fce2930d0 esp32h2: enable more components to support esp32h2 há 4 anos atrás
flash_ops.c 6fce2930d0 esp32h2: enable more components to support esp32h2 há 4 anos atrás
linker.lf bc248278f8 spiflash: add octal spi psram support on 727 há 4 anos atrás
memspi_host_driver.c 9b9ea71ff9 spi: remove HSPI macro on esp32c3 and esp32s3 há 4 anos atrás
partition.c eecf70efd0 partition: Replace strlcpy() with strncpy() há 4 anos atrás
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options há 6 anos atrás
spi_flash_chip_boya.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
spi_flash_chip_drivers.c 26585b4b4b esp_flash: support override default chip driver list há 4 anos atrás
spi_flash_chip_gd.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
spi_flash_chip_generic.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
spi_flash_chip_issi.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
spi_flash_chip_mxic.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
spi_flash_chip_winbond.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 há 4 anos atrás
spi_flash_os_func_app.c 9b9ea71ff9 spi: remove HSPI macro on esp32c3 and esp32s3 há 4 anos atrás
spi_flash_os_func_noos.c 6fce2930d0 esp32h2: enable more components to support esp32h2 há 4 anos atrás
spi_flash_timing_tuning.c bc248278f8 spiflash: add octal spi psram support on 727 há 4 anos atrás

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.