| Age | Commit message (Expand) | Author |
| 2020-03-02 | add CDC-ECM/RNDIS/CDC-EEM network device class with example | Peter Lawrence |
| 2020-02-26 | Add langid support to descriptor string callback. | Chang Feng |
| 2020-01-15 | Normalize line endings | Nathan Conrad |
| 2019-12-20 | clean warnings | hathach |
| 2019-11-21 | adding tud_isr/tuh_isr with lpc18/43 | hathach |
| 2019-10-31 | Merge pull request #206 from hathach/develop | hathach |
| 2019-10-30 | rename usbd_init() to tud_init() | hathach |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut |
| 2019-09-19 | Move descriptors to usbd.h | Nathan Conrad |
| 2019-08-23 | fix warnings of template descriptor | hathach |
| 2019-08-01 | clean up | hathach |
| 2019-08-01 | add vendor peek, change cdc peek signature, change cdc read_char() return fro... | hathach |
| 2019-07-30 | added BOS MS OS 2.0 descriptor to webusb example, it work with windows | hathach |
| 2019-07-25 | more webusb + vendor | hathach |
| 2019-07-24 | move tud_vendor_control_* to usbd.h | hathach |
| 2019-07-24 | rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques... | hathach |
| 2019-07-16 | add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ... | hathach |
| 2019-07-12 | updating webusb with cdc | hathach |
| 2019-07-12 | change TUD_HID_INOUT_DESCRIPTOR epout & epin order | hathach |
| 2019-07-12 | added tud_descriptor_bos_cb(), add support for BOS get descriptor | hathach |
| 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 | 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-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-02 | support hid generic inout #58 | 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 | refactor hid, rename hid_generic to simply hid_ | 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-29 | clean up | hathach |
| 2019-03-29 | support set/clear feature Device_remote_wakeup | hathach |
| 2019-03-29 | working on suspend and resume | 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-20 | migrate license from BSD 3 clause to MIT | hathach |
| 2018-12-13 | seperate tusb_task() to tud_task() and tuh_task() | hathach |
| 2018-08-24 | make tud_mount_cb() and tud_umount_cb() optional | hathach |