summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-24Merge branch 'local' of https://github.com/HiFiPhile/tinyusb into dcd_same70MasterPhi
2021-06-24fix warningMengsk
2021-06-24Add fifo helper function to CDC class for DMA transfer.Mengsk
2021-06-16Revert "Use byte copy.", add barrier after buffer write.MasterPhi
2021-06-15Default use dual bank for FS, use dcd irq switch.MasterPhi
2021-06-15Prevent buffer overflow.MasterPhi
2021-06-15Use byte copy.MasterPhi
2021-06-15Fix resume, always init FS clock.MasterPhi
2021-06-12Rename SAM7X to SAMX7XMasterPhi
2021-06-12Fix indent.MasterPhi
2021-06-12examples: freertos: add skip for same70Rafael Silva
2021-06-12dcd: sam7x: rename family dcd to include the whole familyRafael Silva
2021-06-11dcd: same70: trim trailling spacesRafael Silva
2021-06-11bsp: same70_xplained: replace template vars from makeRafael Silva
2021-06-11bsp: same70_xplained: fix unused variable warningRafael Silva
2021-06-11dcd: same70: fix unused variable warningRafael Silva
2021-06-11dcd: same70: change cmsis deprecated macrosRafael Silva
2021-06-11Add fifo & DMA linked list mode support.MasterPhi
2021-06-11Format.HiFiPhile
2021-06-11- Add Full Speed switchHiFiPhile
2021-06-11Seems like fixed ep0 issues, code format.HiFiPhile
2021-06-11Add OPT_MCU_SAME70 option value.HiFiPhile
2021-06-11Add sketchy SAME70 DCD driver.HiFiPhile
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