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

Dwc2 interrupts (based on #2050) #2584

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Dwc2 interrupts (based on #2050) #2584

merged 4 commits into from
Apr 9, 2024

Commits on Apr 28, 2023

  1. dwc2: configure fifo size to be twice the max_size

    This is needed in order to always be able to fit a packet in the fifo.
    Writing to the fifo is done from an interrupts that fires when the fifo is
    half-empty, so the fifo must be twice the packet size.
    Michiel van Leeuwen committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5ade917 View commit details
    Browse the repository at this point in the history
  2. Check correct interrupt flag

    Fixes #1737
    Michiel van Leeuwen committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    678edbe View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Use double-sized fifo only for IN endpoints

    Michiel van Leeuwen committed May 4, 2023
    Configuration menu
    Copy the full SHA
    75cf8e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    2bce68a View commit details
    Browse the repository at this point in the history