summaryrefslogtreecommitdiff
path: root/src/portable/microchip
AgeCommit message (Expand)Author
2026-04-17fix some Wconversion warningshathach
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-12-31re-branding fixed address fifo read/write to stride modehathach
2025-11-27more renamehathach
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-20refactor tu_fifo, add tu_fifo_write/read/peek_n_access()hathach
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]
2025-10-15merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & O...hathach
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2025-07-09add board_vbus_set() for samd21/d51 to enable usb host vbushathach
2025-07-09Merge branch 'refs/heads/master' into fork/ChrisDeadman/hcd-samd-supporthathach
2024-12-27dcd_pic: check USBBUSY bit on PIC32sReimu NotMoe
2024-12-27dcd_pic: let the user manage shared GPIO/VBUS pinReimu NotMoe
2024-12-27dcd_pic: handle EP0 timeout/stall correctlyReimu NotMoe
2024-12-27dcd_pic: implement dcd_deinit()Reimu NotMoe
2024-12-27dcd_pic: handle remote wakeup more correctlyReimu NotMoe
2024-12-27dcd_pic: handle bus resume correctlyReimu NotMoe
2024-12-27dcd_pic: change license header and credit people accordinglyReimu NotMoe
2024-12-27dcd_pic: add readmeReimu NotMoe
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-10-20add support for native SAMD HCDDeadman
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
2024-10-11change dcd_init() to take rhport structhathach
2024-08-19remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOChathach
2024-05-27microchip samd: Add support for dcd_sof_enable().Andrew Leech
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-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