index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
portable
/
microchip
/
samd
/
dcd_samd.c
Age
Commit message (
Expand
)
Author
2026-07-09
dcd(samd): implement iso alloc/activate
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-11-19
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-11-17
make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...
hathach
2025-10-22
Apply suggestions from code review
Zixun LI
2025-10-22
Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo
copilot-swe-agent[bot]
2025-10-15
merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & O...
hathach
2024-11-27
Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
Ha Thach
2024-10-14
change dcd_init() return from void to bool
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
fix fuzzing build
hathach
2024-05-27
microchip samd: Add support for dcd_sof_enable().
Andrew Leech
2022-10-19
Merge pull request #1523 from maddyaby/dcd_edpt_open
Ha Thach
2022-06-27
samd: Fix a lock-up situation at high traffic.
robert-hh
2022-06-17
Allow more endpoint packet sizes for SAMD
maddyaby
2022-06-16
Stub out dcd_edpt_close for samd
maddyaby
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-08-31
clear stall and reset data toggle when open edpt
hathach
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-06-15
add support SAML21
sabas1080
2021-04-09
Add support for SAM L22 family
Joey Castillo
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2021-01-08
comment clean up
hathach
2021-01-08
update comment and correct the size to 8+2
hathach
2021-01-08
walkround for samd21 setup_packet overflow
hathach
2020-08-22
add OPT_MCU_SAMD11
hathach
2020-07-23
fix samd21 race condition with setup packet
hathach
2020-06-25
dcd_samd: Provide implementation for OPT_MCU_SAME5X
Jeff Epler
2020-06-24
added OPT_MCU_SAME5X option
hathach
2020-04-30
fix dcd samd race condition with setup packet
hathach
2020-04-17
complete remove dcd_set_config(), fix unit test
hathach
2020-04-17
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
hathach
2020-04-11
Merge branch 'master' into refactor-irqhandler
Ha Thach
2020-04-09
implement dcd connect/disconnect for samd and nrf
hathach
2020-04-06
mass rename dcd_isr() to dcd_irq_handler()
hathach
2020-04-06
move irqhandler to application
hathach
2019-12-27
fix #247
hathach
2019-12-26
clean up
hathach
2019-12-26
merge dcd_samd51 & dcd_samd21 into dcd_samd
hathach