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

Misc fixes for OTG_FS and enable building on stable toolchain #62

Merged
merged 3 commits into from
Nov 3, 2024

Conversation

Dummyc0m
Copy link
Member

@Dummyc0m Dummyc0m commented Nov 3, 2024

@ExplodingWaffle pointed out[1] the host is allowed to send a shorter
packet than what we were expecting. Remove the assertions and links to
embassy.

[1] #59 (comment)

Also remove the naked_functions declaration as we don't use it anymore.

Since all uses of naked_functions have been removed, remove the feature
declaration to build on the stable toolchain.
ExplodingWaffle pointed out[1] the host is allowed to send a shorter
packet than what we were expecting. Remove the assertions and links to
embassy.

[1] ch32-rs#59 (comment)

Reported-by: Harry Brooke <[email protected]>
@Dummyc0m Dummyc0m requested a review from andelf November 3, 2024 06:24
last is not used in endpoint.rs/data_out. Fix the warning.
@Codetector1374 Codetector1374 merged commit a64664e into ch32-rs:main Nov 3, 2024
11 checks passed
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.

2 participants