summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src/main.c
AgeCommit message (Expand)Author
2022-12-21finalizing cdc host, has a working read/writehathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-06-06update all host exampleshathach
2022-03-11update hid,msc to new usbh control APIhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-05-18move report_info to applicationhathach
2021-05-18more API updatehathach
2021-05-18remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSEhathach
2021-05-18more hid host API reworkhathach
2021-05-18rename tuh_device_is_configured() to tuh_device_configured()hathach
2021-05-18correct hid host mount/unmount callbackhathach
2021-05-18reworking host hid APIhathach
2021-05-18reworking hid hosthathach
2021-05-18minor clean uphathach
2021-05-18more API renamehathach
2021-05-09Update main.ccorvus-ossifragus
2021-05-07Update main.ccorvus-ossifragus
2020-09-05update example to test with mousehathach
2020-09-04update ci to also build host examplehathach
2020-09-04fflush(stdout) for keyboard host examplehathach
2020-09-04keyboard host work as proof of concepthathach
2020-09-03more hid host workhathach
2020-09-01clean uphathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-05-04clean up things, add makefile for host examplehathach
2020-03-11clean uphathach
2019-07-03tested midi examplehathach
2019-05-21better fix for #72 millis overthrowhathach
2019-05-14update license year to 2019hathach
2019-04-19update device freeRTOS exmaplehathach
2019-04-02rename board_led_control to board_led_writehathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-10add tuh_mount_cb/tuh_umount_cbhathach
2018-12-07lpc17 ohci failed to execute control transfer !!hathach
2018-12-07simple cdc host demo workhathach
2018-12-07able to build host hidhathach
2018-12-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-12-06able to complete enumeration with os none blockinghathach
2018-12-05fix more host build errorhathach
2018-12-05host 1800 blinkyhathach