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
/
ti
Age
Commit message (
Expand
)
Author
2025-11-19
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-11-17
make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...
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-09-17
Replace old delay functions by tusb_time_delay_ms_api
HiFiPhile
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
2024-08-19
remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOC
hathach
2024-04-15
add blocking delay for msp430 with max 25mhz
hathach
2024-04-11
Removed trailing whitespace.
Clifroy Henry
2024-04-11
Correctly implementing recommended workarounds for erratas USB4 and USB10.
Clifroy Henry
2024-04-11
Allow re-enumeration on host power cycle.
Clifroy Henry
2024-04-11
Resolve erroneous data on enumeration.
Clifroy Henry
2024-04-11
Increase bus powe stabilization delay.
Clifroy Henry
2024-04-11
Add non-bus-powered MSP430 re-enumeration support.
Clifroy Henry
2022-06-06
Merge pull request #1481 from cr1901/msp430-misopt-fix
Ha Thach
2022-05-30
msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.
William D. Jones
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
Merge pull request #1160 from cr1901/msp-fix
Ha Thach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-10-23
msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing ...
William D. Jones
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
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 msp430
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-14
Implement dcd_edpt_iso_xfer() for msp430
Reinhard Panhuber
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2020-08-04
Merge pull request #478 from hathach/move-dcdconnect-to-dcdinit
Ha Thach
2020-08-01
enable pull-up in dcd_init() instead of usbd
hathach
2020-07-28
fix msp430 gcc 9.2.0 warning in #465
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-16
add int enable/disable for pullup
hathach
2020-04-16
msp430 disconnect/connect
hathach
2020-04-08
move irq from msp430
hathach
2020-03-24
dcd_msp430x5xx: Add dummy dcd_edpt0_status_complete handler. Add
William D. Jones
2019-10-29
dcd_msp430x5xx: Improve comments regarding SETUP packet handling.
William D. Jones
2019-10-29
dcd_msp430x5xx: Clarify hardware STALL behavior and current vs ideal
William D. Jones
2019-10-10
dcd_msp430x5xx: Fix typo in copy-paste in transmit_packet.
William D. Jones
2019-10-10
dcd_msp430x5xx: Improve SETUP packet and EP0 NAK interactions, per
William D. Jones
2019-10-02
dcd_msp430x5xx: Fix typos in dcd_edpt_clear_stall.
William D. Jones
2019-10-02
dcd_msp430x5xx: Ensure DBUF bit is cleared on endpoint open, as it
William D. Jones
2019-10-02
dcd_msp430x5xx: Correct byte count masks in transmit/receive routines.
William D. Jones
2019-10-01
dcd_msp430x5xx: Add STALL support for nonzero endpoints.
William D. Jones
2019-10-01
dcd_msp430x5xx: Fix TOGGLE bit behavior, clear stall when endpoint
William D. Jones
2019-09-29
dcd_msp430x5xx: Implement receive_packet for all endpoints, correct
William D. Jones
[next]