C.S.M b0b99a9a1b Merge branch 'feature/flash_support_h2' into 'master' il y a 2 ans
..
esp32 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32c2 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32c3 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32c6 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32h2 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32h4 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32s2 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
esp32s3 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
include b0b99a9a1b Merge branch 'feature/flash_support_h2' into 'master' il y a 2 ans
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash il y a 4 ans
sim cd21058097 C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT il y a 3 ans
test 3556fe9326 spi_flash: enable spi flash cache test on c6 h2 il y a 2 ans
test_apps d35b6dd852 spi_flash: support write verify feature on esp_flash_write_encrypted API il y a 2 ans
.build-test-rules.yml 94120b82c2 esp32h2: add build test il y a 3 ans
CMakeLists.txt 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
Kconfig 110853517a spi_flash: support write verify feature on esp_flash_write API il y a 2 ans
README.rst d9b4b82edc spi_flash: Modify documentations il y a 3 ans
cache_utils.c 4997689de5 cache: support h2 and c6 cache error il y a 2 ans
esp_flash_api.c d35b6dd852 spi_flash: support write verify feature on esp_flash_write_encrypted API il y a 2 ans
esp_flash_spi_init.c bc655a6890 spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 il y a 2 ans
flash_brownout_hook.c 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected il y a 3 ans
flash_mmap.c 4144746fc3 esp_mm: shared and non-shared mapping il y a 3 ans
flash_ops.c bc655a6890 spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 il y a 2 ans
linker.lf 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side il y a 3 ans
memspi_host_driver.c a690a87829 spi_flash: Remove legacy spi_flash drivers il y a 3 ans
sdkconfig.rename 22d070e0af spi_flash: Rename long Kconfig options il y a 6 ans
spi_flash_chip_boya.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC il y a 4 ans
spi_flash_chip_drivers.c 56edc81b5d spi_flash: add support for th 1M flash il y a 4 ans
spi_flash_chip_gd.c b4964279d4 spi_flash: Fix issue that cannot get accurate flash size when encounter large size memory, il y a 3 ans
spi_flash_chip_generic.c b4964279d4 spi_flash: Fix issue that cannot get accurate flash size when encounter large size memory, il y a 3 ans
spi_flash_chip_issi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC il y a 4 ans
spi_flash_chip_mxic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC il y a 4 ans
spi_flash_chip_mxic_opi.c b4964279d4 spi_flash: Fix issue that cannot get accurate flash size when encounter large size memory, il y a 3 ans
spi_flash_chip_th.c 56edc81b5d spi_flash: add support for th 1M flash il y a 4 ans
spi_flash_chip_winbond.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC il y a 4 ans
spi_flash_hpm_enable.c 47c2c13de5 build: Adds support for universal Clang toolchain il y a 3 ans
spi_flash_os_func_app.c cfc8332833 spi: Mask esp_flash_erase chip with esp_flash_erase_sector il y a 3 ans
spi_flash_os_func_noos.c 4713a9a7f2 ESP32H2: Introduce new chip target esp32h2, hello_world example supported il y a 3 ans
spi_flash_wrap.c 29e0258de2 spi_flash: init wrap in app stage il y a 3 ans

README.rst

See the spi_flash.rst in the programming guide folder for more details.