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
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
2019-09-29
dcd_msp430x5xx: Fix missing mask when posting IN xfer events.
William D. Jones
2019-09-29
dcd_msp430x5xx: Implement transmit_packet for nonzero endpoints. Untested.
William D. Jones
2019-09-29
Implement dcd_edpt_xfer for nonzero endpoints.
William D. Jones
2019-09-29
dcd_msp430x5xx: Fix clear stall logic.
William D. Jones
2019-09-29
dcd_msp430x5xx: Implement dcd_edpt_open.
William D. Jones
2019-09-28
dcd_msp430x5xx: Implement STALL logic for EP 0.
William D. Jones
2019-09-28
dcd_msp430x5xx: Improve EP0 IN handling (reuse short_packet field).
William D. Jones
2019-09-27
dcd_msp430x5xx: Implement dcd_set_address.
William D. Jones
2019-09-27
dcd_msp430x5xx: Implement EP0 IN xfers, clean up.
William D. Jones
2019-09-24
dcd_msp430x5xx: Fix Setup packet delay by actually enabling
William D. Jones
2019-09-24
dcd_msp430x5xx: Setup packets are now received successfully (with delay).
William D. Jones
2019-09-24
msp430f5529: Change EP0 size to 8, implement interrupt logic up to bus
William D. Jones
2019-09-23
msp430f5529: Implement dcd_int_enable/disable.
William D. Jones
2019-09-23
msp430f5529: Enable clocks/PLL for msp_exp430f5529lp and enable USB
William D. Jones
2019-09-23
msp430f5529: Ensure cdc_msc demo compiles.
William D. Jones
2019-09-14
msp430f5529: Add empty msp_exp430f5529lp BSP and DCD.
William D. Jones