index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/hil-wedge-containment
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
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
/
src
Age
Commit message (
Expand
)
Author
2022-03-18
update sync API, move timeout into xfer struct
hathach
2022-03-18
minor update for control xfer
hathach
2022-03-18
try to fix ci
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
add actual_len supported
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change return type of callback to void
hathach
2022-03-17
remove const in xfer callback
hathach
2022-03-17
move result into transfer struct
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-16
update hid host to use new control xfer for set config
hathach
2022-03-16
fix -Wnull-dereference warnings
hathach
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-12
minor changes
hathach
2022-03-12
misplace fallthrough
hathach
2022-03-12
rework usbh enumeration process using user arg from control transfer as state
hathach
2022-03-11
update hid,msc to new usbh control API
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-11
merge device_info into bare_api example
hathach
2022-03-11
remove usbh_control.c
hathach
2022-03-10
fix build warning
hathach
2022-03-10
fix enumeration issue when plugging hub with multiple devices attached
hathach
2022-03-10
refactor and integrate usbh control xfer back to usbh.c
hathach
2022-03-10
remove obsolete device state
hathach
2022-03-10
refactor host control xfer
hathach
2022-03-10
merge control stage host and device value
hathach
2022-03-10
more clean up
hathach
2022-03-09
minor clean up
hathach
2022-03-09
refactor usbd to also use common endpoint claim/release
hathach
2022-03-09
implement tu_edpt_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
2022-03-09
rename host descriptor function
hathach
2022-03-09
add tuh_descriptor_hid_report_get()
hathach
2022-03-08
Merge pull request #1389 from hathach/fix-1359
Ha Thach
2022-03-08
fix issue 1359
hathach
2022-03-07
Merge pull request #1379 from Qianhao2579/master
Ha Thach
2022-03-07
Merge pull request #1374 from kasjer/kasjer/stm32wb55
Ha Thach
2022-03-07
Add support for STM32WB mcu
Jerzy Kasenberg
2022-03-07
Modify the wrong macro definition code
QianHao
2022-03-06
Merge pull request #1289 from kasjer/kasjer/vendor-update
Ha Thach
2022-03-04
Fix string descriptor fetch
Scott Shawcroft
2022-03-04
Merge pull request #1369 from tannewt/host_string_desc
Ha Thach
2022-03-04
fix naming, and build
hathach
2022-03-04
add tuh_descriptor_string_manufacturer/produce/serial_get
hathach
2022-03-04
add tuh_configuration_set()
hathach
2022-03-04
add tuh_descriptor_configuration_get()
hathach
[next]