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

Flexible USB Configuration and optimize sam3u2c_if #1041

Merged

Conversation

mbrossard
Copy link
Contributor

The current build configuration makes it difficult to handle the interfaces that do not have enough endpoints or when the decision to include HID and/or BULK is done on a per-project basis.

This PR adds the possibility to disable endpoints and some functionality through macro definitions. An example of the feature is that moving forward sam3u2c_if will use BULK endpoints. This requires disabling HID endpoints, which thanks to this PR is done without affecting other projects using module_hic_sam3u2c.

@mbrossard
Copy link
Contributor Author

This PR should supersede #1022.

@mbrossard mbrossard force-pushed the feature/flexible-usb-configuration branch 2 times, most recently from c10c5aa to e3e72e2 Compare August 5, 2023 21:59
@mbrossard mbrossard force-pushed the feature/flexible-usb-configuration branch from e3e72e2 to fb930e6 Compare August 17, 2023 03:57
@mbrossard mbrossard force-pushed the feature/flexible-usb-configuration branch from fb930e6 to f0ef2ea Compare February 13, 2024 04:00
@mathias-arm mathias-arm merged commit 61a4a8e into ARMmbed:develop Feb 13, 2024
1 check passed
@mbrossard mbrossard deleted the feature/flexible-usb-configuration branch February 13, 2024 04:29
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.

None yet

3 participants