summaryrefslogtreecommitdiff
path: root/src/portable/microchip/samd
AgeCommit message (Expand)Author
2026-07-09dcd(samd): implement iso alloc/activatehathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
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-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-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-05-27microchip samd: Add support for dcd_sof_enable().Andrew Leech
2022-10-19Merge pull request #1523 from maddyaby/dcd_edpt_openHa Thach
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-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
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-06-15add support SAML21sabas1080
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach
2020-08-22add OPT_MCU_SAMD11hathach
2020-07-23fix samd21 race condition with setup packethathach
2020-06-25dcd_samd: Provide implementation for OPT_MCU_SAME5XJeff Epler
2020-06-24added OPT_MCU_SAME5X optionhathach
2020-04-30fix dcd samd race condition with setup packethathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09implement dcd connect/disconnect for samd and nrfhathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06move irqhandler to applicationhathach
2019-12-27fix #247hathach
2019-12-26clean uphathach
2019-12-26merge dcd_samd51 & dcd_samd21 into dcd_samdhathach