summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2019-10-31Merge branch 'master' into pigrew-ZLP_Request2hathach
2019-10-31Merge pull request #206 from hathach/develophathach
2019-10-30rename usbd_init() to tud_init()hathach
2019-10-30initally adding test_usbd.chathach
2019-10-30move dcd event helper to be dcd.h as inline functionhathach
2019-10-29Merge branch 'ZLP_Request2' of https://github.com/pigrew/tinyusb into pigrew-...hathach
2019-10-29should fix #184hathach
2019-10-28Merge pull request #202 from smunaut/dfu-rthathach
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-10-25Merge branch 'master' into cr1901-msp430f5529hathach
2019-10-24adding more loghathach
2019-10-23adding debug log functionhathach
2019-10-03Remove accidentally-commited debug var.William D. Jones
2019-10-03Merge remote-tracking branch 'pigrew/ZLP_Request2' into msp430f5529William D. Jones
2019-10-03couldn't get 32L4 running with crystal less modehathach
2019-10-02Merge remote-tracking branch 'origin' into msp430f5529William D. Jones
2019-10-02usbd_control.c: Decide whether a control transfer has a data stageWilliam D. Jones
2019-10-02Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-10-012nd attempt to fix #161hathach
2019-10-01fix #161 added volatile for ep_busy_map/ep_stall_maphathach
2019-09-29Github's web interface changed line endings without asking me. Oops.Nathan Conrad
2019-09-29Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-21Merge branch 'clear_feature_ordering' into usbtmcNathan Conrad
2019-09-21Changing the bitwise to a logical OR created a huge hard to find bug. It shor...Nathan Conrad
2019-09-21logical or.Nathan Conrad
2019-09-21Correct wording of comment on handling EP requests.Nathan Conrad
2019-09-21When unstalling, EP must be marked as not busy. Also, mark EP as busy when st...Nathan Conrad
2019-09-21Make type casting explicitNathan Conrad
2019-09-21Calling EP open with bad parameters should be considered a bug.Nathan Conrad
2019-09-21Reorder handling of EP control requests,Nathan Conrad
2019-09-21USB Control: Pointer arithmetic on void* is forbidenNathan Conrad
2019-09-19Rename functions to include tud_ and _cbNathan Conrad
2019-09-19Move descriptors to usbd.hNathan Conrad
2019-09-17Merge branch 'master' into usbtmcNathan Conrad
2019-09-16follow up to suggestion to pr 155hathach
2019-09-14Add usbtmc class driver.Nathan Conrad
2019-09-13fix #154 forward all endpoint recipeint request to class driverhathach
2019-09-13fix #152, potential memory issuehathach
2019-09-13fix #139, correct usbd request intepreting, Non-STD request to Interface must...hathach
2019-09-12For control transfers, compare the transmitted length against the requested l...Nathan Conrad
2019-09-09Fix typo of ENDOINTNathan Conrad
2019-08-23fix warnings of template descriptorhathach
2019-08-01clean uphathach
2019-08-01add vendor peek, change cdc peek signature, change cdc read_char() return fro...hathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-26fix stall response with SET_INTERFACE/GET_INTERFACEhathach
2019-07-26webusb work great with linuxhathach