summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-12-03 00:30:09 +0700
committerGitHub <[email protected]>2021-12-03 00:30:09 +0700
commit6ecd93eb6051b22c5475a66dc992b5aac0fac96e (patch)
tree51f1d6a4a7cc0667308ed32398824729380087b0 /examples/host
parent9bccc8068baf6efef0bd040ec5238369c0a03c0f (diff)
parent3e9bb3bee1e835a0d99c3f503c63cf0481b45ce2 (diff)
Merge branch 'master' into add_hcd_for_msp_exp432e401y
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/cdc_msc_hid/Makefile2
-rw-r--r--examples/host/hid_controller/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile
index fd68a7849..8c8735a56 100644
--- a/examples/host/cdc_msc_hid/Makefile
+++ b/examples/host/cdc_msc_hid/Makefile
@@ -20,9 +20,7 @@ SRC_C += \
src/host/hub.c \
src/host/usbh.c \
src/host/usbh_control.c \
- src/portable/ehci/ehci.c \
src/portable/ohci/ohci.c \
- src/portable/nxp/transdimension/hcd_transdimension.c \
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
src/portable/mentor/musb/hcd_musb.c
diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile
index 776cfcb88..909abe8a6 100644
--- a/examples/host/hid_controller/Makefile
+++ b/examples/host/hid_controller/Makefile
@@ -23,9 +23,7 @@ SRC_C += \
src/host/hub.c \
src/host/usbh.c \
src/host/usbh_control.c \
- src/portable/ehci/ehci.c \
src/portable/ohci/ohci.c \
- src/portable/nxp/transdimension/hcd_transdimension.c \
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
src/portable/mentor/musb/hcd_musb.c