summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-04Change one more TU_ASSERT to TU_VERIFY in usbd.Nathan Conrad
2019-11-04usbd: Change TU_ASSERT to TU_VERIFY as the assertion can be hit when bad data...Nathan Conrad
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
2019-11-04fix tud_control_status() didn't update requesthathach
2019-11-03Merge pull request #2 from hathach/pigrew-ZLP_Request2Nathan Conrad
2019-11-03Add UART HAL source file to stm32f070 makefile.Nathan Conrad
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-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
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 pigrew-...hathach
2019-10-28Merge pull request #202 from smunaut/dfu-rthathach
2019-10-28Add example of usage for the DFU Runtime supportSylvain Munaut
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-10-24Merge pull request #203 from hathach/develophathach
2019-10-24fix missing board uart read/write()hathach
2019-10-24update boards dochathach
2019-10-24adding more loghathach
2019-10-23adding debug log functionhathach
2019-10-19add uart support for stm32f4nucleo board (via stlink cdc)hathach
2019-10-18change to use nrfx uartehathach
2019-10-18change DEBUG optimization option from O0 to Oghathach
2019-10-18clean up tusb_verifyhathach
2019-10-12adding log support with uarthathach
2019-10-11update dochathach
2019-10-10Merge pull request #199 from hathach/develophathach
2019-10-09Merge branch 'master' into develophathach