| Age | Commit message (Expand) | Author |
| 2019-07-09 | fix incorrect midi descriptor template | hathach |
| 2019-07-05 | midi only use audio 1.0 without IAD | hathach |
| 2019-07-01 | fix midi template | hathach |
| 2019-07-01 | improving midi support, adding midi exmaple | hathach |
| 2019-06-10 | remove dcd_edpt_busy() | hathach |
| 2019-06-10 | fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_* | hathach |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach |
| 2019-05-29 | added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() | hathach |
| 2019-05-15 | lpc1769 work with makefile | hathach |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach |
| 2019-05-14 | update license year to 2019 | hathach |
| 2019-05-12 | add index to tud_descriptor_configuration_cb() | hathach |
| 2019-05-12 | change tud_descriptor_string_cb() to be consistent with other descriptor call... | hathach |
| 2019-05-12 | add tud_hid_descriptor_report_cb() | hathach |
| 2019-05-11 | add tud_descriptor_string_cb() for getting string descriptor from application | hathach |
| 2019-05-09 | fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52 | hathach |
| 2019-05-02 | support hid generic inout #58 | hathach |
| 2019-05-01 | adding optional ep out for hid | hathach |
| 2019-04-19 | move interface descriptor template to usbd.h, update exmaple | hathach |
| 2019-04-18 | remove auto descriptor and its option CFG_TUD_DESC_AUTO | hathach |
| 2019-04-18 | wrap up hid device refactor | hathach |
| 2019-04-18 | hid update | hathach |
| 2019-04-18 | refactor hid, rename hid_generic to simply hid_ | hathach |
| 2019-04-11 | remove auto device descriptor | hathach |
| 2019-04-11 | clean up | hathach |
| 2019-04-02 | usbd better support suspend/resume | hathach |
| 2019-03-30 | added tud_suspended() and tud_ready() | hathach |
| 2019-03-30 | self powered and remote wakeup support are from configuration descriptor attr... | hathach |
| 2019-03-30 | clean up text | hathach |
| 2019-03-30 | added dcd_remote_wakeup() stub for all ports | hathach |
| 2019-03-30 | added tud_set_self_powered(), fix #50 reponse to GET_STATUS request | hathach |
| 2019-03-30 | replaced config_num by configured | hathach |
| 2019-03-30 | usbd add connected, suspended, remote_wakeup | hathach |
| 2019-03-29 | clean up | hathach |
| 2019-03-29 | clean up control req a bit | hathach |
| 2019-03-29 | support set/clear feature Device_remote_wakeup | hathach |
| 2019-03-29 | working on suspend and resume | hathach |
| 2019-03-29 | added Suspend and Resume event for nrf5x port | hathach |
| 2019-03-27 | add tud_mounted() check in tud_cdc_connected() | hathach |
| 2019-03-27 | cleanup, remove the use of _TINY_USB_SOURCE_FILE_ | hathach |
| 2019-03-27 | clean up remove usbd_control_stall() | hathach |
| 2019-03-27 | replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall | hathach |
| 2019-03-27 | remove dcd_get_frame_number() | hathach |
| 2019-03-22 | added stub for dcd_stm32f3 | hathach |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach |
| 2019-03-13 | dcd_set_address include status response, usbd control stall both control in a... | hathach |
| 2019-01-29 | zero init internal class/device data | hathach |
| 2019-01-29 | add tusb_inited() API, check for inited() before running device/host task | hathach |
| 2019-01-04 | Add USB Midi support. | Scott Shawcroft |
| 2018-12-21 | change to dcd_get_frame_number | hathach |