Files
guru/dev-embedded/esp-idf/files/esp-idf-6.0-build-fix.patch
David Roman 34cb5dc72c dev-embedded/esp-idf: add 6.0
Signed-off-by: David Roman <stkw0@disroot.org>
2026-03-26 11:39:36 +01:00

22 lines
1.4 KiB
Diff

See https://github.com/espressif/esp-idf/pull/18275
diff --git i/components/esp_eth/include/esp_eth_mac_esp.h w/components/esp_eth/include/esp_eth_mac_esp.h
index 53cdbff68d..dd4d479624 100644
--- i/components/esp_eth/include/esp_eth_mac_esp.h
+++ w/components/esp_eth/include/esp_eth_mac_esp.h
@@ -225,7 +225,6 @@ typedef bool (*ts_target_exceed_cb_from_isr_t)(esp_eth_mediator_t *eth, void *us
}, \
.dma_burst_len = ETH_DMA_BURST_LEN_32, \
.intr_priority = 0, \
- .mdc_freq_hz = 0, \
.emac_dataif_gpio = \
{ \
.rmii = \
@@ -246,6 +245,7 @@ typedef bool (*ts_target_exceed_cb_from_isr_t)(esp_eth_mediator_t *eth, void *us
.clock_gpio = -1 \
} \
}, \
+ .mdc_freq_hz = 0, \
}
#endif // CONFIG_IDF_TARGET_ESP32P4