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
/
pio_usb
Age
Commit message (
Expand
)
Author
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-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-25
add tuh_edpt_close() API, it will abort any pending transfer
hathach
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
2023-11-03
fix race condition when dev0 is removed while enumerating
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
2023-07-02
also fixed pico_trac() log messages.
Lars Pötter
2023-06-29
add hcd_frame_number() for pio-usb host
hathach
2023-03-17
fix trailing space and new line
hathach
2022-06-08
add tuh_configure() for port/dynamic host behavior config
hathach
2022-05-10
clean up
hathach
2022-04-28
more clean up
hathach
2022-04-27
clean up
hathach
2022-04-26
minor clean up
hathach
2022-04-26
improve pio usb endpoint handler
hathach
2022-04-26
follow pio usb changes
hathach
2022-04-22
more with pio usb
hathach
2022-04-22
keep up with pio usb
hathach
2022-04-18
clean up pio driver
hathach
2022-04-16
support pio dcd endpiont stall
hathach
2022-04-15
pio device works well
hathach
2022-04-14
catch up with pio lib
hathach
2022-04-05
add need_pre for pio usb, but not work out well
hathach
2022-04-03
correct pio usb speed, and close device
hathach
2022-04-03
use pio usb host init
hathach
2022-04-03
clean up hcd pio
hathach
2022-04-02
extracting hw root port
hathach
2022-04-01
update to use pio hw endpoint
hathach
2022-04-01
rename pio to pio_usb
hathach