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
/
samg
/
dcd_samg.c
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-17
fix some Wconversion warnings
hathach
2025-12-31
re-branding fixed address fifo read/write to stride mode
hathach
2025-11-27
more rename
hathach
2025-11-20
refactor tu_fifo, add tu_fifo_write/read/peek_n_access()
hathach
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]
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-08-19
remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOC
hathach
2023-03-17
fix trailing space and new line
hathach
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-05-27
clean up tusb_fifo.h include
hathach
2021-05-10
minor clean up
hathach
2021-04-04
revert dcd_edpt_xfer_fifo() implementation for nuc505
hathach
2021-04-04
revert dcd_edpt_xfer_fifo() implementation for samg
hathach
2021-03-23
Fix bug in writing to constant src/dst address.
Reinhard Panhuber
2021-03-02
Change copy modes for new read/write functions in tusb_fifo.c
Reinhard Panhuber
2021-03-02
Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()
Reinhard Panhuber
2021-02-17
Fix wrong pointer call in dcd_samg.c
Reinhard Panhuber
2021-02-14
Change FIFO use indication to ff == NULL to avoid future errors.
Reinhard Panhuber
2021-02-13
Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.c
Reinhard Panhuber
2021-02-13
Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supported
Reinhard Panhuber
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2020-08-01
enable pull-up in dcd_init() instead of usbd
hathach
2020-05-02
abstract all UDP_CSR
hathach
2020-05-02
clean up
hathach
2020-05-02
fix EP0 data toggle issue
hathach
2020-05-02
remove toggle walkaround, fix control stall race condition
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-16
samg implement dcd connect/disconnect
hathach
2020-04-06
mass rename dcd_isr() to dcd_irq_handler()
hathach
2020-02-07
correct waklaround with only status IN
hathach
2020-02-07
samg55 work with cdc msc example
hathach
2020-02-07
implement walkaround for incorrect DATA Toggle for status control.
hathach
2019-12-23
adding lookup table for debugging
hathach
2019-12-21
making more progress, but failed with WRITE10
hathach
2019-12-21
able to response to scsi inquiry, but failed to response to test unit ready
hathach
2019-12-09
enhance samg
hathach
2019-12-09
clear data toggle in clear stall, also set config bit
hathach
2019-12-09
update descriptor, enhance ep in transfer
hathach
2019-12-09
implementing dcd_edpt_open
hathach
2019-11-28
use dcd_edpt0_status_complete() to set address without blocking for samd21/sa...
hathach
[next]