-
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
rework fsdev driver, fix ch32v203 race condition and stability issue #2750
Merged
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af8609e - Browse repository at this point
Copy the full SHA af8609eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e180d91 - Browse repository at this point
Copy the full SHA e180d91View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9a5af3 - Browse repository at this point
Copy the full SHA e9a5af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e5a06 - Browse repository at this point
Copy the full SHA 91e5a06View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 315dae6 - Browse repository at this point
Copy the full SHA 315dae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e0ef2 - Browse repository at this point
Copy the full SHA 30e0ef2View commit details
Commits on Aug 6, 2024
-
- skip DIR and use CTR TX/RX to handle complete transfer - clear CTR first, except for setup which we need to get data first - separate handle_ctr_setup()
Configuration menu - View commit details
-
Copy full SHA for d680424 - Browse repository at this point
Copy the full SHA d680424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0860cd3 - Browse repository at this point
Copy the full SHA 0860cd3View commit details
Commits on Aug 7, 2024
-
fix v203 race condition between rx bufsize and RX_STAT which cause PM…
…AOVR fix set_rx_bufsize with invalid value for zero length packet
Configuration menu - View commit details
-
Copy full SHA for 3a22163 - Browse repository at this point
Copy the full SHA 3a22163View commit details -
use EP_KIND for STATUS OUT to fix OUT packet is auto accepted after S…
…ETUP without usbd consent
Configuration menu - View commit details
-
Copy full SHA for 57c26fd - Browse repository at this point
Copy the full SHA 57c26fdView commit details
Commits on Aug 8, 2024
-
revert the use of EP_KIND. ch32v203 seems to unconditionally accept Z…
…LP on EP0 OUT, which can incorrectly use queued_len of previous transfer. So reset total_len and queued_len to 0.
Configuration menu - View commit details
-
Copy full SHA for bd64625 - Browse repository at this point
Copy the full SHA bd64625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea38eb - Browse repository at this point
Copy the full SHA 1ea38ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d44977 - Browse repository at this point
Copy the full SHA 0d44977View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f3465 - Browse repository at this point
Copy the full SHA c3f3465View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e6fe7 - Browse repository at this point
Copy the full SHA e7e6fe7View 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.