esp-idf/components/usb/test_apps
Darian Leung cac0ef9d11 refactor(usb): Remove use of usb_phy_action() from unit tests
Currently, USB Host unit tests that require a software triggered disconnection/
reconnection rely on the 'usb_phy_action()' function.

This commit replaces those calls with 'hcd_port_command()' or
'usb_host_lib_set_root_port_power()'.

Note: Also removed 'test_usb_common.h/c' as it is no longer necessary are the
function call replacements.
2024-09-05 12:27:27 +02:00
..
common refactor(usb): Remove use of usb_phy_action() from unit tests 2024-09-05 12:27:27 +02:00
hcd refactor(usb): Remove use of usb_phy_action() from unit tests 2024-09-05 12:27:27 +02:00
usb_host refactor(usb): Remove use of usb_phy_action() from unit tests 2024-09-05 12:27:27 +02:00
.build-test-rules.yml ci: Added esp32p4 usb tests to CI: 2024-02-29 10:35:09 +01:00