index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
/
tinyusb
/
device
/
usbd.c
Age
Commit message (
Expand
)
Author
2018-03-23
fix compatible issue with MacOS, response to GET CONFIGURATION request
hathach
2018-03-23
MSC tested with nrf52840
hathach
2018-03-23
shorten descriptor type
hathach
2018-03-23
rename port to rhport for clarification
hathach
2018-03-22
refactor MSC device driver
hathach
2018-03-22
rename funciton trailing _subtask to _st
hathach
2018-03-22
rename osal SUBSTASK to STASK
hathach
2018-03-22
clean up
hathach
2018-03-22
improve usbd control transfer
hathach
2018-03-21
osal subtask rename
hathach
2018-03-21
merge tusb_dcd_control_stall() to tusb_dcd_edpt_stall()
hathach
2018-03-21
remove int_on_complete for tusb_dcd_control_xfer
hathach
2018-03-21
fix lpc43xx isr issue, fix control status response for usbd
hathach
2018-03-17
adding bulk/int support
hathach
2018-03-15
nrf52 control transfer work reliably
hathach
2018-03-14
add usbd_control_xfer_substak
hathach
2018-03-12
more hcd clean up
hathach
2018-03-11
shorten TUSB_DESC_TYPE*
hathach
2018-03-11
tusb_type rename
hathach
2018-03-11
rename tusb_dir_t
hathach
2018-03-11
create new name for multiple port API, to simplify API
hathach
2018-03-11
refactor dcd API, drop edpt_hdl_t in favor of endpoint address for easy port
hathach
2018-03-11
rename dcd_pipe to dcd_edpt
hathach
2018-03-11
refactor dcd_xfer_complete
hathach
2018-03-11
rename dcd_* API to tusb_dcd_*
hathach
2018-03-11
rename endpoint_handle_t to edpt_hdl_t
hathach
2018-03-11
refactor dcd layer
hathach
2018-03-09
rename coreid to port
hathach
2018-03-08
enhance cdc device API
hathach
2018-03-07
fix tusb_mount_cb and tusb_umount_cb not called
hathach
2018-03-07
update
hathach
2018-03-07
enhance cdc implementation
hathach
2018-03-06
rename demo to examples
hathach
2018-03-06
clean up
hathach
2018-03-06
rename to hal_dcd_pipe_clear_stall()
hathach
2018-03-06
remove class code in pipe open()
hathach
2018-03-06
rename to hal_dcd_control_xfer() and hal_dcd_control_stall()
hathach
2018-03-03
rename usbd_dcd_bus_event_isr to hal_dcd_bus_event
hathach
2018-03-03
rename usbd_setup_received_isr to hal_dcd_setup_received
hathach
2018-03-02
add config number
hathach
2018-03-02
rename dcd_controller_* to hal_dcd_*
hathach
2018-03-02
rename dcd_init to hal_dcd_init()
hathach
2018-03-01
rename tud_configured() to mounted()
hathach
2018-03-01
device API rename
hathach
2018-03-01
more clean up
hathach
2018-03-01
osal macro clean up
hathach
2018-03-01
more osal clean up
hathach
2018-03-01
change osal_task_create signature
hathach
2018-03-01
clean up osal semaphore/queue/mutex
hathach
2018-02-28
refactor osal queue API
hathach
[next]