summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/Module
diff options
context:
space:
mode:
authorNicolas Schodet2016-07-25 15:18:40 +0200
committerNicolas Schodet2019-10-09 23:05:44 +0200
commit4695b47da68a5b2f75270bea21e15b8f1b9fd6ff (patch)
tree6e5ef4d34ee69bcd6c6627f25a0ca3aa902d47e3 /ucoo/hal/usb/Module
parentd7df91926bdb529e68eff9a215aef72072803b6e (diff)
Switch to CMSIS
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