✨ MKS Robin Nano 3.1 (#23795)
This commit is contained in:
@ -440,6 +440,29 @@ build_flags = ${env:mks_robin_nano_v3_usb_flash_drive.build_flags}
|
||||
-DUSBD_USE_CDC_MSC
|
||||
build_unflags = -DUSBD_USE_CDC
|
||||
|
||||
#
|
||||
# MKS Robin Nano V3_1
|
||||
#
|
||||
[env:mks_robin_nano_v3_1]
|
||||
extends = env:mks_robin_nano_v3
|
||||
board = marlin_STM32F407VET6_CCM
|
||||
|
||||
#
|
||||
# MKS Robin Nano V3.1 with USB Flash Drive Support
|
||||
# Currently, using a STM32duino fork, until USB Host get merged
|
||||
#
|
||||
[env:mks_robin_nano_v3_1_usb_flash_drive]
|
||||
extends = env:mks_robin_nano_v3_usb_flash_drive
|
||||
board = marlin_STM32F407VET6_CCM
|
||||
|
||||
#
|
||||
# MKS Robin Nano V3.1 with USB Flash Drive Support and Shared Media
|
||||
# Currently, using a STM32duino fork, until USB Host and USB Device MSC get merged
|
||||
#
|
||||
[env:mks_robin_nano_v3_1_usb_flash_drive_msc]
|
||||
extends = env:mks_robin_nano_v3_usb_flash_drive_msc
|
||||
board = marlin_STM32F407VET6_CCM
|
||||
|
||||
#
|
||||
# MKS Eagle
|
||||
# 5 TMC2209 uart mode on board
|
||||
|
Reference in New Issue
Block a user