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
/
nuvoton
/
nuc121
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-17
fix some Wconversion warnings
hathach
2025-10-31
Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...
HiFiPhile
2025-10-31
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-10-28
fix warning with strict prototypes warnings
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]
2025-10-15
update nuc121/125
hathach
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
2023-03-17
fix trailing space and new line
hathach
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-09-13
clear PID along with clear stall
hathach
2021-09-10
reset PID to DATA0 on clear_stall.
MasterPhi
2021-09-10
Fix remote_wakeup
MasterPhi
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-08-21
Fix CI.
MasterPhi
2021-08-21
nuc126: fix set_address & disable sof
MasterPhi
2021-08-18
correct usb memcpy for nuc120 as well
hathach
2021-08-17
use USBD_MemCopy.
Mengsk
2021-05-27
clean up tusb_fifo.h include
hathach
2021-05-10
minor clean up
hathach
2021-04-06
revert dcd_edpt_xfer_fifo() implementation for nuc120 121
hathach
2021-03-02
Change copy modes for new read/write functions in tusb_fifo.c
Reinhard Panhuber
2021-03-02
Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()
Reinhard Panhuber
2021-02-17
Fix missing FIFO definitions
Reinhard Panhuber
2021-02-14
Change FIFO use indication to ff == NULL to avoid future errors.
Reinhard Panhuber
2021-02-13
Implement dcd_edpt_iso_xfer() for dcd_nuc121.c
Reinhard Panhuber
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2020-04-17
complete remove dcd_set_config(), fix unit test
hathach
2020-04-17
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
hathach
2020-04-09
Merge branch 'master' into refactor-irqhandler
Ha Thach
2020-04-07
nuvoton: add dcd_disconnect() dcd_connect()
Peter Lawrence
2020-04-06
add tud_irq_handler() to all NUC board
hathach
2020-04-06
mass rename dcd_isr() to dcd_irq_handler()
hathach
2020-01-16
Merge branch 'master' into nucbusreset
Ha Thach
2020-01-16
Merge branch 'master' into line_endings
Ha Thach
2020-01-15
nuc121: survive USB bus reset
Peter Lawrence
2020-01-15
nuc121: enhanced driver and hopefully added readability
Peter Lawrence
2020-01-15
Normalize line endings
Nathan Conrad
2020-01-15
nuc121: better fix for handling large OUT transfers
Peter Lawrence
2020-01-14
nuc121: fix handling of OUT transfers larger than max packet size
Peter Lawrence
2020-01-04
dcd_nuc121: allow user ZLP transfers to get a callback
Peter Lawrence
2020-01-04
add Nuvoton NUC121/NUC125/NUC126
Peter Lawrence