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

Support for Shared Media on STM32 - USB Mass Storage Device #20956

Merged
merged 4 commits into from
Feb 2, 2021

Conversation

rhapsodyv
Copy link
Member

@rhapsodyv rhapsodyv commented Jan 31, 2021

Description

This PR add support for shared media for STM32. The current work is experimental because it uses some code not merged on stm32duino yet.

The current version support any marlin accessible media to be shared with the computer: SD and even USB Flash Drive.

Note: in the current version, the media is mounted on Marlin and on Host. I didn't added a mutual exclusive access yet.

There's no big changes or anything that will break with this PR, so it can be merged with no risk.

Requirements

Board with usb serial using stm32. I tested with nano v3, a F4 board.

Works with normal SDSUPPORT and USB_FLASH_DRIVE_SUPPORT

Benefits

Migrating more features from STM32F1 to STM32.

Related Issues

@thinkyhead thinkyhead merged commit 28b8bf5 into MarlinFirmware:bugfix-2.0.x Feb 2, 2021
@rhapsodyv rhapsodyv deleted the stm32-msc branch February 2, 2021 22:27
Jyers pushed a commit to Jyers/Marlin that referenced this pull request Feb 3, 2021
susisstrolch pushed a commit to susisstrolch/Marlin that referenced this pull request Feb 16, 2021
… into bugfix-2.0.x

* 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin: (121 commits)
  [cron] Bump distribution date (2021-02-04)
  [cron] Bump distribution date (2021-02-03)
  Add "more" menu in LVGL interface (MarlinFirmware#20940)
  Evaluate ANY_SERIAL_IS in place
  Note (MarlinUI) limit on PREHEAT settings (MarlinFirmware#20966)
  Update a UBL comment (MarlinFirmware#20931)
  STM32 Shared Media - USB Mass Storage Device (MarlinFirmware#20956)
  Multi-language pertains to Color UI (MarlinFirmware#20972)
  Touch Calibration Screen auto-save option (MarlinFirmware#20971)
  Include ui_common for MARLIN_LOGO_FULL_SIZE (MarlinFirmware#20963)
  Fix host_response_handler compile (MarlinFirmware#20962)
  [cron] Bump distribution date (2021-02-02)
  LVGL UI G-code console (MarlinFirmware#20755)
  [cron] Bump distribution date (2021-02-01)
  Refresh screen on M22 (detach) (MarlinFirmware#20958)
  Fix AutoReporter implementation (MarlinFirmware#20959)
  Serial refactor followup (MarlinFirmware#20932)
  Init serial ports first (MarlinFirmware#20944)
  Remove extra G29 V newlines (MarlinFirmware#20955)
  [cron] Bump distribution date (2021-01-31)
  ...
kpishere pushed a commit to kpishere/Marlin that referenced this pull request Feb 19, 2021
zillarob pushed a commit to zillarob/Marlin that referenced this pull request Feb 25, 2021
zillarob pushed a commit to zillarob/Marlin that referenced this pull request Feb 25, 2021
zillarob pushed a commit to zillarob/Marlin that referenced this pull request Feb 26, 2021
zillarob pushed a commit to zillarob/Marlin that referenced this pull request Mar 11, 2021
W4tel-BiDi pushed a commit to W4tel-BiDi/Marlin that referenced this pull request Apr 5, 2021
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.

2 participants