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

Commits on Nov 3, 2024

  1. crate: remove use of unstable feature naked_functions

    Since all uses of naked_functions have been removed, remove the feature
    declaration to build on the stable toolchain.
    Codetector1374 authored and Dummyc0m committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    23ec707 View commit details
    Browse the repository at this point in the history
  2. bugfix(otgfs): Remove wrong assertions

    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]>
    Codetector1374 authored and Dummyc0m committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    a08faca View commit details
    Browse the repository at this point in the history
  3. bugfix(otg_fs): fix used variable

    last is not used in endpoint.rs/data_out. Fix the warning.
    Dummyc0m committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d6fa4a4 View commit details
    Browse the repository at this point in the history