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

iMX.RT EHCI add dcache support and other fixes + refactor #2061

Merged
merged 16 commits into from
May 19, 2023
Merged

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    206d63e View commit details
    Browse the repository at this point in the history
  2. EHCI: fix xfer failed with disconnected device as stalled

    - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if
    not defined
    - change QHD_MAX for EHCI, should be user configurable and more
    optimized in the future
    hathach committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1c4f22a View commit details
    Browse the repository at this point in the history
  3. add various check for disconncted device, also fix #1511 un-roll recu…

    …rsive hub removal with usbh queue
    hathach committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2c48050 View commit details
    Browse the repository at this point in the history
  4. usbd: fix control transfer issue for chipidea hs when previous status…

    … and new setup complete in the same isr frame
    
    change usbd edpt busy/stalled/claimed value to 0/1 instead of
    (true/false) since they are 1-bit field.
    hathach committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1e998ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9aa0e3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    a3e017b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f4ad5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0aea52 View commit details
    Browse the repository at this point in the history
  4. EHCI more improvement

    - more dcache clean/invalidate
    - extract init_periodic_list()
    - improve isr list handling
    hathach committed May 18, 2023
    Configuration menu
    Copy the full SHA
    49e2aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27acaa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec4bd39 View commit details
    Browse the repository at this point in the history
  7. add rt1060 jlink config

    hathach committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f22d8ee View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    f26a939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dae5e1 View commit details
    Browse the repository at this point in the history
  3. more dcache fix

    hathach committed May 19, 2023
    Configuration menu
    Copy the full SHA
    7211dd1 View commit details
    Browse the repository at this point in the history