Marius Vikhammer d6a79b5108 Merge branch 'feature/hello_world_linux' into 'master' 2 yıl önce
..
esp32 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 yıl önce
esp32c2 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 yıl önce
esp32c3 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 yıl önce
esp32c6 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 yıl önce
esp32h2 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 yıl önce
esp32p4 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world 2 yıl önce
esp32s2 0d37436f36 spi_flash: Support flash wrap (burst read), flash driver side 3 yıl önce
esp32s3 b9c22b126a bugfix(driver/gpio):update the incorrect comment 2 yıl önce
include 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
linux 8c52b0845d feat(linux_target): enable hello world example for linux target 2 yıl önce
mock de6b54de66 [nvs_flash]: Entries with state == 1 don't crash 4 yıl önce
sim 13a305656d host_test: cleanup of make based obsolete code in wl, fatfs and spi_flash 2 yıl önce
test e151184da7 refactor: Remove -Wno-format from storage related components 2 yıl önce
test_apps e151184da7 refactor: Remove -Wno-format from storage related components 2 yıl önce
CMakeLists.txt d6a79b5108 Merge branch 'feature/hello_world_linux' into 'master' 2 yıl önce
Kconfig 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
README.rst d9b4b82edc spi_flash: Modify documentations 3 yıl önce
cache_utils.c ec27891af6 change(cache): swap cache hal arg 'type' and 'level' 2 yıl önce
esp_flash_api.c ab1eb37fe8 feat(partition_table): Add read-only partition flag and functionality 2 yıl önce
esp_flash_spi_init.c 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
flash_brownout_hook.c 6a2d3509dc spi_flash: Making XMC flash works more stable when brownout detected 3 yıl önce
flash_mmap.c ea38a2e9a4 feat(cache): support cache driver on esp32p4 2 yıl önce
flash_ops.c 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
linker.lf 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
memspi_host_driver.c fb420725d2 feat(hal): unify hal cmake for spi_flash_hal_gpspi.c 2 yıl önce
sdkconfig.rename 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
spi_flash_chip_boya.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 yıl önce
spi_flash_chip_drivers.c 56edc81b5d spi_flash: add support for th 1M flash 4 yıl önce
spi_flash_chip_gd.c ed96dadd06 spi_flash: 2nd stage for supporting flash suspend. (1). Support more esp chips (2). Improve real-time performance (3). Making timing more stable (4) Add documents 2 yıl önce
spi_flash_chip_generic.c b4964279d4 spi_flash: Fix issue that cannot get accurate flash size when encounter large size memory, 3 yıl önce
spi_flash_chip_issi.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 yıl önce
spi_flash_chip_mxic.c 6c0aebe279 esp_flash: add opi flash support in esp_flash chip driver, for MXIC 4 yıl önce
spi_flash_chip_mxic_opi.c b4964279d4 spi_flash: Fix issue that cannot get accurate flash size when encounter large size memory, 3 yıl önce
spi_flash_chip_th.c 56edc81b5d spi_flash: add support for th 1M flash 4 yıl önce
spi_flash_chip_winbond.c ed96dadd06 spi_flash: 2nd stage for supporting flash suspend. (1). Support more esp chips (2). Improve real-time performance (3). Making timing more stable (4) Add documents 2 yıl önce
spi_flash_hpm_enable.c 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 yıl önce
spi_flash_os_func_app.c ab1eb37fe8 feat(partition_table): Add read-only partition flag and functionality 2 yıl önce
spi_flash_os_func_noos.c 706d684418 feat(esp32p4): introduced new target esp32p4, supported hello_world 2 yıl önce
spi_flash_wrap.c 29e0258de2 spi_flash: init wrap in app stage 3 yıl önce

README.rst

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