summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-11-13dcd_fomu: nearly thereSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: semi-working dcd fileSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: commit latest versionSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: first fully-working releaseSean Cross
This is able to transfer lots of data back and forth across MSC. Signed-off-by: Sean Cross <[email protected]>
2019-11-13src: add eptri to tusbSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: fix some issues with dcd_fomuSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13tusb_verify: add riscv assert supportSean Cross
This simply executes an "ebreak" instruction. Signed-off-by: Sean Cross <[email protected]>
2019-11-13portable: fomu: get msc to enumerateSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: wip supportSean Cross
Signed-off-by: Sean Cross <[email protected]>
2019-11-11update dcd nrf5x to be indepent from nrf_usbd.hhathach
fix build error with nrfx 2.0
2019-11-05clean uphathach
2019-11-05Merge branch 'master' into fix-issue-207hathach
2019-11-05Merge branch 'master' into port-samg55hathach
2019-11-05Merge branch 'master' into cr1901-msp430f5529hathach
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-04Use control transfer function to send control data (in usbtmc)Nathan Conrad
2019-11-04board test workshathach
2019-11-04fix tud_control_status() didn't update requesthathach
2019-11-03added optional dcd_control_status_complete()hathach
2019-11-03add a bit of log1 for debugginghathach
2019-11-03make control buf statichathach
2019-11-03hack the request length for the first get device descriptor if EP0 size =8 or 16hathach
to prevent usbd control send out ZLP
2019-11-02Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529hathach
2019-11-01wait for scsi status complete before queueing for next scsi commandhathach
fix #207
2019-11-01remove TEST_FAIL() from TU_ASSERT, since it prevents we testing how stack ↵hathach
response with failed assert
2019-11-01add assert to prevent div by zerohathach
2019-11-01adding TEST_FAIL() for TU_ASSERT()hathach
2019-11-01Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2hathach
2019-11-01implement pigrew reviewhathach
2019-10-31Merge remote-tracking branch 'origin/master' into ZLP_Request2Nathan Conrad
2019-10-31update doc, hid set reporthathach
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-29dcd_msp430x5xx: Improve comments regarding SETUP packet handling.William D. Jones
2019-10-29dcd_msp430x5xx: Clarify hardware STALL behavior and current vs idealWilliam D. Jones
behavior of driver in comments.
2019-10-29tusb_option.h: Assign msp430 ID range 500+ to avoid conflict with Sony.William D. Jones
2019-10-29Merge branch 'ZLP_Request2' of https://github.com/pigrew/tinyusb into ↵hathach
pigrew-ZLP_Request2
2019-10-29should fix #184hathach
only response up to EP0 size with get device descriptor if not addressed.
2019-10-29clean up warning, msp430 gcc 8.3 fixed the library lto issuehathach