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
/
usbd.c
Age
Commit message (
Expand
)
Author
2023-11-24
add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb()
hathach
2023-11-23
Add optional hooks for DCD and HCD events
Angus Gratton
2023-09-06
minor debug clean up
hathach
2023-08-15
more minor clean up
hathach
2023-08-07
Correcting comments
Rocky04
2023-08-07
Fixing wrong callback placement
Rocky04
2023-08-02
Set unmounted on configuration reset
Rocky04
2023-07-20
improve logging, allow easier to turn off usbd, driver logging
hathach
2023-06-07
able to response with good crc
hathach
2023-05-16
usbd: fix control transfer issue for chipidea hs when previous status and new...
hathach
2023-03-22
use tud_inited() instead of tusb_inited()
hathach
2023-03-17
fix trailing space and new line
hathach
2023-02-28
Merge pull request #1828 from HiFiPhile/stm32_fsdev
Ha Thach
2023-02-28
rename ep_num to ep_idx, minor clean up
hathach
2023-02-22
use tu_static instead of static _fuzz_thread
hathach
2023-02-22
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
hathach
2023-01-20
fix: Change all static variables to thread when fuzzing
Nathaniel Brough
2023-01-06
minimize tu_fifo size to 16
hathach
2022-12-30
Add ISO buffer allocation.
Mengsk
2022-12-29
Use weak for dcd_edpt_iso_alloc/dcd_edpt_iso_activate
Mengsk
2022-12-29
Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.
Mengsk
2022-12-21
fix ci
hathach
2022-12-15
use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX
hathach
2022-06-30
rp2040 enable SOF as resumed signal when remote wakeup
hathach
2022-06-27
Merge branch 'master' into add-more-warnings
hathach
2022-06-27
clean up usbd log level
hathach
2022-06-24
fix redundant-decls warnings by usbd/usbh
hathach
2022-06-24
add more warning option, also fix -Wconversion with rp2040
hathach
2022-06-10
more dynamic controller for host
hathach
2022-06-10
revert sof_isr driver rename since it cause issue with existing code
hathach
2022-06-08
add tuh_configure() for port/dynamic host behavior config
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-05-31
Merge pull request #1381 from hathach/add-sof-isr
Ha Thach
2022-05-13
changes proposal to audio feedback computation
hathach
2022-04-28
more clean up
hathach
2022-04-27
clean up
hathach
2022-04-27
add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section
hathach
2022-04-21
Merge branch 'master' into pio-host
hathach
2022-04-20
add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...
hathach
2022-04-20
add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...
hathach
2022-04-18
clean up pio driver
hathach
2022-03-29
clean up and comment out tud_sof_isr_set
hathach
2022-03-16
Add todos and comments
Reinhard Panhuber
2022-03-14
Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr
Reinhard Panhuber
2022-03-14
Add SOF callback function for feedback value determination in uac - wip!
Reinhard Panhuber
2022-03-14
Merge branch 'master' into add-sof-isr
Ha Thach
2022-03-09
refactor usbd to also use common endpoint claim/release
hathach
2022-03-09
adding tusb_private.h to implement common edpt claim
hathach
2022-03-09
add tusb_debug.h remove tusb_error.h
hathach
2022-03-09
update use of mutex for host
hathach
[next]