summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Collapse)Author
2019-11-27extract code to invoke_class_control()hathach
- also rename usbd_class_drivers to _usbd_driver
2019-11-21moving irq to bsp for lpc17/40hathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-11-05Merge pull request #149 from pigrew/ZLP_Request2hathach
Zlp request2
2019-11-04Change one more TU_ASSERT to TU_VERIFY in usbd.Nathan Conrad
2019-11-04fix #211hathach
2019-11-04usbd: Change TU_ASSERT to TU_VERIFY as the assertion can be hit when bad ↵Nathan Conrad
data is sent from host.
2019-11-04fix tud_control_status() didn't update requesthathach
2019-11-03add a bit of log1 for debugginghathach
2019-11-03make control buf statichathach
2019-11-01Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2hathach
2019-10-31Merge remote-tracking branch 'origin/master' into ZLP_Request2Nathan Conrad
2019-10-31zlp should work with control in, tested with Unity frameworkhathach
2019-10-31add more tests, fix an issue with tud_descriptor_configuration_cb() return NULLhathach
2019-10-31move function around, more renamehathach
2019-10-31renamehathach
2019-10-31clean uphathach
2019-10-31Merge branch 'master' into pigrew-ZLP_Request2hathach
2019-10-31Merge pull request #206 from hathach/develophathach
Added a couple of unit testing with Ceedling/Cmock/Unity
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 ↵hathach
pigrew-ZLP_Request2
2019-10-28Merge pull request #202 from smunaut/dfu-rthathach
Add support for DFU Runtime class for devices
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]>
2019-10-24adding more loghathach
2019-10-23adding debug log functionhathach
2019-10-03couldn't get 32L4 running with crystal less modehathach
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-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 ↵Nathan Conrad
shortcutted the call to the class function, so, lets use shortcutting anyway?
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 ↵Nathan Conrad
stalling as xfer requests should fail.
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
fix typo remove magic number 0xff of driver id