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
/
cdc
Age
Commit message (
Expand
)
Author
2023-03-22
add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...
hathach
2023-03-21
add tuh_set_interface
hathach
2023-03-17
fix trailing space and new line
hathach
2023-03-17
update host example, add pio-pico-usb for rp2040
hathach
2023-02-22
use tu_static instead of static _fuzz_thread
hathach
2023-02-22
Merge pull request #1867 from silvergasp/thread_local_globals
Ha Thach
2023-02-22
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
hathach
2023-02-12
Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabiliti...
Jeff Trull
2023-02-10
Adjust reserved bitfields to make SDCC happy
Jeff Trull
2023-01-20
fix: Change all static variables to thread when fuzzing
Nathaniel Brough
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-22
fix incorrect rx buf in cdc
hathach
2022-12-22
clean up
hathach
2022-12-22
add tuh_cdc_get_local_line_coding()
hathach
2022-12-22
correct host cdc enum
hathach
2022-12-22
cdc host, add set line coding API
hathach
2022-12-22
minor clean up
hathach
2022-12-22
finish moving edpt stream to tusb.c
hathach
2022-12-22
fix stream read count computation
hathach
2022-12-22
moving edpt_stream API into common tusb.c
hathach
2022-12-21
add tuh_cdc_write_clear, rename read_flush() to read_clear()
hathach
2022-12-21
add tuh_cdc_tx_complete_cb() callback
hathach
2022-12-21
add more host cdc API
hathach
2022-12-21
correct cdc host app
hathach
2022-12-21
add tu_edpt_stream_write_zlp_if_needed()
hathach
2022-12-21
rename tud_edpt_stream_write_xfer
hathach
2022-12-21
minor debug log
hathach
2022-12-21
fix ci
hathach
2022-12-21
finalizing cdc host, has a working read/write
hathach
2022-12-20
fix hid host incorrect edpt release if failed to transmit
hathach
2022-12-16
correct cdc usbh_driver_set_config_complete()
hathach
2022-12-16
stub
hathach
2022-12-16
add common EPSIZE for bulk/iso in full and highspeed
hathach
2022-12-16
minor rename
hathach
2022-12-16
cdc check for bNumEndpoints before checking for endpoint descriptor
hathach
2022-12-16
adding tuh_cdc_mount_cb/tuh_cdc_umount_cb
hathach
2022-12-15
use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX
hathach
2022-12-08
fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes
hathach
2022-12-06
cdc: Fix autoflush for FIFO < MPS
Tomas Rezucha
2022-12-04
Fix typos
Bastien Nocera
2022-06-27
fix all warnings with host rp2040
hathach
2022-06-24
add more warning option, also fix -Wconversion with rp2040
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
[prev]
[next]