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
/
raspberrypi
/
rp2040
/
dcd_rp2040.c
Age
Commit message (
Expand
)
Author
2026-07-09
dcd(rp2040): re-issue in-flight transfer on clear-halt toggle reset
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-01
fix issue caused by merging active + pending state
hathach
2026-04-01
reduce code size, use state to replace active + pending
hathach
2026-03-31
finally get rp2040 host epx working with 2-sof solution for switching
hathach
2026-03-28
rp2 common refactor
hathach
2026-03-27
rename and clean up
hathach
2026-03-27
fix E15 workaround issue with out of order in double buffer. device bulk rx/t...
hathach
2026-03-27
clean up hw_endpoint_open(), still has issue with E15 and ping-pong (slow read).
hathach
2026-03-26
implement ping-pong double buffered for both tx and rx
hathach
2026-03-25
fix e4 incorrect buf with incorrect buf_id = 1
hathach
2026-03-25
update hcd to handle interrupt per buf
hathach
2026-03-24
handle buf_status in per buffer basic (INTERRUPT_PER_BUFFER), this allows us ...
hathach
2026-03-19
Merge branch 'refs/heads/master' into rp2040-hcd-epx
hathach
2026-03-19
rp2 disable hwfifo
hathach
2026-01-16
rename
hathach
2026-01-16
refactor hcd, get both control and interrupt endpoint working
hathach
2026-01-10
remove transfer_type from hw_endpoint
hathach
2026-01-09
enable dedicated hwfifo for rp2
hathach
2026-01-09
clean up
hathach
2026-01-09
only apply errata E5 and E15 for rp2040. rp2350 already fixes these
hathach
2026-01-08
minor clean up
hathach
2026-01-08
change signature for hwep_buf_ctrl_* to take pointer to buf control instead o...
hathach
2026-01-07
remove hw_endpoint_t rx, rename/change signature of helper functions
hathach
2026-01-07
refactor remove endpoint_control/buffer_control from hw_endpoint_t
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-08-05
fix rp2 iso transfer: reset state before notify stack. since new audio driver...
hathach
2025-03-05
rp2040: abort transfer if active in iso_activate()
hathach
2025-01-15
rp2040 correct dcd_edpt_iso_activate
pschatzmann
2024-11-28
made change per reviews, remove dcd_edpt_close(), rename and move thing around
hathach
2024-10-15
RP2040 New ISO API
pschatzmann
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
change dcd_init() to take rhport struct
hathach
2024-04-08
fix unused warning
hathach
2024-04-08
add class driver deinit
hathach
2024-04-08
Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.
Felix "xq" Queißner
2024-03-13
- only abort ep0 if it is active
hathach
2024-03-12
Merge branch 'master' into fix-rp2040-ctrl-xfer
hathach
2024-03-11
reformat code
hathach
2024-02-26
work around possible RP2040 erratum
Taylor Yu
2023-07-02
also fixed pico_trac() log messages.
Lars Pötter
2023-06-26
fix warnings when enable rtt with rp2040
hathach
2023-03-17
Merge branch 'master' into portability
hathach
2023-03-15
fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdk
hathach
2023-03-10
rp2040: include hardware/sync.h explicitly
Dan Halbert
2023-03-02
rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM
graham sanderson
2023-01-31
fix typos
hathach
2023-01-31
add e15 prefix or walkaround related functions, also minor refactor
hathach
[next]