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
/
renesas
/
rusb2
/
dcd_rusb2.c
Age
Commit message (
Expand
)
Author
2026-07-13
rusb2: EP0 OUT reliability, HS UTMI PHY power-up, FS-only build support
hathach
2026-07-09
dcd(rusb2): iso alloc/activate; bound the FIFO-ready wait
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-17
fix some Wconversion warnings
hathach
2026-01-04
update hcd rusb2 to use tu_hwfifo read/write
hathach
2026-01-03
rusb2 move tu_hwfifo_write() to rusb2_common.c
hathach
2026-01-03
hwfifo support custom write/read
hathach
2026-01-01
rusb2 use tu_hwfifo API to write usb packet
hathach
2026-01-01
minor refactor
hathach
2025-12-11
dcd/rusb2: fix fifo write
HiFiPhile
2025-11-26
change tu_fifo_buffer_info_t layout
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-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-05-27
renesas: Add support for dcd_sof_enable().
Andrew Leech
2024-04-15
revert to use __builtin_ctz() for optimized time
hathach
2024-04-11
apply find_pipe() and forloop for hcd
hathach
2024-04-10
fix mask typo for brdysts when using pipe9
hathach
2024-04-10
support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumera...
hathach
2024-04-10
use for loop instead of__builtin_ctz() which is not portable (e.g with ccrx)
hathach
2024-04-10
revert pr2245
hathach
2023-09-08
wait_pipe_fifo_empty() now returns bool (as expected using TU_ASSERT macro)
maidnl
2023-09-08
renesas: added wait function for IN transaction
maidnl
2023-08-01
add rusb2_common.c for dynami irq
hathach
2023-07-31
enable USBMC for uno r4, add board_init_after_tusb() API
hathach
2023-07-31
enable_irq since uno bootloader can disable it. systick triggered, however us...
hathach
2023-07-28
- revert usb address
hathach
2023-07-28
fix ci
hathach
2023-07-26
refactored multiple ports for hcd rusb2
hathach
2023-07-26
updating hcd rusb2
hathach
2023-07-07
move check highspeed to rusb_ra
hathach
2023-07-07
add PORT selection for makefile
hathach
2023-07-07
fully work with multiple ports without CFG_TUSB_RHPORT0/1
hathach
2023-07-07
use unaligned access read for hw fifo
hathach
2023-07-06
fix build with rx
hathach
2023-07-06
more multiple ports update
hathach
2023-07-06
add rusb2_module_start(), more update for multiple ports for dcd rusb2
hathach
2023-07-05
minor pipe clean up
hathach
2023-07-05
usb hs work with ra 6m5 ek
hathach
2023-06-05
renesas_rx: fix compilation on latest GCC
Martino Facchin
2023-05-17
renesas: provide default for CFG_TUSB_RHPORT1_MODE
Martino Facchin
2023-05-03
renesas: add fallback for targets not defining CFG_TUSB_RHPORT*_MODE
Martino Facchin
2023-05-03
renesas_ra: support RA2A1 (FS only)
Martino Facchin
2023-05-03
renesas_ra: add support for HS port
Martino Facchin
2023-03-16
rename symbols
hathach
2023-03-16
rename file link to rusb2
hathach