mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
esp_flash: support high capacity flash chips (32-bit address)
This commit is contained in:
@@ -59,6 +59,7 @@ __attribute__((unused)) static const char TAG[] = "spi_flash";
|
||||
#define DEFAULT_FLASH_MODE SPI_FLASH_FASTRD
|
||||
#endif
|
||||
|
||||
//TODO: modify cs hold to meet requirements of all chips!!!
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#define ESP_FLASH_HOST_CONFIG_DEFAULT() (memspi_host_config_t){ \
|
||||
.host_id = SPI_HOST,\
|
||||
|
||||
Reference in New Issue
Block a user