esp-idf/components/esp_eth
morris 16677b0d3c global: make periph enable/disable APIs private
peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h"
2021-11-08 10:37:47 +08:00
..
include Add support for Eth PHY KSZ8091 2021-11-01 11:11:18 -04:00
src global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
test ci: update cert used for esp_eth test 2021-10-20 11:34:12 +08:00
test_apps esp_eth: new test_app: emac layer tests 2021-09-08 20:00:14 +08:00
CMakeLists.txt esp_eth: Add support to LAN87xx family 2021-07-28 19:34:05 +08:00
component.mk esp_eth: fix default PHY reset gpio 2021-05-18 11:16:05 +08:00
Kconfig esp_eth: Change clock mode setting 2021-07-08 14:27:31 +02:00