-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 206d63e - Browse repository at this point
Copy the full SHA 206d63eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1c4f22a - Browse repository at this point
Copy the full SHA 1c4f22aView commit details -
add various check for disconncted device, also fix #1511 un-roll recu…
…rsive hub removal with usbh queue
Configuration menu - View commit details
-
Copy full SHA for 2c48050 - Browse repository at this point
Copy the full SHA 2c48050View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1e998ce - Browse repository at this point
Copy the full SHA 1e998ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9aa0e3 - Browse repository at this point
Copy the full SHA a9aa0e3View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb89df4 - Browse repository at this point
Copy the full SHA eb89df4View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3e017b - Browse repository at this point
Copy the full SHA a3e017bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f4ad5 - Browse repository at this point
Copy the full SHA e4f4ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0aea52 - Browse repository at this point
Copy the full SHA a0aea52View commit details -
- more dcache clean/invalidate - extract init_periodic_list() - improve isr list handling
Configuration menu - View commit details
-
Copy full SHA for 49e2aab - Browse repository at this point
Copy the full SHA 49e2aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27acaa0 - Browse repository at this point
Copy the full SHA 27acaa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4bd39 - Browse repository at this point
Copy the full SHA ec4bd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22d8ee - Browse repository at this point
Copy the full SHA f22d8eeView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f26a939 - Browse repository at this point
Copy the full SHA f26a939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dae5e1 - Browse repository at this point
Copy the full SHA 5dae5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7211dd1 - Browse repository at this point
Copy the full SHA 7211dd1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.