Fix platformio.ini for MKS Robin (#13502)
This commit is contained in:
parent
f0d14b83bc
commit
de0f35f2d9
@ -302,11 +302,12 @@ monitor_speed = 250000
|
|||||||
# MKS Robin (STM32F103ZET6)
|
# MKS Robin (STM32F103ZET6)
|
||||||
#
|
#
|
||||||
[env:mks_robin]
|
[env:mks_robin]
|
||||||
platform = ststm32
|
platform = ststm32@5.1.0
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = genericSTM32F103ZE
|
board = genericSTM32F103ZE
|
||||||
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
||||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
||||||
|
-DSTM32_XL_DENSITY
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-DSTM32_XL_DENSITY
|
-DSTM32_XL_DENSITY
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
|
Loading…
Reference in New Issue
Block a user