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
/
serial
Age
Commit message (
Expand
)
Author
2024-01-20
accumulated review changes
IngHK
2024-01-20
make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x
hathach
2024-01-19
- add ch34x_set_data_format()
hathach
2024-01-19
- revert the use of serial init for set line coding
hathach
2024-01-17
implemented ch34x_set_line_coding() and some code cleanup
IngHK
2024-01-17
more clean up
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-15
fix conflict of BIT() macro
hathach
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-04-27
forgot to add cp210x header
hathach
2023-04-27
rename ftdi_host to ftdi_sio
hathach
2023-04-26
hacky, but ftdi work with hard code baudrate = 9600
hathach