summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src/main.c
AgeCommit message (Expand)Author
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-03-25fix waningshathach
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
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-09-13Remove unreachable codeBen Avison
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