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
/
mentor
Age
Commit message (
Expand
)
Author
2023-09-27
change hcd_int_handler(rhport, in_isr) signature: add in_isr
hathach
2023-08-04
Merge branch 'master' into master
Ha Thach
2023-07-26
correct hcd_edpt_clear_stall() API signature
hathach
2023-07-21
add stub hcd_edpt_abort_xfer() for all ports
hathach
2023-07-02
made line ends consistent.
Lars Pötter
2023-03-17
fix trailing space and new line
hathach
2022-05-31
Merge pull request #1381 from hathach/add-sof-isr
Ha Thach
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2022-03-02
try to fix ci
hathach
2022-02-26
more internal rename
hathach
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
2021-12-07
Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y
Ha Thach
2021-12-04
Fix buffer overrun at pipe_read_packet()
kkitayam
2021-12-04
Fix memory overrun at pipe_read_packet()
kkitayam
2021-11-30
Add register settings to handle a HUB
kkitayam
2021-11-29
Add hcd_musb.c
kkitayam
2021-11-27
Add a compile condition for dcd
kkitayam
2021-11-08
add missing musb type file
hathach
2021-11-08
rename to simply OPT_MCU_MSP432E4, add msp432e to ci
hathach
2021-11-08
musb work well with tm4c123
hathach
2021-11-07
Fix DCD_EVENT_XFER_COMPLETE was signaled, even after EP is closed
kkitayam
2021-11-06
Implement dcd_edpt_xfer_fifo for dcd_musb
kkitayam
2021-11-06
Add dcd_musb.c
kkitayam