|
|
@ -387,7 +387,7 @@ framework = arduino |
|
|
|
board = genericSTM32F103ZE |
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py |
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
${common.build_flags} -std=gnu++14 |
|
|
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY |
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
@ -447,7 +447,7 @@ framework = arduino |
|
|
|
board = genericSTM32F103ZE |
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py |
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 |
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 -DSTM32_XL_DENSITY |
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
@ -547,7 +547,7 @@ framework = arduino |
|
|
|
board = genericSTM32F103ZE |
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/chitu_crypt.py |
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 |
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 -DSTM32_XL_DENSITY |
|
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG= -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|