|
|
|
@ -41,7 +41,6 @@ board = genericSTM32F103RC
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Rx
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
extra_scripts = ${common_stm32.extra_scripts}
|
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
|
|
|
@ -108,7 +107,6 @@ extends = common_stm32
|
|
|
|
|
board = genericSTM32F103ZE
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Zx
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
board_build.offset = 0x7000
|
|
|
|
|
board_build.encrypt = Robin.bin
|
|
|
|
|
build_flags = ${common_stm32.build_flags}
|
|
|
|
@ -150,7 +148,6 @@ monitor_speed = 115200
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Rx
|
|
|
|
|
board_build.offset = 0x7000
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
board_upload.offset_address = 0x08007000
|
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
|
|
|
|
extra_scripts = ${common_stm32.extra_scripts}
|
|
|
|
@ -175,7 +172,6 @@ monitor_speed = 115200
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Rx
|
|
|
|
|
board_build.offset = 0x7000
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
board_upload.offset_address = 0x08007000
|
|
|
|
|
build_unflags = ${common_stm32.build_unflags}
|
|
|
|
|
extra_scripts = ${common_stm32.extra_scripts}
|
|
|
|
@ -207,7 +203,6 @@ build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=
|
|
|
|
|
board = genericSTM32F103VE
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Vx
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
board_build.offset = 0x7000
|
|
|
|
|
board_build.encrypt = Robin_mini.bin
|
|
|
|
|
board_upload.offset_address = 0x08007000
|
|
|
|
@ -227,7 +222,6 @@ build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=
|
|
|
|
|
board = genericSTM32F103VE
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Vx
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
board_build.offset = 0x7000
|
|
|
|
|
board_build.encrypt = Robin_nano35.bin
|
|
|
|
|
board_upload.offset_address = 0x08007000
|
|
|
|
@ -248,7 +242,6 @@ extends = common_stm32
|
|
|
|
|
board = genericSTM32F103ZE
|
|
|
|
|
board_build.core = stm32
|
|
|
|
|
board_build.variant = MARLIN_F103Zx
|
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
|
board_build.offset = 0x10000
|
|
|
|
|
build_flags = ${common_stm32.build_flags} -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
|
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
|
|
|
|