Jakob Hasse 9bb2fc2afd Merge branch 'feature/esp_common_linux_in_host_tests' into 'master' 4 år sedan
..
esp32 c29b3e2e36 spi_flash: move the unlock patch to bootloader and add support for GD 4 år sedan
esp32c3 6fbf61493c ota: fix ota with flash encryption 5 år sedan
esp32h2 6fce2930d0 esp32h2: enable more components to support esp32h2 4 år sedan
esp32s2 6fbf61493c ota: fix ota with flash encryption 5 år sedan
esp32s3 2b52f7f696 mspi: fix no buffer reset before each psram read issue 4 år sedan
include 0f91a01a46 mspi: support up-to-80MHz quad flash & up-to-80MHz octal psram on esp32s3 4 år sedan
mock c233ce0449 spi_flash: mocking should be possible now 5 år sedan
sim 0b86f81847 [nvs]: use real esp_common on host tests 4 år sedan
test 992de2750e spi_flash: add support for ext flash 4 år sedan
CMakeLists.txt 0b86f81847 [nvs]: use real esp_common on host tests 4 år sedan
Kconfig 26585b4b4b esp_flash: support override default chip driver list 4 år sedan
README.rst 476fdcba68 spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 år sedan
README_legacy.rst 492b061cbc doc: update the memory types and startup docs 4 år sedan
cache_utils.c 6fce2930d0 esp32h2: enable more components to support esp32h2 4 år sedan
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 år sedan
component.mk bc248278f8 spiflash: add octal spi psram support on 727 4 år sedan
esp_flash_api.c 7534c4467f rom, spi_flash: add a patch for esp_flash_erase_region for C3, S3, H2 4 år sedan
esp_flash_spi_init.c 6fce2930d0 esp32h2: enable more components to support esp32h2 4 år sedan
flash_mmap.c 6fce2930d0 esp32h2: enable more components to support esp32h2 4 år sedan
flash_ops.c 0f91a01a46 mspi: support up-to-80MHz quad flash & up-to-80MHz octal psram on esp32s3 4 år sedan
linker.lf bc248278f8 spiflash: add octal spi psram support on 727 4 år sedan
memspi_host_driver.c 9b9ea71ff9 spi: remove HSPI macro on esp32c3 and esp32s3 4 år sedan
partition.c eecf70efd0 partition: Replace strlcpy() with strncpy() 4 år sedan
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 år sedan
spi_flash_chip_boya.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 år sedan
spi_flash_chip_drivers.c 26585b4b4b esp_flash: support override default chip driver list 4 år sedan
spi_flash_chip_gd.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 år sedan
spi_flash_chip_generic.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 år sedan
spi_flash_chip_issi.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 år sedan
spi_flash_chip_mxic.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 år sedan
spi_flash_chip_winbond.c fecf27e54c spi_flash: add support for 32Mbit address GD flash, for GD25Q256 4 år sedan
spi_flash_os_func_app.c b967dc0dbf espsystem: add support for RISC-V panic backtrace 4 år sedan
spi_flash_os_func_noos.c 6fce2930d0 esp32h2: enable more components to support esp32h2 4 år sedan
spi_flash_timing_tuning.c 038b7b1fa9 mspi: update 80MHz DTR tuning algorithm and Oct PSRAM 80M DTR tuning parameters 4 år sedan

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.