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
/
class
Age
Commit message (
Expand
)
Author
2025-06-27
update acm and pl2303 to match the rest of drivers
hathach
2025-06-27
major refactor to generalize cdch serial driver
hathach
2025-06-20
refactor, add cdch_internal_control_complete()
hathach
2025-06-20
refactor change signature of serial driver's process_set_config
hathach
2025-06-20
cdch clean up and refactor, add explicit sync() API
hathach
2025-06-19
union ftdi/pl2303/acm data to save memory.
hathach
2025-06-19
rename tuh_cdc_get_local_line_coding to tuh_cdc_get_line_coding_local
hathach
2025-06-19
revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM
hathach
2025-06-19
clean up pl2303 type data
hathach
2025-06-19
house keeping
hathach
2025-06-18
usbh: add new API tuh_descriptor_get_device_local()
hathach
2025-06-18
add get_itf_by_xfer() to better determine cdc interface from xfer complete ca...
hathach
2025-06-17
add common cdch_process_set_config() to safely complete set_config() when it ...
hathach
2025-06-16
Merge branch 'master' into fork/IngHK/cdch_upgrade
hathach
2025-06-12
Merge pull request #3137 from HiFiPhile/uac_simplify
Ha Thach
2025-06-08
Fix ECM compile
HiFiPhile
2025-05-29
uac2: remove support fifo
HiFiPhile
2025-05-29
Add link state control support for ECM mode
Andrew Leech
2025-05-29
Add USB NCM link state control support
Andrew Leech
2025-05-16
follow up to pr3118, interface also end with IAD. Add more checks
hathach
2025-05-16
Merge pull request #3118 from ZakDanger/vendor_device_fix
HiFiPhile
2025-05-13
fix warnings, minor clean up
hathach
2025-05-09
simplify vendord_open parsing loop
HiFiPhile
2025-05-09
revert 'end fix'
ZakDanger
2025-05-09
revert 'end fix'
ZakDanger
2025-05-09
vendor device open fix for descriptor parsing
ZakDanger
2025-04-17
fix iar make build with wb and u5
hathach
2025-03-27
Merge pull request #3043 from hathach/hcd-close-ep
Ha Thach
2025-03-24
device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t
hathach
2025-03-21
Fix #3033: address review comment
rppicomidi
2025-03-21
Move misplaced statement
rppicomidi
2025-03-20
Fix #3033: Increase array bounds and test for overflow
rppicomidi
2025-03-19
Move iInterface per review comment
rppicomidi
2025-03-18
Fix compiler conversion error warning
rppicomidi
2025-03-18
fix tuh_midi_itf_get_info() desc->iInterface value
rppicomidi
2025-03-17
Fix 3031: implement tuh_midi_itf_get_info()
rppicomidi
2025-03-15
Add ctrl buffer alignment.
HiFiPhile
2025-03-13
Only clear stream_read & stream_write if they are defined
rppicomidi
2025-03-10
fix desc_end in vendord_open()
Cynventria[CitRA]
2025-03-06
hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...
hathach
2025-03-06
midi host: skip rx data with all zeroes
hathach
2025-02-24
add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()
hathach
2025-02-24
add desc_audio_control to midi descriptor callback
hathach
2025-02-24
change API to take index instead of dev address, this allow to support more t...
hathach
2025-02-24
add tuh_midi_descriptor_cb()
hathach
2025-02-21
remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application t...
hathach
2025-02-14
- rename tuh_midi_stream_flush() to tuh_midi_write_flush()
hathach
2025-02-14
- change signature of tuh_midi_mount/umount_cb()
hathach
2025-02-14
- remove tuh_midi_read_poll(), auto schedule EP in when set_config() and xfer...
hathach
2025-02-13
update midi host to use endpoint stream API
hathach
[next]