Skip to content

usb/tinyusb: Add msc_flash package to expose flash over USB #3480

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 1 commit into from
Jul 28, 2025

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Jul 24, 2025

Package adds functionality that can present USB disk to the HOST system read and writes target flash or flash area.

This can be used to directly write or read a lot of data without msc_fat_view (that is visible in host system as FAT disk).

@github-actions github-actions bot added USB All USB work should have this label size/l labels Jul 24, 2025
@kasjer kasjer force-pushed the kasjer/msc-flash branch 4 times, most recently from b8ffa8c to cafe51b Compare July 24, 2025 19:29
@kasjer kasjer added the skip-style-check Use for exceptional cases only label Jul 24, 2025
Package adds functionality that can present USB disk to the
HOST system read and writes target flash or flash area.

This can be used to directly write or read a lot of data
without msc_fat_view (that is visible in host system as
FAT disk).

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer force-pushed the kasjer/msc-flash branch from cafe51b to 5c380f8 Compare July 24, 2025 21:05
Copy link
Contributor

@vrahane vrahane left a comment

Choose a reason for hiding this comment

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

Tried it out, LGTM.

@vrahane vrahane merged commit 3763628 into apache:master Jul 28, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/l skip-style-check Use for exceptional cases only USB All USB work should have this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants