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_control.c
Age
Commit message (
Expand
)
Author
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-07-20
improve logging, allow easier to turn off usbd, driver logging
hathach
2023-05-16
correct EHCI reporting failed xfer (instead of stalled) when device is unplugged
hathach
2023-02-27
Merge pull request #1852 from silvergasp/mem_s
Ha Thach
2023-02-27
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-13
fix: Replace device calls to memcpy with tu_memcpy_s
Nathaniel Brough
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-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-07-01
better support for hid device set/get protocol
hathach
2021-03-26
Add DFU Class per Version 1.1 Spec
Jeremiah McCarthy
2021-02-11
remove the requirement of std SET/CLEAR_FEATURE must not return zlp status
hathach
2020-12-20
Fix error if "Required Prototype" is selected.
HiFiPhile
2020-11-19
migrate cdc_device to new control_xfer_cb
hathach
2020-11-19
merge class driver control_request & control_complete to control_xfer_cb()
hathach
2020-05-07
device: fix build warning when CFG_TUSB_DEBUG >= 2
Sean Cross
2020-04-28
fix typo
hathach
2020-04-26
clean up log message
hathach
2020-04-26
add usbd edpt open
hathach
2020-03-27
USBD: Use tud_control_xfer only for data
Nathan Conrad
2020-03-22
Merge branch 'master' into cr1901-msp430f5529
hathach
2020-03-14
Use CRLF on UART.
Nathan Conrad
2020-03-08
fix zlp for nrf52840
hathach
2020-02-07
more log for debugging
hathach
2019-11-28
use dcd_edpt0_status_complete() to set address without blocking for samd21/sa...
hathach
2019-11-28
add dcd_edpt0_status_complete() which is useful for several mcu port
hathach
2019-11-27
extract code to invoke_class_control()
hathach
2019-11-05
Merge branch 'master' into cr1901-msp430f5529
hathach
2019-11-04
fix tud_control_status() didn't update request
hathach
2019-11-03
added optional dcd_control_status_complete()
hathach
2019-11-03
make control buf static
hathach
2019-11-02
Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529
hathach
2019-11-01
Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2
hathach
2019-10-31
zlp should work with control in, tested with Unity framework
hathach
2019-10-31
move function around, more rename
hathach
2019-10-31
rename
hathach
2019-10-31
clean up
hathach
2019-10-03
Remove accidentally-commited debug var.
William D. Jones
2019-10-03
Merge remote-tracking branch 'pigrew/ZLP_Request2' into msp430f5529
William D. Jones
2019-10-02
Merge remote-tracking branch 'origin' into msp430f5529
William D. Jones
2019-10-02
usbd_control.c: Decide whether a control transfer has a data stage
William D. Jones
2019-09-29
Github's web interface changed line endings without asking me. Oops.
Nathan Conrad
2019-09-29
Merge branch 'master' into ZLP_Request2
Nathan Conrad
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-09-27
Merge branch 'master' into ZLP_Request2
Nathan Conrad
2019-09-21
USB Control: Pointer arithmetic on void* is forbiden
Nathan Conrad
[next]