| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-27 | update doc | hathach | |
| 2021-05-27 | more include clean up | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2021-05-26 | rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifo | hathach | |
| 2021-05-26 | Merge pull request #825 from ogatatsu/hid_desc | Ha Thach | |
| fix hid report descriptor | |||
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-23 | only invoke tuh_msc_umount_cb() if needed | hathach | |
| 2021-05-23 | change hid device internal boot_mode to protocol_mode | hathach | |
| 2021-05-22 | get protocol when enum with hid boot interface | hathach | |
| 2021-05-22 | fix missing report in tuh_hid_set_report() | 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 | clean p | hathach | |
| 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 | update hid host get/set protocol to match device | hathach | |
| 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. | |||
| 2021-05-18 | update hid report descriptor macro | hathach | |
| 2021-05-18 | fix compile | hathach | |
| 2021-05-18 | more API update | hathach | |
| - remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data | |||
| 2021-05-18 | adding hid parser | hathach | |
| 2021-05-18 | more host hid API | hathach | |
| adding hid parser | |||
| 2021-05-18 | remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE | hathach | |
| 2021-05-18 | continue with hid host rework | hathach | |
| 2021-05-18 | more hid host API rework | hathach | |
| 2021-05-18 | change hid device report len from uint8 to uint16 | hathach | |
| 2021-05-18 | rename tuh_device_is_configured() to tuh_device_configured() | hathach | |
| - remove tuh_device_get_state() - more hid mouse clean up | |||
| 2021-05-18 | rename and moving | hathach | |
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
| 2021-05-18 | reworking host hid API | hathach | |
| 2021-05-18 | make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callback | hathach | |
| 2021-05-18 | reworking hid host | hathach | |
| 2021-05-18 | more API rename | hathach | |
| 2021-05-18 | reworking hid host | hathach | |
| 2021-05-18 | rename var to be consistent | hathach | |
| 2021-05-18 | fix build error | hathach | |
| 2021-05-18 | update to use HID spec protocol value for get/set_protocol() | hathach | |
| 2021-05-18 | clean up, rename some HID device symbol/API | hathach | |
| - add tud_hid_n_interface_protocol() - rename tud_hid_n_boot_mode() to tud_hid_n_get_protocol() - rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb() - add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1 - rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid confusion | |||
| 2021-05-10 | audio_device: Fix build error | Jerzy Kasenberg | |
| ep_in_as_intf_num was incorrectly used to access out interface which is defined for 'in' interface. Code related to 'out' endpoint should use ep_out_as_intf_num instead. | |||
| 2021-05-10 | fix hid report descriptor | ogatatsu | |
| 2021-05-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
| 2021-05-02 | Merge pull request #804 from hathach/audio_make_dma_ready | Ha Thach | |
| Implement functions to allow for DMA usage in audio driver. | |||
| 2021-04-30 | Remove n from tu_fifo_get_write_info() and fix bug in vendor class | Reinhard Panhuber | |
| 2021-04-30 | Fix bug in cdc_peek | Reinhard Panhuber | |
