| Age | Commit message (Expand) | Author |
| 2019-10-31 | Merge branch 'master' into pigrew-ZLP_Request2 | hathach |
| 2019-10-31 | Merge pull request #206 from hathach/develop | hathach |
| 2019-10-30 | rename usbd_init() to tud_init() | hathach |
| 2019-10-30 | initally adding test_usbd.c | hathach |
| 2019-10-30 | move dcd event helper to be dcd.h as inline function | hathach |
| 2019-10-29 | Merge branch 'ZLP_Request2' of https://github.com/pigrew/tinyusb into pigrew-... | hathach |
| 2019-10-29 | should fix #184 | hathach |
| 2019-10-28 | Merge pull request #202 from smunaut/dfu-rt | hathach |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut |
| 2019-10-25 | Merge branch 'master' into cr1901-msp430f5529 | hathach |
| 2019-10-24 | adding more log | hathach |
| 2019-10-23 | adding debug log function | hathach |
| 2019-10-03 | Remove accidentally-commited debug var. | William D. Jones |
| 2019-10-03 | Merge remote-tracking branch 'pigrew/ZLP_Request2' into msp430f5529 | William D. Jones |
| 2019-10-03 | couldn't get 32L4 running with crystal less mode | hathach |
| 2019-10-02 | Merge remote-tracking branch 'origin' into msp430f5529 | William D. Jones |
| 2019-10-02 | usbd_control.c: Decide whether a control transfer has a data stage | William D. Jones |
| 2019-10-02 | Merge branch 'master' into ZLP_Request2 | Nathan Conrad |
| 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-29 | Github's web interface changed line endings without asking me. Oops. | Nathan Conrad |
| 2019-09-29 | Merge branch 'master' into ZLP_Request2 | Nathan Conrad |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad |
| 2019-09-27 | Merge branch 'master' into ZLP_Request2 | 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-12 | For control transfers, compare the transmitted length against the requested l... | Nathan Conrad |
| 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 |