|
|
@ -491,7 +491,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
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>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
|
|
|
|
|
|
|
@ -502,10 +502,12 @@ lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
platform = ststm32
|
|
|
|
platform = ststm32
|
|
|
|
board = genericSTM32F103ZE
|
|
|
|
board = genericSTM32F103ZE
|
|
|
|
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 -DSTM32_XL_DENSITY
|
|
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_XL_DENSITY
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|