esp-idf/components/usb
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 usb: Change API and refactor tests 2021-11-02 14:30:58 +08:00
private_include usb: Change API and refactor tests 2021-11-02 14:30:58 +08:00
test usb: Change API and refactor tests 2021-11-02 14:30:58 +08:00
CMakeLists.txt usb: Add usb_phy driver to support operations on USB PHY 2021-09-13 12:39:56 +08:00
hcd.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
hub.c Add USB Host Library 2021-08-24 23:28:00 +08:00
Kconfig Add USB Host Library 2021-08-24 23:28:00 +08:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c Add USB Host Library API docs 2021-09-02 18:40:24 +08:00
usb_host.c usb: Change API and refactor tests 2021-11-02 14:30:58 +08:00
usb_phy.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
usb_private.c Add USB Host Library 2021-08-24 23:28:00 +08:00
usbh.c usb: Change API and refactor tests 2021-11-02 14:30:58 +08:00