|
@ -463,9 +463,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/STM32> |
|
|
platform = ststm32 |
|
|
platform = ststm32 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
${common.build_flags} -DDEBUG_LEVEL=DEBUG_NONE -std=gnu++14 -MMD -ffunction-sections -fdata-sections -nostdlib |
|
|
${common.build_flags} -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -MMD |
|
|
-DBOARD_generic_stm32f103v -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1 |
|
|
-DMCU_STM32F103VE -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1 -DBOARD_generic_stm32f103v |
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
-DDEBUG_LEVEL=DEBUG_NONE -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
build_unflags = -std=gnu++11 |
|
|
build_unflags = -std=gnu++11 |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
@ -478,8 +478,7 @@ upload_protocol = serial |
|
|
platform = ststm32 |
|
|
platform = ststm32 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
${common.build_flags} -std=gnu++14 -USERIAL_USB |
|
|
${common.build_flags} -std=gnu++14 -DMCU_STM32F103VE -DSTM32F1xx -USERIAL_USB -DU20 -DTS_V12 |
|
|
-DSTM32F1xx -DU20 -DTS_V12 |
|
|
|
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py |
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
@ -492,7 +491,7 @@ lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI |
|
|
platform = ststm32 |
|
|
platform = ststm32 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
${common.build_flags} -std=gnu++14 |
|
|
${common.build_flags} -std=gnu++14 -DMCU_STM32F103VE |
|
|
build_unflags = -std=gnu++11 |
|
|
build_unflags = -std=gnu++11 |
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py |
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
@ -506,7 +505,7 @@ platform = ststm32 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
platform_packages = tool-stm32duino |
|
|
platform_packages = tool-stm32duino |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 |
|
|
${common.build_flags} -std=gnu++14 -DMCU_STM32F103VE -DHAVE_SW_SERIAL -DSS_TIMER=4 |
|
|
build_unflags = -std=gnu++11 |
|
|
build_unflags = -std=gnu++11 |
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py |
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|