mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-embedded/esp-idf: add 6.0
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
21
dev-embedded/esp-idf/files/esp-idf-6.0-build-fix.patch
Normal file
21
dev-embedded/esp-idf/files/esp-idf-6.0-build-fix.patch
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user