Browse Source

🧑‍💻 Generic Maple STM32F103RC envs for devs (#23686)

InsanityAutomation 2 years ago
parent
commit
a8f95e3252
No account linked to committer's email address
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      ini/stm32f1-maple.ini

+ 22
- 0
ini/stm32f1-maple.ini View File

112
 monitor_speed     = 115200
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
 # Creality (STM32F103RET6)
123
 # Creality (STM32F103RET6)
116
 #
124
 #
117
 [env:STM32F103RE_creality_maple]
125
 [env:STM32F103RE_creality_maple]
126
 upload_protocol      = jlink
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
 # BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
151
 # BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
130
 #
152
 #
131
 #   STM32F103RE_btt_maple ............. RET6
153
 #   STM32F103RE_btt_maple ............. RET6

Loading…
Cancel
Save