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

fix(TinyUSB): USB HUB FIFO sizes(Bias Periodic OUT) #283

Closed
wants to merge 1 commit into from

Conversation

tanakamasayuki
Copy link
Contributor

Supports USB packets of 128 bytes or more.

Description

The default size is 128 bytes, so you cannot use the camera or audio.
So change to a larger size.

Related

esp-arduino-libs/ESP32_USB_Stream#4 (comment)

Testing

https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host/usb_audio_player

This is running on Periodic OUT.

image

Checklist

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

Supports USB packets of 128 bytes or more.
@me-no-dev
Copy link
Member

can you please combine both PRs into one?

@tanakamasayuki
Copy link
Contributor Author

#285
combine

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