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
Age
Commit message (
Expand
)
Author
2022-07-12
RP@040: rework CMake for compiler warnings
graham sanderson
2022-06-30
rp2040 enable SOF as resumed signal when remote wakeup
hathach
2022-06-27
use forloop to avoid -Warray-bounds with host setup packet
hathach
2022-06-27
fix all warnings with host rp2040
hathach
2022-06-21
Merge pull request #1509 from liamfraser/rp2040_hcd_improvements
Ha Thach
2022-06-18
Merge pull request #1518 from mingpepe/master
Ha Thach
2022-06-17
rp2040: use shared IRQ handlers, so user can also hook the USB IRQ
graham sanderson
2022-06-17
Fix typo for log format
mingpepe
2022-06-16
rp2040: make moving 1K of code into RAM optional - and off by default
graham sanderson
2022-06-13
hcd_rp2040 improvements:
Liam Fraser
2022-06-08
make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_...
hathach
2022-05-31
Merge pull request #1381 from hathach/add-sof-isr
Ha Thach
2022-05-20
Minor cleanup of RP2040 code post addition of Pico-PIO_USB
graham sanderson
2022-04-17
hcd_rp2040: Add bulk in/out+interrupt out support.
Skyler Mansfield
2022-04-08
proof of concpet that device pio-usb work with host pio-usb
hathach
2022-03-20
Merge branch 'master' into pio-host
hathach
2022-03-07
implement dcd_sof_enable() for rp2040
hathach
2022-03-04
rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
hathach
2022-03-03
Add host string descriptor functions
Scott Shawcroft
2022-03-02
try to fix ci
hathach
2022-03-02
minor rename
hathach
2022-03-01
start to add pio usb (host) support
hathach
2022-02-28
Merge pull request #1343 from Daft-Freak/patch-1
Ha Thach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2022-02-23
Support interrupt OUT in RP2040 HCD
Charlie Birks
2021-12-08
Handle xfer events before closing EP
Valentin Milea
2021-12-07
Remove buffer reclaim logs
Valentin Milea
2021-12-04
Handle the closing of endpoints on RP2040
Valentin Milea
2021-11-30
improve hcd_device_close() for rp2040
hathach
2021-11-30
implement hcd device close
rppicomidi
2021-11-05
RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check fo...
Liam Fraser
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-10-14
More warning cleanup
graham sanderson
2021-10-14
Remove compiler warning
graham sanderson
2021-09-01
rp2040 implement dcd_edpt_close_all()
hathach
2021-09-01
rp2040 correct ep set/clear stall
hathach
2021-08-31
fix rp2040 chapter 9 TD 9.6 test
hathach
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-08-24
rename host API to be consistent with naming on device stack
hathach
2021-08-24
fix rp2040 build
hathach
2021-08-12
add ready check for edpt claim
hathach
2021-08-12
bus_reset will reset all endpoints
hathach
2021-08-12
white space
hathach
2021-08-12
simplify hw_endpoint_init()
hathach
2021-08-11
more dcd clean up
hathach
2021-08-11
clean up endpoint set/clear stall
hathach
2021-08-11
rp2040 enable suspend and resume interrupt
hathach
2021-06-17
force single buffered for device mode, out endpoint
hathach
2021-06-13
fix calculating xferred bytes with double buffer with short packet on buffer0
hathach
[prev]
[next]