|
@@ -252,7 +252,7 @@ monitor_speed = 250000
|
252
|
252
|
platform = ststm32@<4.4.0
|
253
|
253
|
framework = arduino
|
254
|
254
|
board = genericSTM32F103RE
|
255
|
|
-build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
|
|
255
|
+build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
256
|
256
|
${common.build_flags}
|
257
|
257
|
lib_deps = ${common.lib_deps}
|
258
|
258
|
lib_ignore = U8glib-HAL
|
|
@@ -301,7 +301,7 @@ platform = ststm32
|
301
|
301
|
framework = arduino
|
302
|
302
|
board = genericSTM32F103ZE
|
303
|
303
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
304
|
|
-build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
|
|
304
|
+build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
305
|
305
|
${common.build_flags}
|
306
|
306
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
307
|
307
|
lib_deps = ${common.lib_deps}
|
|
@@ -330,7 +330,7 @@ monitor_speed = 250000
|
330
|
330
|
platform = ststm32
|
331
|
331
|
framework = arduino
|
332
|
332
|
board = malyanM200
|
333
|
|
-build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
|
|
333
|
+build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
|
334
|
334
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
335
|
335
|
#-<frameworks>
|
336
|
336
|
lib_ignore =
|