summaryrefslogtreecommitdiff
path: root/src/portable/microchip
AgeCommit message (Collapse)Author
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2022-01-17pic32mz: Fix remote_wakeup without OSJerzy Kasenberg
Remote wakeup requires 10ms of delay when RESUME bit is toggled. It was covered for OS build. For non-OS build simple delay based on board_millis() is used to wait required amount of time. Without this remote wakup may not work.
2022-01-07Add driver for PIC32MZ MCUsJerzy Kasenberg
Device-only driver for PIC32MZ MCUs.
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
required to pass one of msc test.
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
correctly responded to TD 9.13 Set Configuration Test
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 ↵MasterPhi
dcd_same70
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
Signed-off-by: MasterPhi <[email protected]>
2021-06-15Default use dual bank for FS, use dcd irq switch.MasterPhi
2021-06-15Prevent buffer overflow.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15Use byte copy.MasterPhi
2021-06-15Fix resume, always init FS clock.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15add support SAML21sabas1080
2021-06-12Rename SAM7X to SAMX7XMasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12Fix indent.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12dcd: sam7x: rename family dcd to include the whole familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11dcd: same70: trim trailling spacesRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11dcd: same70: fix unused variable warningRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11dcd: same70: change cmsis deprecated macrosRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11Add fifo & DMA linked list mode support.MasterPhi
2021-06-11Format.HiFiPhile
2021-06-11- Add Full Speed switchHiFiPhile
- Add DMA support - Add Dual bank support Signed-off-by: HiFiPhile <[email protected]>
2021-06-11Seems like fixed ep0 issues, code format.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2021-06-11Add sketchy SAME70 DCD driver.HiFiPhile
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10minor clean uphathach
2021-04-15Merge branch 'master' into edpt_ISO_xferhathach
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-04-04revert dcd_edpt_xfer_fifo() implementation for nuc505hathach
2021-04-04revert dcd_edpt_xfer_fifo() implementation for samghathach
samg fifo is accessed byte by byte (although the register is 32 bit).
2021-03-23Fix bug in writing to constant src/dst address.Reinhard Panhuber
Copying has to be conduct in full words (at least for STM32). Renamed copy function to tu_fifo_write_n_const_addr_full_words()
2021-03-02Change copy modes for new read/write functions in tusb_fifo.cReinhard Panhuber
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-02-17Fix wrong pointer call in dcd_samg.cReinhard Panhuber