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

Merging TinyUSB improvements #6

Merged
merged 11 commits into from
May 17, 2024

Conversation

RockyZeroFour
Copy link

  • Better state transition handling
  • Support for a bigger transfer
  • Various minor changes

RockyZeroFour and others added 11 commits March 26, 2024 22:43
- Using two bytes instead of just one for the HID transfer buffer size
- Added a cast from word to half word
- When data is received it's properly tagged as as output data
- New callback in the case an error occured when on Out packet
- Added a new event to inform application if device gets unplugged when
- Filtering events to any add them to the queue when these change the state
- Proper initialisation and reset for the USB status struct
- On init the USB state is reset to it's defaults
- Prevents to call the reset driver callback during initialisation
@simon-wh simon-wh merged commit ac3c2c5 into feature/gd32-support May 17, 2024
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants