| Age | Commit message (Expand) | Author |
| 2019-10-03 | couldn't get 32L4 running with crystal less mode | hathach |
| 2019-10-01 | 2nd attempt to fix #161 | hathach |
| 2019-10-01 | fix #161 added volatile for ep_busy_map/ep_stall_map | hathach |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad |
| 2019-09-21 | Merge branch 'clear_feature_ordering' into usbtmc | Nathan Conrad |
| 2019-09-21 | Changing the bitwise to a logical OR created a huge hard to find bug. It shor... | Nathan Conrad |
| 2019-09-21 | logical or. | Nathan Conrad |
| 2019-09-21 | Correct wording of comment on handling EP requests. | Nathan Conrad |
| 2019-09-21 | When unstalling, EP must be marked as not busy. Also, mark EP as busy when st... | Nathan Conrad |
| 2019-09-21 | Make type casting explicit | Nathan Conrad |
| 2019-09-21 | Calling EP open with bad parameters should be considered a bug. | Nathan Conrad |
| 2019-09-21 | Reorder handling of EP control requests, | Nathan Conrad |
| 2019-09-21 | USB Control: Pointer arithmetic on void* is forbiden | Nathan Conrad |
| 2019-09-19 | Rename functions to include tud_ and _cb | Nathan Conrad |
| 2019-09-19 | Move descriptors to usbd.h | Nathan Conrad |
| 2019-09-17 | Merge branch 'master' into usbtmc | Nathan Conrad |
| 2019-09-16 | follow up to suggestion to pr 155 | hathach |
| 2019-09-14 | Add usbtmc class driver. | Nathan Conrad |
| 2019-09-13 | fix #154 forward all endpoint recipeint request to class driver | hathach |
| 2019-09-13 | fix #152, potential memory issue | hathach |
| 2019-09-13 | fix #139, correct usbd request intepreting, Non-STD request to Interface must... | hathach |
| 2019-09-09 | Fix typo of ENDOINT | 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-26 | fix stall response with SET_INTERFACE/GET_INTERFACE | hathach |
| 2019-07-26 | webusb work great with linux | hathach |
| 2019-07-25 | more webusb + vendor | hathach |
| 2019-07-24 | move tud_vendor_control_* to usbd.h | hathach |
| 2019-07-24 | update vendor device similar to cdc read/write | hathach |
| 2019-07-24 | rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques... | hathach |
| 2019-07-19 | more house keeping | hathach |
| 2019-07-19 | house keeping | hathach |
| 2019-07-19 | rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR | hathach |
| 2019-07-16 | add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ... | hathach |
| 2019-07-12 | clean up, rename internal driver control_request_complete to simply control_c... | 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 | 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 |