-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
add stm32f1 usb cdc/msc USB composite device #15180
add stm32f1 usb cdc/msc USB composite device #15180
Conversation
sync from Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync from Bugfix 2.0.x
sync from Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
Bugfix 2.0.x
Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
sync Bugfix 2.0.x
Bugfix 2.0.x
Stm32f1 usb msc
#include "../../inc/MarlinConfig.h" | ||
#include "msc_sd.h" | ||
#include "onboard_sd.h" | ||
#include "spi.h" |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has been cleaned up.
Please merge PR bigtreetech#5 as soon as you get a chance. Thanks! |
Merged. |
One more patch ought to do it. This one has been tested and passes here. bigtreetech#6 |
Co-Authored-By: bigtreetech <38851044+bigtreetech@users.noreply.github.com>
Merged. |
Requirements
Description
Benefits
Related Issues
bigtreetech/BIGTREETECH-SKR-mini-E3#14