|
|
|
|
1065
|
[env:STM32F103RET6_creality]
|
1065
|
[env:STM32F103RET6_creality]
|
1066
|
platform = ${common_stm32f1.platform}
|
1066
|
platform = ${common_stm32f1.platform}
|
1067
|
extends = common_stm32f1
|
1067
|
extends = common_stm32f1
|
1068
|
-board = genericSTM32F103RC
|
|
|
|
|
1068
|
+board = genericSTM32F103RE
|
1069
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
1069
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
1070
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4
|
1070
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4
|
1071
|
extra_scripts = ${common.extra_scripts}
|
1071
|
extra_scripts = ${common.extra_scripts}
|