Artillery Ruby (STM32F401RCT6) (#23029)

This commit is contained in:
Keith Bennett
2021-11-01 20:23:24 -07:00
committed by Scott Lahteine
parent 0b84194127
commit 7e9e2a7435
14 changed files with 1552 additions and 20 deletions

View File

@ -564,3 +564,17 @@ build_unflags = ${stm32_variant.build_unflags}
-DUSBCON -DUSBD_USE_CDC
debug_tool = jlink
upload_protocol = jlink
#
# Artillery Ruby
#
[env:Artillery_Ruby]
platform = ${common_stm32.platform}
extends = common_stm32
board = marlin_Artillery_Ruby
build_flags = ${common_stm32.build_flags}
-DSTM32F401xC -DTARGET_STM32F4 -DDISABLE_GENERIC_SERIALUSB -DARDUINO_ARCH_STM32
-DUSBD_USE_CDC_COMPOSITE -DUSE_USB_FS
-DUSB_PRODUCT=\"Artillery_3D_Printer\"
extra_scripts = ${common_stm32.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py