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

add stm32f1 usb cdc/msc USB composite device #15180

Closed
wants to merge 40 commits into from
Closed

add stm32f1 usb cdc/msc USB composite device #15180

wants to merge 40 commits into from

Conversation

bigtreetech
Copy link
Contributor

Requirements

  1. this PR need more test, and it does not deal with the situation that Marlin and PC access the same SD card at the same time, this need TODO
  2. you must reinstall the maple USB driver in here https://github.com/bigtreetech/Marlin/tree/sync-stm32f1/Marlin/src/HAL/HAL_STM32F1/maple_win_usb_driver

Description

  1. Implement USB composite device of CDC and mass storage, you can see the onboard sd card on PC by usb cable, just like this
    image

Benefits

Related Issues

bigtreetech/BIGTREETECH-SKR-mini-E3#14

Msq001 and others added 30 commits June 12, 2019 06:29
#include "../../inc/MarlinConfig.h"
#include "msc_sd.h"
#include "onboard_sd.h"
#include "spi.h"

This comment was marked as resolved.

Copy link
Contributor Author

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.

@thinkyhead
Copy link
Member

Please merge PR bigtreetech#5 as soon as you get a chance. Thanks!

@bigtreetech
Copy link
Contributor Author

Please merge PR bigtreetech#5 as soon as you get a chance. Thanks!

Merged.

@thinkyhead
Copy link
Member

One more patch ought to do it. This one has been tested and passes here. bigtreetech#6

thinkyhead added a commit that referenced this pull request Sep 8, 2019
Co-Authored-By: bigtreetech <38851044+bigtreetech@users.noreply.github.com>
@thinkyhead
Copy link
Member

Merged.

@thinkyhead thinkyhead closed this Sep 8, 2019
@reloxx13
Copy link
Contributor

reloxx13 commented Sep 8, 2019

👍
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants