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
master
Add File
New File
Upload File
Apply Patch
esp-idf
/
components
/
spi_flash
History
C.S.M
958a4bffc8
feat(esp32s31): Add soc register from t~z and manually headers
2025-11-20 11:58:03 +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
feat(mspi): supported psram & flash 120MHz timing tuning
2025-10-28 09:52:36 +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
feat(h21_mp): update H21_MP soc headers
2025-08-21 14:19:41 +08:00
esp32h21
feat(h21_mp): update H21_MP soc headers
2025-08-21 14:19:41 +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
change: remove deprecated items
2025-09-15 10:52:28 +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_apps
feat(esp32s31): Add soc register from t~z and manually headers
2025-11-20 11:58:03 +08:00
cache_utils.c
feat(log): Optimize log tag init for bin logging
2025-09-15 15:59:52 +03:00
CMakeLists.txt
refactor(mspi): Make mspi hal layer independent
2025-09-26 14:57:54 +08:00
esp_flash_api.c
fix(spi-flash): Fixed missing flash write check of non 4-byte aligned data
2025-10-30 12:20:32 +08:00
esp_flash_spi_init.c
fix(spi_flash): Fix software resume wrong config name in flash init
2025-10-24 10:35:40 +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(mspi): supported psram & flash 120MHz timing tuning
2025-10-28 09:52:36 +08:00
linker.lf
refactor(mspi): Make mspi hal layer independent
2025-09-26 14:57:54 +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
feat(log): Optimize log tag init for bin logging
2025-09-15 15:59:52 +03:00
spi_flash_chip_gd.c
feat(spi_flash): Add support for gd55f flash chip
2025-07-30 11:37:21 +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: avoid function calls inside MIN/MAX macros
2025-11-17 22:17:54 +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