Skip to content

Add USB max packet size parameters to eusb v5 to support HS usb#140

Merged
jamesmunns merged 2 commits into
jamesmunns:mainfrom
lucimobility:feature/hs-usb-support
Oct 23, 2025
Merged

Add USB max packet size parameters to eusb v5 to support HS usb#140
jamesmunns merged 2 commits into
jamesmunns:mainfrom
lucimobility:feature/hs-usb-support

Conversation

@kevswims

@kevswims kevswims commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

This adds support for configuring the maximum USB frame size which allows USB HS devices to work. This has been tested on an STM32H7S3 device in HS USB mode.

Closes #108

Note that I only implemented this on the v5 since #137 will remove the v04 and v03 eusb impls.

@kevswims kevswims force-pushed the feature/hs-usb-support branch from 1e7c544 to 182a962 Compare September 4, 2025 22:44
@kevswims kevswims marked this pull request as ready for review September 4, 2025 22:55
@jamesmunns

Copy link
Copy Markdown
Owner

I'll try and get this merged right after #137 lands, and get them both out in the 0.12 release.

@jamesmunns

Copy link
Copy Markdown
Owner

Thanks @kevswims!

@jamesmunns jamesmunns merged commit f2d97af into jamesmunns:main Oct 23, 2025
3 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.

Host does not parse data over 64 bytes long

2 participants