| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for web serial as well.
|
|
Persist settings.
|
|
Fixes: #2632
|
|
Add Host support for ch32v20x usbfs
|
|
|
|
support host mode
reformat hcd usbfs
add uart rx for ch32v20x bsp
|
|
|
|
cdc: add uart status notification support.
|
|
|
|
|
|
add tud_cdc_n_notify_conn_speed_change()
add tud_cdc_notify_complete_cb()
|
|
|
|
Update buildsystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change ci matrix build:
- github build make/cmake one per family on push only
- circicle do full cmake build for all toolchain (missing rx-gcc)
|
|
|
|
MSC Device: Add asynchronous IO support
|
|
|
|
|
|
use cbw.command[0] for pending IO command
|
|
|
|
CHCh Upgrade: Improved FTDI and CP210x support, add PL2303 support, bugfixes
|
|
|
|
|
|
|
|
audio_device: Fix data IN endpoints with implicit feedback
|
|
- add common 2 stage set line coding for driver without direct set_line_coding support e.g ftdi, cp210x, ch34x
- add common cdch_process_line_state_on_enum() to handle cfg line state on enum e.g CFG_TUH_CDC_LINE_CONTROL/CODING_ON_ENUM
- refactor cdch_internal_control_complete and user_complete_cb to be managed by tuh_cdc_ API instead of serial driver
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
adding serial driver's request_complete()
|
|
|
|
sync API from uint8_t to tusb_xfer_result_t
|
|
|
|
add tuh_cdc_get_control_line_state_local()
implement tuh_cdc_get/set_dtr/rts() as inline
|
|
|
|
|