summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/Module
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/usb/Module')
-rw-r--r--ucoo/hal/usb/Module6
1 files changed, 5 insertions, 1 deletions
diff --git a/ucoo/hal/usb/Module b/ucoo/hal/usb/Module
index e47e0e8..b879961 100644
--- a/ucoo/hal/usb/Module
+++ b/ucoo/hal/usb/Module
@@ -1 +1,5 @@
-ucoo_hal_usb_SOURCES = usb.stm32.cc usb_desc.stm32.c
+ucoo_hal_usb_SOURCES = \
+ usb_driver.cc \
+ usb_application.cc \
+ usb_cdc.cc \
+ usb_dwc_otg.stm32.cc