summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/ses
AgeCommit message (Collapse)Author
2021-03-23remove ses project since it is all broken and occupies spacehathach
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-04keyboard host work as proof of concepthathach
2020-05-22implement hcd_uframe_number for ohcihathach
able to get 8 byte descriptors using LPC1769 + base, but failed to reset and set address.
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
2019-11-22fix segger host examplehathach
2018-12-07add host ea4088qs, but not workhathach
2018-12-07lpc17 ohci failed to execute control transfer !!hathach
2018-12-07able to build host hidhathach
2018-12-05added ea4357 ses projecthathach
2018-12-05add host lpc18xx projecthathach