Merge branch 'docs/eth_memory_consideration' into 'master'

Non-functional Ethernet updates

Closes IDFGH-13346 and IDF-11736

See merge request espressif/esp-idf!36219
This commit is contained in:
Ondrej Kosta
2025-01-27 19:24:34 +08:00
3 changed files with 36 additions and 9 deletions
@@ -446,7 +446,6 @@ static void emac_esp32_rx_task(void *arg)
#endif
} while (emac->frames_remain);
}
vTaskDelete(NULL);
}
static esp_err_t emac_config_pll_clock(emac_esp32_t *emac)