esp-idf/components/spi_flash
Angus Gratton d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled
Adds a CI config for hello world that sets this, to catch future regressions
2021-03-03 10:26:57 +11:00
..
esp32
esp32c3
esp32s2
esp32s3
include spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
mock
private_include spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
sim spi_flash: Add auto suspend mode on esp32c3 2021-01-25 11:14:02 +08:00
test system: enable shared stack watchpoint 2021-02-18 15:38:30 +08:00
CMakeLists.txt spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
Kconfig spi_flash: make the auto_suspend default y on C3 2021-02-04 14:11:04 +08:00
README.rst spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 2021-02-24 20:20:18 +08:00
README_legacy.rst
cache_utils.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
cache_utils.h
component.mk
esp_flash_api.c spi_flash: Add auto suspend mode on esp32c3 2021-01-25 11:14:02 +08:00
esp_flash_spi_init.c spi_flash: Add auto suspend mode on esp32c3 2021-01-25 11:14:02 +08:00
flash_mmap.c
flash_ops.c flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 2021-02-05 20:10:42 +08:00
linker.lf spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
memspi_host_driver.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
partition.c spi_flash: add config option to enable encrypted partition read/write 2021-01-28 12:19:21 +00:00
sdkconfig.rename
spi_flash_chip_boya.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_drivers.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_gd.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_generic.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_issi.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_mxic.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_winbond.c spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_os_func_app.c spi_flash: Add auto-suspend mode for ESP32-S2 2021-01-25 11:13:38 +08:00
spi_flash_os_func_noos.c

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.