Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve serial host #2051

Merged
merged 3 commits into from Apr 28, 2023
Merged

Improve serial host #2051

merged 3 commits into from Apr 28, 2023

Conversation

hathach
Copy link
Owner

@hathach hathach commented Apr 28, 2023

Describe the PR

  • more imporvement to serial host drivers
  • better support tuh cdc API with blocking (callback == NULL)
    • tuh_cdc_set_control_line_state()
    • tuh_cdc_set_baudrate()
    • tuh_cdc_set_line_coding(

- tuh_control_xfer() update xfer result to user_data if complete
callback = NULL (sync/blocking)
- refactor host serial driver for acm/ftdi/cp210x
- tuh_cdc_set_control_line_state()
- tuh_cdc_set_baudrate()
- tuh_cdc_set_line_coding()
@hathach hathach merged commit 5e023fa into master Apr 28, 2023
64 checks passed
@hathach hathach deleted the improve-serial-host branch April 28, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant