Jiang Jiang Jian
dcd92c96bf
Merge branch 'fix/rmii_ref_ckl_v5.3' into 'release/v5.3'
...
fix(esp_eth): fixed ESP32P4 EMAC REF RMII CLK output mode (v5.3)
See merge request espressif/esp-idf!38040
2025-04-27 14:21:28 +08:00
Jonathan Swoboda
680989eb56
fix(esp_eth): Fix order of fields in ETH_ESP32_EMAC_DEFAULT_CONFIG on P4
2025-04-01 07:24:30 +00:00
Ondrej Kosta
9f4acf245a
fix(esp_eth): fixed ESP32P4 EMAC REF RMII CLK output mode
...
fixed units returned and used by periph_rtc_mpll_freq_set function
2025-04-01 08:34:45 +02:00
Ondrej Kosta
243b01eccc
docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi
2024-09-10 13:45:59 +08:00
David Roman
e9df36a2df
fix(esp_eth): fix C++ invalid type conversion error
...
Closes https://github.com/espressif/esp-idf/issues/14265
2024-08-27 20:02:07 +08:00
Ondrej Kosta
f6420436eb
feat(esp_eth): a new folder structure of the driver and other improvements
...
Fixed memory leak in emac_esp_new_dma function.
Polished ESP EMAC cache management.
Added emac_periph definitions based on SoC features and improved(generalized) ESP EMAC GPIO
initialization.
Added ESP EMAC GPIO reservation.
Added check for frame error condition indicated by EMAC DMA and created a target test.
2024-06-07 15:26:18 +02:00