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

fix #2444 and other small things #2445

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

IngHK
Copy link

@IngHK IngHK commented Jan 31, 2024

now tests of all CH34x on my desk are finished

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look great, thank you. The build failed due to unrelated change by ESP IDF

@hathach hathach merged commit 7ea2384 into hathach:master Feb 1, 2024
47 of 49 checks passed
@@ -1513,8 +1514,7 @@ static void ch34x_process_config(tuh_xfer_t* xfer) {
uintptr_t const state = xfer->user_data;
uint8_t buffer[2]; // TODO remove
TU_ASSERT (p_cdc,);

// TODO check xfer->result
TU_ASSERT (xfer->result == XFER_RESULT_SUCCESS,);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note we still need to call config complete to continue enumerating other device. Will do that as follow up later.

@IngHK IngHK deleted the ch34x_fix2444 branch February 18, 2024 17:17
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.

CH34x ch34x_set_line_coding() bug
3 participants