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

pkg/tinyusb: add STM32 USB FS device driver #18786

Merged
merged 3 commits into from
Oct 26, 2022

Conversation

gschorcht
Copy link
Contributor

Contribution description

This PR adds STM32 USB FS device support for tinyUSB package. The tinyUSB support is only enabled by the tinyusb_feature for boards that have a separate USB port which is not used for stdio_cdc_acm.

Testing procedure

Use one of the boards for which the tinyusb_device feature is enabled by this PR and use tests/pkg_tinyusb_cdc_msc to test it, for example:

BOARD=p-nucleo-wb55 make -C tests/pkg_tinyusb_cdc_msc flash

The node should be mounted as TinyUSB MSC storage device to the host.

Issues/PRs references

@github-actions github-actions bot added Area: boards Area: Board ports Area: Kconfig Area: Kconfig integration Area: pkg Area: External package ports labels Oct 22, 2022
@gschorcht gschorcht added Type: new feature The issue requests / The PR implemements a new feature for RIOT CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 22, 2022
@riot-ci
Copy link

riot-ci commented Oct 22, 2022

Murdock results

✔️ PASSED

9fbf9bf boards/nucleo-f303ze: enable tinyUSB support

Success Failures Total Runtime
1991 0 1991 06m:49s

Artifacts

This 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.

Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@benpicco benpicco merged commit 9dccf96 into RIOT-OS:master Oct 26, 2022
@gschorcht gschorcht deleted the pkg/tinyusb_stm32_fsdev branch November 9, 2022 13:54
@kaspar030 kaspar030 added this to the Release 2023.01 milestone Jan 19, 2023
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 Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants