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
/
hcd_rp2040.c
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-05-15
rp2040: fix host SET_REPORT (and any OUT-data control xfer) sending DATA0 ins...
Boris Dolgov
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-30
hcd rp2 add double buffered for control endpoint transfers.
hathach
2026-03-28
rp2 common refactor
hathach
2026-03-28
host epx clean up
hathach
2026-03-27
refactor
hathach
2026-03-27
rename and clean up
hathach
2026-03-26
implement ping-pong double buffered for both tx and rx
hathach
2026-03-25
update hcd to handle interrupt per buf
hathach
2026-03-23
add rp2040 sof + stop_trans on nak. increase nak_poll fs/ls delay to 300 us t...
hathach
2026-03-20
clean up
hathach
2026-03-20
Add support for EPX preemption on RP2350 during NAK conditions
hathach
2026-03-19
Add EPX transfer scheduling when hcd_edpt_xfer() is called while epx is busy
hathach
2026-01-16
revert back to shared hw_endpoint_t
hathach
2026-01-16
rename
hathach
2026-01-16
rename
hathach
2026-01-16
implement hcd_device_close()
hathach
2026-01-16
refactor hcd, get both control and interrupt endpoint working
hathach
2026-01-15
draft: hcd control work
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
fix hcd force_single mistake by refactor
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-03-26
added hcd_edpt_close() stub for other ports
hathach
2025-02-28
fix(hcd_rp2040) assert/panic endpoint already active: when a device reset whi...
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
hcd_init() take init struct
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-29
fix rp2 debug build with level 3
hathach
2023-12-26
allow rp2040 to use max3421e as host controller
hathach
2023-09-27
change hcd_int_handler(rhport, in_isr) signature: add in_isr
hathach
2023-08-04
Merge branch 'master' into master
Ha Thach
2023-07-26
correct hcd_edpt_clear_stall() API signature
hathach
2023-07-21
add stub hcd_edpt_abort_xfer() for all ports
hathach
2023-07-02
made line ends consistent.
Lars Pötter
2023-04-20
[rp2040] Make writes to SIE_CTRL aware of concurrent access
Jacek Fedorynski
2023-03-17
Merge branch 'master' into portability
hathach
2023-01-23
rp2040: export hw_endpoint_start_next_buffer() and hw_endpoint_lock_update()
Jonathan Bell
2022-11-30
white spaces
hathach
2022-11-04
fix -wconversion-int and add minor comment
hathach
2022-11-04
Merge branch 'master' into rp2040-hcd-bulk
Ha Thach
2022-09-13
Remove unreachable code
Ben Avison
2022-09-12
[rp2040] Explicit cast value of `hw_set_alias`
Ben Avison
[next]