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
Age
Commit message (
Expand
)
Author
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
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-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-31
Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...
HiFiPhile
2025-10-31
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-10-27
improve warnings with rp2040 family
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-04-23
rename and expose tuh_bus_info_get() to application
hathach
2025-04-23
rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...
hathach
2025-03-26
added hcd_edpt_close() stub for other ports
hathach
2025-03-25
add tuh_edpt_close() API, it will abort any pending transfer
hathach
2025-03-05
rp2040: abort transfer if active in iso_activate()
hathach
2025-03-05
Merge branch 'master' into fork/pschatzmann/rp2040-iso
hathach
2025-02-28
fix(hcd_rp2040) assert/panic endpoint already active: when a device reset whi...
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
hcd_init() take init struct
hathach
2024-10-11
fix fuzzing build
hathach
2024-10-11
change dcd_init() to take rhport struct
hathach
2024-07-17
RP2040: no need to clear usb_hw (usb registers) as they are reset to default ...
Liam Fraser
2024-07-17
RP2040: Use our own unaligned memcpy to avoid alignment faults with some memc...
Liam Fraser
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-29
fix rp2 debug build with level 3
hathach
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-12-26
allow rp2040 to use max3421e as host controller
hathach
2023-11-03
fix race condition when dev0 is removed while enumerating
hathach
2023-09-27
change hcd_int_handler(rhport, in_isr) signature: add in_isr
hathach
2023-08-07
code format
hathach
2023-08-04
Merge branch 'master' into master
Ha Thach
2023-07-26
correct hcd_edpt_clear_stall() API signature
hathach
2023-07-24
add hcd abort xfer for rp2040 pio usb
hathach
2023-07-21
add stub hcd_edpt_abort_xfer() for all ports
hathach
[next]