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
/
nxp
/
lpc17_40
Age
Commit message (
Expand
)
Author
2026-07-18
dcd_lpc17_40: address review findings in the iso paths
hathach
2026-07-17
dcd_lpc17_40: mask USB IRQ around non-reentrant SIE and realization sequences
hathach
2026-07-17
dcd_lpc17_40: fix stale EP0 out_received, add isochronous support
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-17
fix some Wconversion warnings
hathach
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-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-30
Merge branch 'master' into add-ohci-lpc55
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
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-10
try to enable ohci for lpc55 but not working, probably clock issue
hathach
2025-04-23
rename and expose tuh_bus_info_get() to application
hathach
2024-11-27
Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
Ha Thach
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
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
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_HOST_ENABLED to CFG_TUH_ENABLED
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-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-03-16
fix build with OPT_MCU_LPC177X_8X
hathach
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2020-08-01
enable pull-up in dcd_init() instead of usbd
hathach
2020-04-17
complete remove dcd_set_config(), fix unit test
hathach
2020-04-17
Merge branch 'master' into remove-dcd-set-config
hathach
2020-04-17
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
hathach
2020-04-16
implement dcd disconnect/connect for lpc ip3511
hathach
2020-04-16
added dcd disconnect/connect to lpc17/40
hathach
2020-04-13
lpc17xx move set configdevice into set address
hathach
2020-04-06
mass rename dcd_isr() to dcd_irq_handler()
hathach
2019-11-21
moving irq to bsp for lpc17/40
hathach
2019-11-21
rename lpc 17/18 irq to dcd_isr/hcd_isr
hathach
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-09-16
fix #143
hathach
2019-06-10
remove dcd_edpt_busy()
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
more clean up use inline bit funciton instead of macros
hathach
2019-05-14
update license year to 2019
hathach
2019-03-30
added dcd_remote_wakeup() stub for all ports
hathach
2019-03-29
working on suspend and resume
hathach
2019-03-29
added Suspend and Resume event for nrf5x port
hathach
2019-03-27
replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall
hathach
2019-03-27
remove dcd_get_frame_number()
hathach
[next]