kopia lustrzana https://github.com/espressif/esp-idf
7f09fe1b23
This commit updates the USB Host stack to use the USB PHY driver. The USB PHY and the OTG Controller should now both be setup/deleted using usb_new_phy() and usb_del_phy() respectively. - The hcd_install() now expects the USB PHY and OTG Contorller to be already setup before it is called - usb_host_install() now has an option to skip calling usb_del_phy() if the user wants to setup their own USB PHY (e.g., in the case of using and external PHY). - CDC-ACM and MSC examples/test updated to use internal PHY Closes https://github.com/espressif/esp-idf/issues/8061 |
||
---|---|---|
.. | ||
test_hcd_bulk.c | ||
test_hcd_common.c | ||
test_hcd_common.h | ||
test_hcd_ctrl.c | ||
test_hcd_intr.c | ||
test_hcd_isoc.c | ||
test_hcd_port.c |