summaryrefslogtreecommitdiff
path: root/src/portable/microchip
AgeCommit message (Expand)Author
2022-12-04Fix typosBastien Nocera
2022-10-19Merge pull request #1523 from maddyaby/dcd_edpt_openHa Thach
2022-10-06Microchip PIC24/dsPIC33 device mode supportReimuNotMoe
2022-09-03Initial PIC32MM/MX & PIC24 supportReimuNotMoe
2022-06-27samd: Fix a lock-up situation at high traffic.robert-hh
2022-06-17Allow more endpoint packet sizes for SAMDmaddyaby
2022-06-16Stub out dcd_edpt_close for samdmaddyaby
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-05-01dcd_pic32: Fix memory overwrite in incoming dataJerzy Kasenberg
2022-05-01dcd_pic32: Add asserts transfer sanity checkJerzy Kasenberg
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-01-17pic32mz: Fix remote_wakeup without OSJerzy Kasenberg
2022-01-07Add driver for PIC32MZ MCUsJerzy Kasenberg
2021-12-31Add register file for Microchip PIC32MZJerzy Kasenberg
2021-10-24more wMaxPacketSizehathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-08-31clear stall and reset data toggle when open edpthathach
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-05Minor fix.MasterPhi
2021-07-30Move register define to separate header.MasterPhi
2021-07-30Add cache clean/invalidate.MasterPhi
2021-07-21Fix non-DMA IN irq.MasterPhi
2021-07-21Re-enable SETUP irq on EP0 stall.MasterPhi
2021-07-21Remove redundant TX irq.MasterPhi
2021-07-21Fix EP0 issue (again)MasterPhi
2021-07-20Workaround of EP0 issue, clean up.MasterPhi
2021-07-19Merge branch 'dcd_same70' of https://github.com/HiFiPhile/tinyusb into dcd_sa...MasterPhi
2021-07-19Remove clock init.MasterPhi
2021-07-19clean up warninghathach
2021-07-19Fixing NAKed OUT xferMasterPhi
2021-07-17Fix build error.MasterPhi
2021-07-17Fix ISO support.MasterPhi
2021-07-17Merge branch 'master' into dcd_same70HiFiPhile
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-15add support SAML21sabas1080
2021-06-12Rename SAM7X to SAMX7XMasterPhi
2021-06-12Fix indent.MasterPhi
2021-06-12dcd: sam7x: rename family dcd to include the whole familyRafael Silva
2021-06-11dcd: same70: trim trailling spacesRafael 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