From ed43e0ac763777ee002c424ae3d0a4c858abdf8b Mon Sep 17 00:00:00 2001 From: Jaroslav Burian Date: Tue, 7 Jan 2025 13:02:33 +0100 Subject: [PATCH] fix: esp32c2 incorrect SPI flash config detection --- src/esp_targets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/esp_targets.c b/src/esp_targets.c index af574d9..fbd50eb 100644 --- a/src/esp_targets.c +++ b/src/esp_targets.c @@ -156,7 +156,7 @@ static const esp_target_t esp_target[ESP_MAX_CHIP] = { }, .efuse_base = 0x60008800, .chip_magic_value = { 0x6f51306f, 0x7c41a06f, 0, 0 }, - .read_spi_config = spi_config_esp32xx, + .read_spi_config = spi_config_unsupported, .mac_efuse_offset = 0x40, .encryption_in_begin_flash_cmd = true, .chip_id = 12,