esp-idf/components/spi_flash
Darian Leung cf4fea3206 hal: Fix incorrect spi_hal log usage
esp_flash_init_main() can be during startup before the OS has started, thus should use
the EARLY version of logging.
2022-11-04 09:07:30 +01:00
..
esp32
esp32c2
esp32c3
esp32c6 esp32c6: add spi_flash support 2022-09-26 20:32:13 +08:00
esp32h2
esp32s2
esp32s3 spi_flash: Support select flash mode automatically at run time(Quad flash or Octal flash) 2022-10-18 11:25:35 +08:00
include Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
mock
sim Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
test Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
test_apps Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
.build-test-rules.yml Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
CMakeLists.txt Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
Kconfig esp32c6: add spi_flash support 2022-09-26 20:32:13 +08:00
README.rst
cache_utils.c esp32c6: add spi_flash support 2022-09-26 20:32:13 +08:00
esp_flash_api.c hal: Fix incorrect spi_hal log usage 2022-11-04 09:07:30 +01:00
esp_flash_spi_init.c spi_flash: Support select flash mode automatically at run time(Quad flash or Octal flash) 2022-10-18 11:25:35 +08:00
flash_brownout_hook.c
flash_mmap.c esp32c6: add spi_flash support 2022-09-26 20:32:13 +08:00
flash_ops.c spi_flash: Support select flash mode automatically at run time(Quad flash or Octal flash) 2022-10-18 11:25:35 +08:00
linker.lf spi_flash: Support select flash mode automatically at run time(Quad flash or Octal flash) 2022-10-18 11:25:35 +08:00
memspi_host_driver.c
sdkconfig.rename
spi_flash_chip_boya.c
spi_flash_chip_drivers.c
spi_flash_chip_gd.c
spi_flash_chip_generic.c
spi_flash_chip_issi.c
spi_flash_chip_mxic.c
spi_flash_chip_mxic_opi.c
spi_flash_chip_th.c
spi_flash_chip_winbond.c
spi_flash_hpm_enable.c
spi_flash_os_func_app.c
spi_flash_os_func_noos.c esp32c6: add spi_flash support 2022-09-26 20:32:13 +08:00
spi_flash_timing_tuning.c

README.rst

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