This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
https_server_authmode_optional
Add File
New File
Upload File
Apply Patch
esp-idf
/
components
/
spi_flash
History
C.S.M
b194636859
feat(spi_flash): Add spi flash suspend support on esp32c5, esp32c61
2025-06-06 15:03:41 +08:00
..
esp32
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32c2
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32c3
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32c5
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32c6
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32c61
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32h2
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32h4
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32h21
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32p4
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32s2
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
esp32s3
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
include
refactor(spi_flash): Add spi_flash driver list linked check
2025-04-10 15:36:11 +08:00
linux
feat(esp_partition): Adds new esp_partition APIs
2024-09-26 08:42:12 +03:00
mock
[nvs_flash]: Entries with state == 1 don't crash
2021-07-30 18:33:27 +08:00
sim/stubs/soc/include
/hal
host_test: cleanup of make based obsolete code in wl, fatfs and spi_flash
2023-04-21 10:45:17 +02:00
test
refactor: Remove -Wno-format from storage related components
2023-10-22 17:56:41 +00:00
test_apps
ci(mmap): enable mmap and XIP related cases for c5
2025-04-11 11:02:11 +08:00
cache_utils.c
fix(cache): fixed l2 cache suspended/frozen but l1cache triggers l2 writeback issue
2025-04-02 18:03:43 +08:00
CMakeLists.txt
refactor(flash): rename SOC_SPI_MEM_SUPPORT_OPI_MODE to SOC_SPI_MEM_SUPPORT_FLASH_OPI_MOD
2025-03-19 14:01:22 +08:00
esp_flash_api.c
fix(spi_flash): Add suspend check on esp32c6 and esp32h2 for some reason
2025-03-11 11:11:39 +08:00
esp_flash_spi_init.c
feat(spi_flash): Add spi flash suspend support on esp32c5, esp32c61
2025-06-06 15:03:41 +08:00
flash_brownout_hook.c
patch(spi_flash): cleanup XMC flash chip usage according to new information
2024-10-18 10:26:26 +08:00
flash_mmap.c
fix(mmap): fixed cache2phys and phy2cache not patched when XIP on PSRAM
2025-04-11 11:02:11 +08:00
flash_ops.c
refactor(flash): spilt flash cap in esp_rom
2025-03-28 15:04:25 +08:00
Kconfig
feat(spi_flash): Add spi flash suspend support on esp32c5, esp32c61
2025-06-06 15:03:41 +08:00
linker.lf
refactor(spi_flash): optimize flash functions to save iram memory
2025-02-26 18:28:49 +08:00
memspi_host_driver.c
feat(hal): unify hal cmake for spi_flash_hal_gpspi.c
2023-07-10 16:11:47 +08:00
README.rst
spi_flash: Modify documentations
2022-07-01 10:59:34 +08:00
sdkconfig.rename
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart
2023-10-24 10:38:08 +08:00
spi_flash_chip_boya.c
esp_flash: add opi flash support in esp_flash chip driver, for MXIC
2021-09-07 14:44:40 +08:00
spi_flash_chip_drivers.c
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
spi_flash_chip_gd.c
feat(spi_flash): Add GD25Q32 for supporting suspend
2024-07-24 13:44:40 +08:00
spi_flash_chip_generic.c
feat(spi_flash): Add XMC chip 32-bits address support
2025-05-21 10:50:04 +08:00
spi_flash_chip_issi.c
esp_flash: add opi flash support in esp_flash chip driver, for MXIC
2021-09-07 14:44:40 +08:00
spi_flash_chip_mxic_opi.c
docs: Fix some typos
2025-04-30 18:35:39 +08:00
spi_flash_chip_mxic.c
fix(spi_flash): Fix MXIC chip flash size detected wrong,
2024-03-11 15:19:30 +08:00
spi_flash_chip_th.c
spi_flash: add support for th 1M flash
2021-12-13 11:47:48 +08:00
spi_flash_chip_winbond.c
feat(spi_flash): Add support for winbond flash chip
2024-11-14 18:32:40 +08:00
spi_flash_hpm_enable.c
feat(spi_flash): support 120M on xmc25q32d flash
2024-12-30 14:11:18 +08:00
spi_flash_os_func_app.c
refactor(spi_flash): optimize flash functions to save iram memory
2025-02-26 18:28:49 +08:00
spi_flash_os_func_noos.c
refactor(spi_flash): optimize flash functions to save iram memory
2025-02-26 18:28:49 +08:00
spi_flash_wrap.c
refactor(spi_flash): Use new spi_flash register sturct and deperecate the old one
2024-01-08 09:59:22 +08:00
README.rst
See the spi_flash.rst in the programming guide folder for more details.
View Git Blame
Copy Permalink