summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/Makefile
AgeCommit message (Collapse)Author
2021-02-23move ehci and ohci to portable folderhathach
2021-02-22rename hcd_lpc18_43 to hcd_transdimensionhathach
2020-09-07rework usbh control transferhathach
use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host
2020-09-03fix #449 remove obsolete pipehandle from hid hosthathach
2020-05-22update makefile to build with ohci hosthathach
update ses project for lpc1769 with rtt
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
use usbh_edpt_open() to correctly map ep2drv[]
2020-05-04clean up things, add makefile for host examplehathach