This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fae64d3fd8f7a33c69a937c811c6847cd9c14d4d
esp-idf
/
components
/
spi_flash
T
History
morris
980e8289a1
refactor(tests): add missing sdkconfig files in the driver test
2026-01-07 10:18:58 +08:00
..
esp32
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32c2
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32c3
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32c5
feat(spi_flash): Add support for gd55f flash chip
2025-07-30 17:31:16 +08:00
esp32c6
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32c61
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32h2
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32h4
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32h21
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32p4
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32s2
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
esp32s3
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
include
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +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
refactor(tests): add missing sdkconfig files in the driver test
2026-01-07 10:18:58 +08:00
cache_utils.c
feat(p4): p4 rev3 real chip support
2025-10-13 15:25:23 +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
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +08:00
esp_flash_spi_init.c
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +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(cache): fixed cache sync ops concurrent call issue
2025-12-25 09:57:57 +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): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +08:00
linker.lf
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +08:00
memspi_host_driver.c
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +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
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +08:00
spi_flash_chip_gd.c
feat(spi_flash): Add support for gd55f flash chip
2025-07-30 17:31:16 +08:00
spi_flash_chip_generic.c
Chip/support esp32c61 v5.5
2025-07-22 12:21:36 +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
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +08:00
spi_flash_os_func_noos.c
feat(spi_flash): implement dynamic CPU frequency switching workaround for encrypted writes
2025-12-17 03:33:29 +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.
Reference in New Issue
View Git Blame
Copy Permalink