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
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
2023-07-02
also fixed pico_trac() log messages.
Lars Pötter
2023-07-02
made line ends consistent.
Lars Pötter
2023-06-29
add hcd_frame_number() for pio-usb host
hathach
2023-06-26
fix warnings when enable rtt with rp2040
hathach
2023-04-20
[rp2040] Make writes to SIE_CTRL aware of concurrent access
Jacek Fedorynski
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-03-15
fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdk
hathach
2023-03-10
rp2040: include hardware/sync.h explicitly
Dan Halbert
2023-03-02
rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM
graham sanderson
2023-01-31
fix typos
hathach
2023-01-31
move errata to end of c file
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-11-30
white spaces
hathach
2022-11-23
Fix RP2040 Issue 1721
rppicomidi
2022-11-04
fix -wconversion-int and add minor comment
hathach
2022-11-04
Merge branch 'master' into rp2040-hcd-bulk
Ha Thach
2022-10-05
Fix typo for log in dcd_rp2040.c
mingpepe
2022-09-13
[rp2040] Wrap GCC pragmas in #ifdef __GNUC__
Ben Avison
2022-09-13
Don't assume ints automatically convert to enums
Ben Avison
2022-09-13
Remove unreachable code
Ben Avison
2022-09-12
[rp2040] Explicit cast value of `hw_set_alias`
Ben Avison
2022-09-12
[rp2040] Remove non-portable return statements
Ben Avison
2022-09-07
Fix bug #1628 by preventing shared irq slots for filling up
jmark1m
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-06-08
add tuh_configure() for port/dynamic host behavior config
hathach
[next]