aboutsummaryrefslogtreecommitdiff
path: root/stm/Makefile
diff options
context:
space:
mode:
authorDamien George2014-01-13 00:20:06 +0000
committerDamien George2014-01-13 00:20:06 +0000
commit328708eb2504eae2ca8132c948bc3b1fc1c95243 (patch)
treeea721d8d4185cdc8650d6c128b3f7dba7fddd77d /stm/Makefile
parentfd17921b75817a07d688ccaa9130f65c1181f910 (diff)
stm: Re-instate C debugging USART port (disabled by default).
See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile
index 2fecd03ba..2facff81c 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -105,6 +105,14 @@ SRC_STM = \
# usb_hcd.c \
# usb_hcd_int.c \
# usb_otg.c \
+# usbh_core.c \
+# usbh_hcs.c \
+# usbh_stdreq.c \
+# usbh_ioreq.c \
+# usbh_usr.c \
+# usbh_hid_core.c \
+# usbh_hid_mouse.c \
+# usbh_hid_keybd.c \
SRC_CC3K = \
cc3000_common.c \