summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller/src
AgeCommit message (Expand)Author
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-11-03fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-03-25fix waningshathach
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
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
2024-07-18fix some clang compiler warningsgraham sanderson
2024-03-04correct rp2040 host with max3421hathach
2023-12-26allow rp2040 to use max3421e as host controllerhathach
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-24update host example to use new tuh mem macroshathach
2023-03-22fine tune CFG_TUH_HID valuehathach
2023-03-21change meaning of CFG_TUH_HID to total number of HID interfaces supported.hathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-13Avoid spamming out endpoint on connectJames Smith
2023-03-13Removed tabs from host hid_controller exampleJames Smith
2023-03-13Updated host hid_controller example to demo tuh_hid_send_reportJames Smith
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-09-13Remove unreachable codeBen Avison
2022-06-06update all host exampleshathach
2021-11-29Fix build errorskkitayam
2021-09-07Add PS4-compatible controllersDavid Shadoff
2021-09-06Added Arc System Works GG Xrd Limited Edition controller VID PIDChristian Arlt
2021-09-06Added Hori Fighting Commander 4 VID PIDChristian Arlt
2021-09-06Added Sony DualShock4 CUH-ZCT1E pidChristian Arlt
2021-08-24test hid controller with rp2040hathach
2021-08-24add tuh_vid_pid_get()hathach