summaryrefslogtreecommitdiff
path: root/src/portable/ti
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach
2024-08-19remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOChathach
2024-04-15add blocking delay for msp430 with max 25mhzhathach
2024-04-11Removed trailing whitespace.Clifroy Henry
2024-04-11Correctly implementing recommended workarounds for erratas USB4 and USB10.Clifroy Henry
2024-04-11Allow re-enumeration on host power cycle.Clifroy Henry
2024-04-11Resolve erroneous data on enumeration.Clifroy Henry
2024-04-11Increase bus powe stabilization delay.Clifroy Henry
2024-04-11Add non-bus-powered MSP430 re-enumeration support.Clifroy Henry
2022-06-06Merge pull request #1481 from cr1901/msp430-misopt-fixHa Thach
2022-05-30msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.William D. Jones
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-10-24Merge pull request #1160 from cr1901/msp-fixHa Thach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-23msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing ...William D. Jones
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10minor clean uphathach
2021-04-06revert dcd_edpt_xfer_fifo() implementation for msp430hathach
2021-03-02Change copy modes for new read/write functions in tusb_fifo.cReinhard Panhuber
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-02-14Implement dcd_edpt_iso_xfer() for msp430Reinhard Panhuber
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2020-08-04Merge pull request #478 from hathach/move-dcdconnect-to-dcdinitHa Thach
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-07-28fix msp430 gcc 9.2.0 warning in #465hathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-16add int enable/disable for pulluphathach
2020-04-16msp430 disconnect/connecthathach
2020-04-08move irq from msp430hathach
2020-03-24dcd_msp430x5xx: Add dummy dcd_edpt0_status_complete handler. AddWilliam D. Jones
2019-10-29dcd_msp430x5xx: Improve comments regarding SETUP packet handling.William D. Jones
2019-10-29dcd_msp430x5xx: Clarify hardware STALL behavior and current vs idealWilliam D. Jones
2019-10-10dcd_msp430x5xx: Fix typo in copy-paste in transmit_packet.William D. Jones
2019-10-10dcd_msp430x5xx: Improve SETUP packet and EP0 NAK interactions, perWilliam D. Jones
2019-10-02dcd_msp430x5xx: Fix typos in dcd_edpt_clear_stall.William D. Jones
2019-10-02dcd_msp430x5xx: Ensure DBUF bit is cleared on endpoint open, as itWilliam D. Jones
2019-10-02dcd_msp430x5xx: Correct byte count masks in transmit/receive routines.William D. Jones
2019-10-01dcd_msp430x5xx: Add STALL support for nonzero endpoints.William D. Jones
2019-10-01dcd_msp430x5xx: Fix TOGGLE bit behavior, clear stall when endpointWilliam D. Jones