summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-13fix build with log for devicehathach
2021-06-13remove sent_setup from hw endpointhathach
2021-06-13remove dev_ep_maphathach
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-06-11fix ci buildhathach
2021-06-11log clean uphathach
2021-06-11map pico_info to log2, pico_trace to log3hathach
2021-06-11replace pico_warn by log level 1hathach
2021-06-11remove unused variable in hw endpointhathach
2021-06-11more refactor double buffered rp2040hathach
2021-06-11rename hw endpointhathach
2021-06-11refactor rp2040 usbhathach
2021-06-11improve usbhhathach
2021-06-11double buffered work with hosthathach
2021-06-10more clean uphathach
2021-06-10clean uphathach
2021-06-10Merge pull request #887 from hathach/host-updateHa Thach
2021-06-10remove BOARD from output namehathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
2021-06-10add usbh_classdriver.hhathach
2021-06-10Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytesHa Thach
2021-06-10Update bug_report.mdHa Thach
2021-06-09Merge pull request #882 from mmosca/masterHa Thach
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09Merge branch 'master' of github.com:mmosca/tinyusbMarcelo Bezerra
2021-06-09fix enum overflow with msp430hathach
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
2021-06-09Add CFG_TUD_MAX_BUTTONS to the exampleMarcelo Bezerra
2021-06-09remove excess empty linesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-06-08re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-08indent fixMarcelo Bezerra
2021-06-08Fix comment in hid.hMarcelo Bezerra
2021-06-08Pull request changesMarcelo Bezerra
2021-06-08fix computing transferred bytes with E4hathach
2021-06-07Add CFG_TUD_MAX_BUTTONS to the exampleMarcelo Bezerra
2021-06-07remove excess empty linesMarcelo Bezerra
2021-06-07clean upMarcelo Bezerra
2021-06-07Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-06-07Merge pull request #881 from hathach/mindmotion-followupHa Thach
2021-06-07add OPT_MCU_MM32F327Xhathach
2021-06-07Add MM32 SDK and USB driver (#869)zhangslice