Angus Gratton 467c7af33e Merge branch 'doc/general_notes_v4.3' into 'release/v4.3' 4 лет назад
..
esp32 1ea548ecb3 ota: fix ota with flash encryption 5 лет назад
esp32c3 1ea548ecb3 ota: fix ota with flash encryption 5 лет назад
esp32s2 1ea548ecb3 ota: fix ota with flash encryption 5 лет назад
esp32s3 1ea548ecb3 ota: fix ota with flash encryption 5 лет назад
include a643ea9432 spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM 4 лет назад
mock c233ce0449 spi_flash: mocking should be possible now 5 лет назад
private_include f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
sim 9905da46e0 spi_flash: Add auto suspend mode on esp32c3 5 лет назад
test 44b81cb280 esp_flash: fix host number for passing ci 4 лет назад
CMakeLists.txt f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
Kconfig 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
README.rst 1de12526eb spi_flash: update docs after adding CONFIG_SPI_FLASH_AUTO_SUSPEND 5 лет назад
README_legacy.rst 8a39b5237d doc: update the memory types and startup docs 4 лет назад
cache_utils.c 29ad86ed5b remove othercore cache disable 4 лет назад
cache_utils.h 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 лет назад
component.mk 5e55ffc95a fix dummy issue in spi mem and make some spiflash api called from idf 6 лет назад
esp_flash_api.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
esp_flash_spi_init.c 84dc42c4b0 gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 4 лет назад
flash_mmap.c ad6ed3fd2e mmap: fixed the issue mmap cannot be called with pointers to psram 5 лет назад
flash_ops.c 1ea548ecb3 ota: fix ota with flash encryption 5 лет назад
linker.lf f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
memspi_host_driver.c 670b057b04 spi: remove HSPI macro on esp32c3 and esp32s3 4 лет назад
partition.c e712a91488 spi_flash: add config option to enable encrypted partition read/write 5 лет назад
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options 6 лет назад
spi_flash_chip_boya.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_drivers.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
spi_flash_chip_gd.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_generic.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_issi.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_mxic.c 4906779d50 spi_flash: make suspend off by default and add more information for using suspend 4 лет назад
spi_flash_chip_winbond.c f3e79ca166 spi_flash(c3): add boya chip support for suspend feature 5 лет назад
spi_flash_os_func_app.c 670b057b04 spi: remove HSPI macro on esp32c3 and esp32s3 4 лет назад
spi_flash_os_func_noos.c d4c9a45675 spi_flash: Add ESP32-C3 support 5 лет назад

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.