summaryrefslogtreecommitdiff
path: root/src/portable/microchip/samx7x/dcd_samx7x.c
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-07remove dma_desc_thathach
2026-03-06Apply suggestions from code reviewZixun LI
2026-03-06cleanupHiFiPhile
2026-02-27dcd/samx7x: reformat codeHiFiPhile
2026-02-27dcd/samx7x: remove buggy DMA FIFO transferHiFiPhile
2026-02-27dcd/samx7x: synchronize DMA and cache optionsHiFiPhile
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11fix fuzzing buildhathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-03-17fix trailing space and new linehathach
2022-12-04Fix typosBastien Nocera
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-10-24more wMaxPacketSizehathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
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-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