| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-03 | fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is ↵ | hathach | |
| not defined | |||
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-05-13 | fix warnings, minor clean up | hathach | |
| 2025-03-25 | fix wanings | hathach | |
| 2025-03-03 | - add tuh_descriptor_get_string_langid() API | hathach | |
| - host enumeration always get language id, manufacturer, product and serial string. Which is required by some device such as 8bitdo | |||
| 2024-11-07 | update bsp for h7 to support host mode | hathach | |
| 2024-07-18 | fix some clang compiler warnings | graham sanderson | |
| 2023-08-14 | fix build iar with lpc43 | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2021-08-23 | add tuh_hid_receive_report() for applicaiton to explicitly request report | hathach | |
| 2021-08-20 | hid host skip get report descriptor if too large instead of assert | hathach | |
| 2021-06-29 | fix warnings | hathach | |
| 2021-06-28 | fix SET_PROTOCOl, update hid host behavior for default boot interface | hathach | |
| 2021-06-11 | improve usbh | hathach | |
| 2021-05-22 | add tuh_hid_report_sent_cb() | hathach | |
| 2021-05-22 | rename tuh_hid_get_report_cb to tuh_hid_report_received_cb() | hathach | |
| 2021-05-22 | implement hid host set report with control transfer | hathach | |
| rename mount, umount callback | |||
| 2021-05-22 | improve hid parser | hathach | |
| 2021-05-22 | more hid api rename | hathach | |
| 2021-05-22 | update app | hathach | |
| 2021-05-22 | simplify hid api | hathach | |
| add hid set_protocol() and set_protocol_complete_cb() | |||
| 2021-05-18 | Merge branch 'master' into host-hid | hathach | |
| 2021-05-18 | move report_info to application | hathach | |
| update API accordingly, update hid parser for usage, and usage_page. | |||
