|
@@ -333,6 +333,7 @@ platform = ${common_stm32.platform}
|
333
|
333
|
extends = stm32_variant
|
334
|
334
|
board = genericSTM32F103VE
|
335
|
335
|
board_build.variant = MARLIN_F103Vx
|
|
336
|
+board_build.rename = project.bin
|
336
|
337
|
board_build.offset = 0x10000
|
337
|
338
|
board_upload.offset_address = 0x08010000
|
338
|
339
|
build_flags = ${stm32_variant.build_flags}
|
|
@@ -342,7 +343,6 @@ build_flags = ${stm32_variant.build_flags}
|
342
|
343
|
build_unflags = ${stm32_variant.build_unflags}
|
343
|
344
|
-DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED
|
344
|
345
|
extra_scripts = ${stm32_variant.extra_scripts}
|
345
|
|
- buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
|
346
|
346
|
|
347
|
347
|
#
|
348
|
348
|
# TRIGORILLA PRO (STM32F103ZET6)
|
|
@@ -363,8 +363,6 @@ board_build.variant = MARLIN_F103Zx
|
363
|
363
|
build_flags = ${stm32_variant.build_flags}
|
364
|
364
|
-DSTM32F1xx -DSTM32_XL_DENSITY
|
365
|
365
|
build_unflags = ${stm32_variant.build_unflags}
|
366
|
|
- -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=
|
367
|
|
- -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
368
|
366
|
extra_scripts = ${stm32_variant.extra_scripts}
|
369
|
367
|
buildroot/share/PlatformIO/scripts/chitu_crypt.py
|
370
|
368
|
|