-
Notifications
You must be signed in to change notification settings - Fork 2.1k
pkg/tinyusb: add nrf52 support #18781
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
Murdock results✔️ PASSED 4d1f434 boards: enable feature tinyusb_device for nRF52 boards
ArtifactsThis only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now. |
912e57b
to
f0f1814
Compare
12887bd
to
bb1080c
Compare
Tested on the nrf52840dk:
Shows up as USB device:
|
Since tinyUSB is not compatible with periph_usbdev, it can only be used on nRF52 boards that don't use highlevel_stdio.
I rebased it therefore again. |
bb1080c
to
4d1f434
Compare
benpicco
approved these changes
Oct 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: boards
Area: Board ports
Area: Kconfig
Area: Kconfig integration
Area: pkg
Area: External package ports
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Reviewed: 3-testing
The PR was tested according to the maintainer guidelines
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
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.
Contribution description
This PR adds nRF52xxx support for tinyUSB package. The tinyUSB support is only enabled by the
tinyusb_feature
for boards that have a separate USB OTG port which is not used forstdio_cdc_acm
.Testing procedure
Use one of the boards for which the
tinyusb_device
feature is enabled by this PR and usetests/pkg_tinyusb_cdc_msc
to test it, for example:The node should be mounted as storage device to the host.
Issues/PRs references