esp-idf/components/esp_eth
Omar Chebib 84dc42c4b0 gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3
When `DIS_USB_JTAG` eFuse is NOT burned (`False`), it is not possible
to set pins 18 and 19 as GPIOs. This commit solves this by manually
disabling USB JTAG when using pins 18 or 19.
The functions shall use `gpio_hal_iomux_func_sel` instead of
`PIN_FUNC_SELELECT`.
2021-04-12 17:45:06 +08:00
..
include esp_eth: deprecate esp_eth_receive 2021-01-27 23:48:01 +08:00
src gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-12 17:45:06 +08:00
test eth: added cert for download test 2021-01-07 11:22:23 +08:00
CMakeLists.txt eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
component.mk eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
Kconfig esp_eth: added option to disable soft flow control when rx buffer is few 2021-02-01 14:14:54 +08:00