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
/
device
/
dcd.h
Age
Commit message (
Expand
)
Author
2023-11-24
minor doc
hathach
2023-06-16
fix build warnings
hathach
2023-06-09
move protocol message to stack, disable battery in PWR's CR3
hathach
2023-05-23
Enhance chipidea (#2075)
Ha Thach
2023-03-17
fix trailing space and new line
hathach
2023-02-28
Merge pull request #1828 from HiFiPhile/stm32_fsdev
Ha Thach
2023-01-13
fix: Replace device calls to memcpy with tu_memcpy_s
Nathaniel Brough
2022-12-29
UAC : Enable fifo based transfer on stm32_fsdev
Mengsk
2022-12-29
Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.
Mengsk
2022-06-24
fix redundant-decls warnings by usbd/usbh
hathach
2022-05-31
Merge pull request #1381 from hathach/add-sof-isr
Ha Thach
2022-04-18
clean up pio driver
hathach
2022-03-07
added dcd_sof_enable(), tud_sof_isr_set()
hathach
2022-02-26
more internal rename
hathach
2022-02-25
rename and move dcd_attr.h to tusb_mcu_attr.h
hathach
2021-11-30
Ignore certain compiler options on ARMCC
Yunhao Tian
2021-10-14
More warning cleanup
graham sanderson
2021-09-01
rp2040 correct ep set/clear stall
hathach
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-08-12
simplify hw_endpoint_init()
hathach
2021-07-22
fix ci
hathach
2021-07-22
add dcd_attr for DCD_ATTR_ENDPOINT_MAX
hathach
2021-06-10
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
hathach
2021-05-27
include clean up
hathach
2021-05-23
clean up
hathach
2021-03-10
fix ci build with rp2040
hathach
2021-03-02
Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()
Reinhard Panhuber
2021-01-31
Rework audio driver
Reinhard Panhuber
2021-01-19
Change names from edpt_ISO_xfer to edpt_iso_xfer
Reinhard Panhuber
2021-01-18
Add tusb_fifo.h header file to dcd.h
Reinhard Panhuber
2020-10-12
add usbh_edpt_claim/release
hathach
2020-09-05
add in_isr to all hcd event functions
hathach
2020-09-03
rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
hathach
2020-05-31
fixed EP0 size to 64 since LS is not supported in device mode
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
Merge pull request #336 from pigrew/edpt_close
Ha Thach
2020-04-16
added dcd disconnect/connect to lpc17/40
hathach
2020-04-14
Merge branch 'master' into edpt_close
Nathan Conrad
2020-04-13
edpt_close: Remove item from queue instead of modifying it.
Nathan Conrad
2020-04-12
Skeleton, and initial stm32fsdev implementation (that leaks memory)
Nathan Conrad
2020-04-11
Merge branch 'master' into refactor-irqhandler
Ha Thach
2020-04-10
stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.
Nathan Conrad
2020-04-09
stm32fsdev: Implement dcd_connect.
Nathan Conrad
2020-04-09
adding dcd_connect/disconnect
hathach
2020-04-06
call tud_irq_handler() for all nrf5x board
hathach
2020-04-06
mass rename dcd_isr() to dcd_irq_handler()
hathach
2020-04-06
move irqhandler to application
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-11-28
add dcd_edpt0_status_complete() which is useful for several mcu port
hathach
[next]