We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda5d26 commit 7009b7dCopy full SHA for 7009b7d
components/arduino_tinyusb/CMakeLists.txt
@@ -28,6 +28,7 @@ if(CONFIG_TINYUSB_ENABLED)
28
"${COMPONENT_DIR}/src/dcd_dwc2.c"
29
# tusb:
30
#"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"
31
+ "{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dwc2_common.c"
32
"${COMPONENT_DIR}/tinyusb/src/class/cdc/cdc_device.c"
33
"${COMPONENT_DIR}/tinyusb/src/class/hid/hid_device.c"
34
"${COMPONENT_DIR}/tinyusb/src/class/midi/midi_device.c"
0 commit comments