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
2024-05-09
Convert to bit-field since it's more reliable.
HiFiPhile
2024-05-09
Don't forget to queue SOF event.
HiFiPhile
2024-05-09
Disable SOF on configuration change.
HiFiPhile
2024-05-09
Move sof status into usbd_device_t.
HiFiPhile
2024-05-09
Switch to weak default implementation.
HiFiPhile
2024-05-09
Merge branch 'master' into patch-5
HiFiPhile
2024-05-09
Rework ci (#2631)
Ha Thach
2024-04-16
Merge pull request #1662 from Erlkoenig90/check-usbd-queue-overflow
Ha Thach
2024-04-16
add TU_ASSERT() to check for adding new usb event
hathach
2024-04-16
don't check local endpoint stalled status, just carry the request for host.
hathach
2024-04-16
USBD: When SET_FEATURE(ENDPOINT_HALT), the DTOG must be reset.
NConrad
2024-04-08
revert usbd driver name change to be backward compatible
hathach
2024-04-08
add class driver deinit
hathach
2024-04-04
Merge pull request #2421 from antoniovazquezblanco/debug
Ha Thach
2024-04-04
minor update
Ha Thach
2024-03-20
improve uvc debug message
hathach
2024-03-13
usbd only process last setup packet in the event queue
hathach
2024-03-11
reformat code
hathach
2024-02-19
Opt-out for USB Test-Mode
Rocky04
2024-02-08
missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()
IngHK
2024-02-07
usbd: log outbound xfer bytes in debug
Antonio Vázquez Blanco
2024-01-15
Missed static keyword
Rocky04
2024-01-15
Merge branch 'master' into test-mode-support
Rocky04
2024-01-15
Change to control complete cb
Rocky04
2024-01-15
Add DWC2 Test Mode SUpport
Rocky04
2024-01-12
- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation
hathach
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-14
Bug
Rocky04
2023-09-14
Fixign errors
Rocky04
2023-09-14
Missing semicolon
Rocky04
2023-09-14
SOF ISR control
Rocky04
2023-09-06
minor debug clean up
hathach
2023-08-15
more minor clean up
hathach
2023-08-08
Bad line break at start
Rocky04
2023-08-08
Remove port from SOF callback
Rocky04
2023-08-08
Adding support for a SOF callback
Rocky04
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
[prev]
[next]