dev-embedded/esp-idf: add 6.0

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-03-25 17:16:02 +01:00
parent c88b09cc75
commit 34cb5dc72c
3 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
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