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
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-09-21
USB Control: Pointer arithmetic on void* is forbiden
Nathan Conrad
2019-09-09
Fix typo of ENDOINT
Nathan Conrad
2019-07-16
add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...
hathach
2019-06-10
fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*
hathach
2019-05-14
update license year to 2019
hathach
2019-05-12
add tud_hid_descriptor_report_cb()
hathach
2019-05-11
add tud_descriptor_string_cb() for getting string descriptor from application
hathach
2019-04-02
usbd better support suspend/resume
hathach
2019-03-27
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
hathach
2019-03-27
clean up remove usbd_control_stall()
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2019-03-13
dcd_set_address include status response, usbd control stall both control in a...
hathach
2018-12-05
clean up
hathach
2018-11-26
clean up warnings
hathach
2018-11-23
rename tusb_event_t to xfer_result_t
hathach
2018-11-22
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
hathach
2018-11-20
samd51 fix stable issue with dcd
hathach
2018-11-16
rename control_state
hathach
2018-11-16
rename control.c to usbd_control
hathach