esp-idf/components/esp_phy
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
..
esp32 esp_phy: update esp_phy submodule files copyright 2021-10-13 13:10:50 +08:00
esp32c3 esp_phy: update esp_phy submodule files copyright 2021-10-13 13:10:50 +08:00
esp32h2/include esp_phy: support phy init on esp32h2 chip 2021-09-08 21:20:37 +08:00
esp32s2 esp_phy: update esp_phy submodule files copyright 2021-10-13 13:10:50 +08:00
esp32s3 esp_phy: update esp_phy submodule files copyright 2021-10-13 13:10:50 +08:00
include esp_phy: fix esp32c3/s3 phy USB & RSSI issue 2021-10-26 15:22:01 +08:00
lib@7586abbf59 esp_phy: fix esp32c3/s3 phy USB & RSSI issue 2021-10-26 15:22:01 +08:00
src global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
test unit-test: fix esp32 phy enable test case 2021-10-18 19:42:52 +08:00
CMakeLists.txt ESP8684: Add esp8684 target to other repo for passing build 2021-11-06 17:33:45 +08:00
component.mk esp_phy: decouple esp_phy component from esp_wifi and bt 2021-06-03 16:17:31 +08:00
Kconfig esp_phy: fix esp32c3/s3 phy USB & RSSI issue 2021-10-26 15:22:01 +08:00
linker.lf Power Management: power up or down wifi power domain when wifi init or deinit 2021-10-14 10:51:07 +08:00
Makefile.projbuild esp_phy: rename esp_phy component prefix 2021-10-13 13:10:49 +08:00
sdkconfig.rename esp_phy: rename esp_phy component prefix 2021-10-13 13:10:49 +08:00