summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-05Merge branch 'master' into fix-issue-207hathach
2019-11-05Merge pull request #149 from pigrew/ZLP_Request2hathach
Zlp request2
2019-11-04Merge pull request #212 from hathach/develophathach
fix #211
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-04Merge pull request #3 from hathach/pigrew-ZLP_Request2Nathan Conrad
fix tud_control_status() didn't update request
2019-11-04fix tud_control_status() didn't update requesthathach
2019-11-03Merge pull request #2 from hathach/pigrew-ZLP_Request2Nathan Conrad
zlp request2. PR for PR (has issues with STM32F0 FSDEV)
2019-11-03Add UART HAL source file to stm32f070 makefile.Nathan Conrad
2019-11-04clean uphathach
2019-11-03Enable UART debugging on F070.Nathan Conrad
2019-11-03add a bit of log1 for debugginghathach
2019-11-03seperate DEBUG from LOGhathach
2019-11-03add uart support for stm32f072discohathach
2019-11-03make control buf statichathach
2019-11-01add missing ceedling latest version fileshathach
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-01added first test for msc devicehathach
2019-11-01add assert to prevent div by zerohathach
2019-11-01enable retrun_thru_ptrhathach
2019-11-01adding TEST_FAIL() for TU_ASSERT()hathach
2019-11-01update test project ymlhathach
2019-11-01update ceedling to 0.29.0hathach
2019-11-01enable cmock ignore_arghathach
2019-11-01adding tests for msc devicehathach
2019-11-01Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2hathach
2019-11-01update dochathach
2019-11-01implement pigrew reviewhathach
2019-10-31Merge remote-tracking branch 'origin/master' into ZLP_Request2Nathan Conrad
2019-10-31rename zlp testhathach
2019-10-31update doc, hid set reporthathach
2019-10-31zlp should work with control in, tested with Unity frameworkhathach
2019-10-31adeded tests for zlphathach
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-30move test_usbd aroundhathach
2019-10-30fix 2nd test when tud_descriptor_device_cb() return NULLhathach
2019-10-30rename usbd_init() to tud_init()hathach
2019-10-30add 2nd test, but failed due to lack of tusb_teardown()hathach
2019-10-30added firs usbd test with get device descriptorhathach
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