| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-26 | use separate buffer for ctrl transfer. | HiFiPhile | |
| 2024-04-26 | Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283 | HiFiPhile | |
| 2024-04-10 | Adding tuh_hid_get_report(...) to hid_host.h | Luke A | |
| This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback. | |||
| 2024-04-08 | Merge pull request #1835 from MasterQ32/otg_bringup | Ha Thach | |
| Implements deinit functions for host/device mode switch | |||
| 2024-04-08 | add class driver deinit | hathach | |
| 2024-04-08 | Merge pull request #1363 from tobozo/master | Ha Thach | |
| HID Mouse with absolute positioning | |||
| 2024-03-31 | fix hid close not clear data | hathach | |
| 2024-03-22 | implement tuh_init() | hathach | |
| change usbh driver init() return type from void to bool | |||
| 2024-03-22 | adding deinit() stub for usbh/hcd class driver | hathach | |
| add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER | |||
| 2024-03-01 | add tuh_hid_receive_abort() API | hathach | |
| 2024-03-01 | reformat code hid_host.c | hathach | |
| - fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line | |||
| 2024-01-30 | fix tuh_hid_mounted() similar to #2437 | IngHK | |
| 2023-11-24 | minor update | hathach | |
| 2023-11-24 | add tuh_hid_set_default_protocol() to set default USB host HID protocol | Xudong Zheng | |
| 2023-10-17 | hid_device: use separate buffer for SET_REPORT instead of epout | Shawn Hoffman | |
| 2023-09-13 | Fixing warning | Rocky04 | |
| 2023-09-13 | Error handling on transfer | Rocky04 | |
| 2023-09-12 | Update Lighting Descriptor Template comment | Ryan Solorzano | |
| 2023-09-12 | Add HID Lighting and Illumination functionality | Ryan Solorzano | |
| 2023-08-15 | more minor clean up | hathach | |
| - also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd | |||
| 2023-08-02 | default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵ | hathach | |
| selectively disable usbd/usbh or driver log | |||
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 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 | |||
| 2023-05-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach | |
| 2023-04-06 | implement tuh_hid_receive_ready() and tuh_hid_send_ready() | hathach | |
| 2023-03-30 | remove trailing space (satisfy pre-commit flow) | tobozo | |
| 2023-03-30 | Added helpers for abs_mouse_report | tobozo | |
| 2023-03-30 | Merge branch 'hathach:master' into master | tobozo | |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-21 | change meaning of CFG_TUH_HID to total number of HID interfaces supported. | hathach | |
| - previously CFG_TUH_HID is max number of interfaces per device which is rather limited and consume more resources than needed. - change hid host instance in API to index | |||
| 2023-03-21 | relax hid host enumeration, allow set protocol to be stalled | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-13 | Updated host hid_controller example to demo tuh_hid_send_report | James Smith | |
| 2023-03-13 | Implemented tuh_hid_send_report | James Smith | |
| 2023-02-27 | Merge pull request #1852 from silvergasp/mem_s | Ha Thach | |
| fix: Replace device calls to memcpy with tu_memcpy_s | |||
| 2023-02-27 | minor clean up | hathach | |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach | |
| fix: Change all static variables to thread when fuzzing | |||
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-02-04 | change length in tud_hid_report_complete_cb() from uint8 to uint16 | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 2023-01-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2022-12-20 | fix hid host incorrect edpt release if failed to transmit | hathach | |
| add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum | |||
| 2022-12-16 | minor rename | hathach | |
| 2022-12-05 | Merge pull request #1776 from hathach/hid-fido | Ha Thach | |
| Hid fido | |||
| 2022-12-05 | rename to match fido sample uf2_hid..h | hathach | |
| 2022-12-04 | more typos | hathach | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-10-15 | hid: add configurable report size for fido | gaoyichuan | |
