forked from hathach/tinyusb
-
Notifications
You must be signed in to change notification settings - Fork 37
Upstream synchronization #52
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp
Fix hathach#3033: Increase array bounds and test for overflow
…figuration_cb() callback host: support device with multiple configurations
add tx_overwritabe_if_not_connected for cdc driver configure
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
…64. Update imxrt configtool forr some board to get uart pin init.
…ment hcd_edpt_close()
feat(host) add endpoint close API and feat(HIL) improvement
fix(hcd) hcd_edpt_open() return true if endpoint is already opened.
dwc2/host: clear SOF flag in handle_sof_irq()
Fix .rst document formatting
While there is a define for the port, the clock enable is hardcoded for GPIOA, so setting a different port than GPIOA doesn't work. This fixes it by adding a define for enabling the port clock. It also adds a define for the pin mode, because not all boards have the LED connected in a way that open drain works with it.
Allow different port and mode for LED on ch32v boards
tore-espressif
approved these changes
Apr 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Requirements
Keep the Release branch in sync with upstream.
Description
Important changes/fixes:
Limitations
N/A
Breaking change
No breaking changes
Checklist
Related issues