moving esp32s2 to dwc2, abstract dwc2_set_turnaround()

This commit is contained in:
hathach
2021-10-25 15:51:41 +07:00
parent a0202df920
commit 4ccf60954d
8 changed files with 222 additions and 101 deletions

View File

@@ -27,5 +27,5 @@ target_sources(${COMPONENT_TARGET} PUBLIC
"${TOP}/src/class/net/ncm_device.c"
"${TOP}/src/class/usbtmc/usbtmc_device.c"
"${TOP}/src/class/vendor/vendor_device.c"
"${TOP}/src/portable/espressif/esp32sx/dcd_esp32sx.c"
"${TOP}/src/portable/synopsys/dwc2/dcd_dwc2.c"
)