|
@@ -112,6 +112,14 @@ board = genericSTM32F103RE
|
112
|
112
|
monitor_speed = 115200
|
113
|
113
|
|
114
|
114
|
#
|
|
115
|
+# Generic STM32F103RC environment
|
|
116
|
+#
|
|
117
|
+[env:STM32F103RC_maple]
|
|
118
|
+extends = common_stm32f1
|
|
119
|
+board = genericSTM32F103RC
|
|
120
|
+monitor_speed = 115200
|
|
121
|
+
|
|
122
|
+#
|
115
|
123
|
# Creality (STM32F103RET6)
|
116
|
124
|
#
|
117
|
125
|
[env:STM32F103RE_creality_maple]
|
|
@@ -126,6 +134,20 @@ debug_tool = jlink
|
126
|
134
|
upload_protocol = jlink
|
127
|
135
|
|
128
|
136
|
#
|
|
137
|
+# Creality (STM32F103RCT6)
|
|
138
|
+#
|
|
139
|
+[env:STM32F103RC_creality_maple]
|
|
140
|
+extends = env:STM32F103RC_maple
|
|
141
|
+build_flags = ${common_stm32f1.build_flags} -DTEMP_TIMER_CHAN=4
|
|
142
|
+board_build.address = 0x08007000
|
|
143
|
+board_build.ldscript = creality.ld
|
|
144
|
+extra_scripts = ${common_stm32f1.extra_scripts}
|
|
145
|
+ pre:buildroot/share/PlatformIO/scripts/random-bin.py
|
|
146
|
+ buildroot/share/PlatformIO/scripts/custom_board.py
|
|
147
|
+debug_tool = jlink
|
|
148
|
+upload_protocol = jlink
|
|
149
|
+
|
|
150
|
+#
|
129
|
151
|
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
|
130
|
152
|
#
|
131
|
153
|
# STM32F103RE_btt_maple ............. RET6
|