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
/
cdc_host.c
Age
Commit message (
Expand
)
Author
2024-01-17
more clean up
hathach
2024-01-16
change code style and code cleanup
IngHK
2024-01-16
change code style
hathach
2024-01-16
merge and cherry pick changes
hathach
2024-01-16
fix number of endpoint for ch340x, also open notification even not used for now
hathach
2024-01-16
Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc...
IngHK
2024-01-16
CDCh host: further work on CH340/CH341 support
IngHK
2024-01-16
Merge remote-tracking branch 'remotes/hathach/master' into cdc_ch34x_support
IngHK
2024-01-16
move open() ad vid_pid_list into serial driver struct
hathach
2024-01-16
Merge branch 'master' into cdc_ch34x_support
hathach
2024-01-16
change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to CFG_TUH_CDC_FTDI/CP210X_VID_PID_LI...
hathach
2024-01-15
fix conflict of BIT() macro
hathach
2024-01-15
fix sign-conversion warning
hathach
2024-01-15
change code style
hathach
2024-01-15
Merge branch 'master' into cdc_ch34x_support
hathach
2024-01-11
bInterfaceClass number replaced by define
IngHK
2024-01-09
[CDC] host: moved acm_open to other acm prototypes
IngHK
2023-12-26
initial support of CH34x CDC device
IngHK
2023-12-12
Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h
Oliver Larsson
2023-11-25
Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.h
Oliver Larsson
2023-08-15
more minor clean up
hathach
2023-08-04
Merge branch 'master' into master
Ha Thach
2023-08-02
default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...
hathach
2023-07-02
made line ends consistent.
Lars Pötter
2023-05-25
fix issue with ftdi host driver with status bytes
hathach
2023-05-16
correct EHCI reporting failed xfer (instead of stalled) when device is unplugged
hathach
2023-04-28
more update to host serial API
hathach
2023-04-28
allow call tuh cdc with blocking (callback = NULL)
hathach
2023-04-28
improve host serial drivers
hathach
2023-04-28
add aligned(4) for cdc_line_coding_t
hathach
2023-04-27
add tuh_cdc_set_baudrate()
hathach
2023-04-27
add code to calculate divisor from baudrate for ftdi
hathach
2023-04-27
clean up
hathach
2023-04-27
more refactor
hathach
2023-04-27
cp210x seems to work well
hathach
2023-04-27
more host serial refactor
hathach
2023-04-27
refactor acm function
hathach
2023-04-27
refactor ftdi driver
hathach
2023-04-27
rename ftdi_host to ftdi_sio
hathach
2023-04-26
hacky, but ftdi work with hard code baudrate = 9600
hathach
2023-03-24
fix shadow warning
hathach
2023-03-24
fix cdc host enumeration issue when device does not support line request
hathach
2023-03-24
separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to
hathach
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
update host example, add pio-pico-usb for rp2040
hathach
2022-12-24
add tuh_cdc_peek()
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
[prev]
[next]