usb: Add usb_phy driver to support operations on USB PHY

This commit is contained in:
songruojing
2021-08-19 20:28:28 +08:00
parent 7fc071e133
commit 1fcd639224
18 changed files with 980 additions and 6 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ endif() # CONFIG_TINYUSB
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ${includes_public}
PRIV_INCLUDE_DIRS ${includes_private}
PRIV_REQUIRES "vfs"
PRIV_REQUIRES "vfs" "usb"
)
if(CONFIG_TINYUSB)