Commit Graph

24 Commits

Author SHA1 Message Date
hathach 5fb3d439b3 update ci to also build host example 2020-09-04 01:32:30 +07:00
hathach 865ebf7c5d fflush(stdout) for keyboard host example 2020-09-04 00:50:10 +07:00
hathach 7828c396db keyboard host work as proof of concept 2020-09-04 00:23:57 +07:00
hathach 35aee4a6af more hid host work 2020-09-03 23:57:51 +07:00
hathach f4e3c6fd8e clean up 2020-09-01 17:12:31 +07:00
hathach 58cedf4c06 usb0 host on mcb1800 work with fullspeed mode.
use usbh_edpt_open() to correctly map ep2drv[]
2020-05-19 00:55:43 +07:00
hathach 4a3a448340 clean up things, add makefile for host example 2020-05-04 00:29:52 +07:00
hathach 45e32a787b clean up 2020-03-11 14:13:34 +07:00
hathach 1a0e02fa1b tested midi example 2019-07-03 00:52:25 +07:00
hathach ce6976f400 better fix for #72 millis overthrow 2019-05-21 13:31:02 +07:00
hathach 61ec407752 update license year to 2019 2019-05-14 11:48:05 +07:00
hathach 3e4bb141ce update device freeRTOS exmaple 2019-04-19 00:23:15 +07:00
hathach 5f3ab2afe1 rename board_led_control to board_led_write 2019-04-02 18:16:04 +07:00
hathach 18f248b142 remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
hathach c211ee19dd migrate license from BSD 3 clause to MIT 2019-03-20 16:11:42 +07:00
hathach 1c49c479ca seperate tusb_task() to tud_task() and tuh_task()
tusb_task() still exists for backward compatible
2018-12-13 14:51:37 +07:00
hathach 4e7596ca9c add tuh_mount_cb/tuh_umount_cb 2018-12-10 19:25:57 +07:00
hathach 2aa21a14e6 lpc17 ohci failed to execute control transfer !! 2018-12-07 18:49:26 +07:00
hathach e6e3679136 simple cdc host demo work 2018-12-07 17:37:54 +07:00
hathach 366ab79776 able to build host hid 2018-12-07 14:57:58 +07:00
hathach 7d3ff7aff6 rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC 2018-12-06 22:24:31 +07:00
hathach 5f7d7a34f5 able to complete enumeration with os none blocking 2018-12-06 00:38:00 +07:00
hathach 5a7493ed42 fix more host build error 2018-12-05 21:12:10 +07:00
hathach e0aa38ca8d host 1800 blinky 2018-12-05 18:14:23 +07:00