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
/
rp2040_usb.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-01
reduce code size, use state to replace active + pending
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
rename and clean up
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-24
handle buf_status in per buffer basic (INTERRUPT_PER_BUFFER), this allows us ...
hathach
2026-01-16
revert back to shared hw_endpoint_t
hathach
2026-01-16
rename
hathach
2026-01-16
refactor hcd, get both control and interrupt endpoint working
hathach
2026-01-15
draft: hcd control work
hathach
2026-01-10
remove transfer_type from hw_endpoint
hathach
2026-01-09
enable dedicated hwfifo for rp2
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
2023-03-20
more compatible with IAR
hathach
2023-03-18
more clean up
hathach
2023-03-17
Merge branch 'master' into portability
hathach
2023-03-17
fix trailing space and new line
hathach
2023-01-31
add e15 prefix or walkaround related functions, also minor refactor
hathach
2023-01-31
minor clean up
hathach
2023-01-24
rp2040: shuffle hw_endpoint members
Jonathan Bell
2023-01-24
rp2040: avoid device-mode state machine hang
Jonathan Bell
2023-01-23
rp2040: export hw_endpoint_start_next_buffer() and hw_endpoint_lock_update()
Jonathan Bell
2022-11-30
more clean up
hathach
2022-09-12
[rp2040] Remove non-portable return statements
Ben Avison
2022-06-16
rp2040: make moving 1K of code into RAM optional - and off by default
graham sanderson
2022-06-08
make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_...
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2021-09-01
rp2040 implement dcd_edpt_close_all()
hathach
2021-09-01
rp2040 correct ep set/clear stall
hathach
2021-08-11
clean up endpoint set/clear stall
hathach
2021-06-17
force single buffered for device mode, out endpoint
hathach
2021-06-13
remove sent_setup from hw endpoint
hathach
2021-06-11
map pico_info to log2, pico_trace to log3
hathach
2021-06-11
replace pico_warn by log level 1
hathach
2021-06-11
remove unused variable in hw endpoint
hathach
2021-06-11
rename hw endpoint
hathach
2021-06-11
refactor rp2040 usb
hathach
2021-06-11
double buffered work with host
hathach
2021-06-03
Add __unused to variables that are only used if TU_LOG does something
graham sanderson
2021-05-30
fix incorrect data toggle when max packet size < 64
hathach
2021-03-02
Merge pull request #684 from hathach/rp2040-host-example
Ha Thach
2021-02-27
Merge pull request #675 from majbthrd/rp2040epaddr
Ha Thach
2021-02-26
add rp2040 to host example build
hathach
[next]