Sfoglia il codice sorgente

monitor_baud => monitor_speed

Scott Lahteine 6 anni fa
parent
commit
8f18854d4d
1 ha cambiato i file con 106 aggiunte e 106 eliminazioni
  1. 106
    106
      platformio.ini

+ 106
- 106
platformio.ini Vedi File

@@ -51,27 +51,27 @@ lib_deps =
51 51
 # ATmega2560
52 52
 #
53 53
 [env:megaatmega2560]
54
-platform     = atmelavr
55
-framework    = arduino
56
-board        = megaatmega2560
57
-build_flags  = ${common.build_flags}
58
-board_f_cpu  = 16000000L
59
-lib_deps     = ${common.lib_deps}
60
-src_filter   = ${common.default_src_filter}
61
-monitor_baud = 250000
54
+platform      = atmelavr
55
+framework     = arduino
56
+board         = megaatmega2560
57
+build_flags   = ${common.build_flags}
58
+board_f_cpu   = 16000000L
59
+lib_deps      = ${common.lib_deps}
60
+src_filter    = ${common.default_src_filter}
61
+monitor_speed = 250000
62 62
 
63 63
 #
64 64
 # ATmega1280
65 65
 #
66 66
 [env:megaatmega1280]
67
-platform     = atmelavr
68
-framework    = arduino
69
-board        = megaatmega1280
70
-build_flags  = ${common.build_flags}
71
-board_f_cpu  = 16000000L
72
-lib_deps     = ${common.lib_deps}
73
-src_filter   = ${common.default_src_filter}
74
-monitor_baud = 250000
67
+platform      = atmelavr
68
+framework     = arduino
69
+board         = megaatmega1280
70
+build_flags   = ${common.build_flags}
71
+board_f_cpu   = 16000000L
72
+lib_deps      = ${common.lib_deps}
73
+src_filter    = ${common.default_src_filter}
74
+monitor_speed = 250000
75 75
 
76 76
 #
77 77
 # Due (Atmel SAM3X8E ARM Cortex-M3)
@@ -80,35 +80,35 @@ monitor_baud = 250000
80 80
 #  - RADDS
81 81
 #
82 82
 [env:DUE]
83
-platform     = atmelsam
84
-framework    = arduino
85
-board        = due
86
-build_flags  = ${common.build_flags}
87
-lib_deps     = ${common.lib_deps}
88
-lib_ignore   = c1921b4
89
-src_filter   = ${common.default_src_filter}
90
-monitor_baud = 250000
83
+platform      = atmelsam
84
+framework     = arduino
85
+board         = due
86
+build_flags   = ${common.build_flags}
87
+lib_deps      = ${common.lib_deps}
88
+lib_ignore    = c1921b4
89
+src_filter    = ${common.default_src_filter}
90
+monitor_speed = 250000
91 91
 [env:DUE_USB]
92
-platform     = atmelsam
93
-framework    = arduino
94
-board        = dueUSB
95
-build_flags  = ${common.build_flags}
96
-lib_deps     = ${common.lib_deps}
97
-lib_ignore   = c1921b4
98
-src_filter   = ${common.default_src_filter}
99
-monitor_baud = 250000
92
+platform      = atmelsam
93
+framework     = arduino
94
+board         = dueUSB
95
+build_flags   = ${common.build_flags}
96
+lib_deps      = ${common.lib_deps}
97
+lib_ignore    = c1921b4
98
+src_filter    = ${common.default_src_filter}
99
+monitor_speed = 250000
100 100
 [env:DUE_debug]
101 101
 # Used when WATCHDOG_RESET_MANUAL is enabled
102
-platform     = atmelsam
103
-framework    = arduino
104
-board        = due
105
-build_flags  = ${common.build_flags}
102
+platform      = atmelsam
103
+framework     = arduino
104
+board         = due
105
+build_flags   = ${common.build_flags}
106 106
   -funwind-tables
107 107
   -mpoke-function-name
108
-lib_deps     = ${common.lib_deps}
109
-lib_ignore   = c1921b4
110
-src_filter   = ${common.default_src_filter}
111
-monitor_baud = 250000
108
+lib_deps      = ${common.lib_deps}
109
+lib_ignore    = c1921b4
110
+src_filter    = ${common.default_src_filter}
111
+monitor_speed = 250000
112 112
 
113 113
 #
114 114
 # NXP LPC1768 ARM Cortex-M3
@@ -129,7 +129,7 @@ lib_deps        = CMSIS-LPC1768
129 129
   TMC2130Stepper@>=2.2.1
130 130
 extra_scripts   = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py, Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
131 131
 src_filter      = ${common.default_src_filter}
132
-monitor_baud    = 250000
132
+monitor_speed   = 250000
133 133
 
134 134
 #
135 135
 # LPC1768 (for debugging and development)
@@ -149,7 +149,7 @@ lib_deps       = CMSIS-LPC1768
149 149
   https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
150 150
 src_filter     = ${common.default_src_filter}
151 151
 extra_scripts  =  Marlin/src/HAL/HAL_LPC1768/debug_extra_script.py, Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
152
-monitor_baud   = 250000
152
+monitor_speed  = 250000
153 153
 debug_tool     = custom
154 154
 debug_server   =
155 155
   C:\Program Files (x86)\SEGGER\JLink_V618d\JLinkGDBServerCL.exe
@@ -164,73 +164,73 @@ debug_server   =
164 164
 # Melzi and clones (ATmega1284p)
165 165
 #
166 166
 [env:melzi]
167
-platform     = atmelavr
168
-framework    = arduino
169
-board        = sanguino_atmega1284p
170
-build_flags  = ${common.build_flags}
171
-upload_speed = 57600
172
-lib_deps     = ${common.lib_deps}
173
-src_filter   = ${common.default_src_filter}
174
-monitor_baud = 250000
167
+platform      = atmelavr
168
+framework     = arduino
169
+board         = sanguino_atmega1284p
170
+build_flags   = ${common.build_flags}
171
+upload_speed  = 57600
172
+lib_deps      = ${common.lib_deps}
173
+src_filter    = ${common.default_src_filter}
174
+monitor_speed = 250000
175 175
 
176 176
 #
177 177
 # Melzi and clones (Optiboot bootloader)
178 178
 #
179 179
 [env:melzi_optiboot]
180
-platform     = atmelavr
181
-framework    = arduino
182
-board        = sanguino_atmega1284p
183
-build_flags  = ${common.build_flags}
184
-upload_speed = 115200
185
-lib_deps     = ${common.lib_deps}
186
-src_filter   = ${common.default_src_filter}
187
-monitor_baud = 250000
180
+platform      = atmelavr
181
+framework     = arduino
182
+board         = sanguino_atmega1284p
183
+build_flags   = ${common.build_flags}
184
+upload_speed  = 115200
185
+lib_deps      = ${common.lib_deps}
186
+src_filter    = ${common.default_src_filter}
187
+monitor_speed = 250000
188 188
 
189 189
 #
190 190
 # RAMBo
191 191
 #
192 192
 [env:rambo]
193
-platform     = atmelavr
194
-framework    = arduino
195
-board        = reprap_rambo
196
-build_flags  = ${common.build_flags}
197
-board_f_cpu  = 16000000L
198
-lib_deps     = ${common.lib_deps}
199
-src_filter   = ${common.default_src_filter}
200
-monitor_baud = 250000
193
+platform      = atmelavr
194
+framework     = arduino
195
+board         = reprap_rambo
196
+build_flags   = ${common.build_flags}
197
+board_f_cpu   = 16000000L
198
+lib_deps      = ${common.lib_deps}
199
+src_filter    = ${common.default_src_filter}
200
+monitor_speed = 250000
201 201
 
202 202
 #
203 203
 # Sanguinololu (ATmega644p)
204 204
 #
205 205
 [env:sanguino_atmega644p]
206
-platform     = atmelavr
207
-framework    = arduino
208
-board        = sanguino_atmega644p
209
-build_flags  = ${common.build_flags}
210
-lib_deps     = ${common.lib_deps}
211
-src_filter   = ${common.default_src_filter}
212
-monitor_baud = 250000
206
+platform      = atmelavr
207
+framework     = arduino
208
+board         = sanguino_atmega644p
209
+build_flags   = ${common.build_flags}
210
+lib_deps      = ${common.lib_deps}
211
+src_filter    = ${common.default_src_filter}
212
+monitor_speed = 250000
213 213
 
214 214
 #
215 215
 # Sanguinololu (ATmega1284p)
216 216
 #
217 217
 [env:sanguino_atmega1284p]
218
-platform     = atmelavr
219
-framework    = arduino
220
-board        = sanguino_atmega1284p
221
-build_flags  = ${common.build_flags}
222
-lib_deps     = ${common.lib_deps}
223
-src_filter   = ${common.default_src_filter}
224
-monitor_baud = 250000
218
+platform      = atmelavr
219
+framework     = arduino
220
+board         = sanguino_atmega1284p
221
+build_flags   = ${common.build_flags}
222
+lib_deps      = ${common.lib_deps}
223
+src_filter    = ${common.default_src_filter}
224
+monitor_speed = 250000
225 225
 
226 226
 [env:STM32F1]
227
-platform     = ststm32
228
-framework    = arduino
229
-board        = genericSTM32F103RE
230
-build_flags  = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
227
+platform      = ststm32
228
+framework     = arduino
229
+board         = genericSTM32F103RE
230
+build_flags   = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
231 231
   ${common.build_flags}
232
-lib_deps     = ${common.lib_deps}
233
-lib_ignore   = U8glib-HAL
232
+lib_deps      = ${common.lib_deps}
233
+lib_ignore    = U8glib-HAL
234 234
   c1921b4
235 235
   libf3c
236 236
   lib066
@@ -238,19 +238,19 @@ lib_ignore   = U8glib-HAL
238 238
   Adafruit NeoPixel
239 239
   libf3e
240 240
   TMC26XStepper
241
-lib_ldf_mode = 1
242
-src_filter   = ${common.default_src_filter}
243
-monitor_baud = 250000
241
+lib_ldf_mode  = 1
242
+src_filter    = ${common.default_src_filter}
243
+monitor_speed = 250000
244 244
 
245 245
 [env:STM32F4]
246
-platform    = ststm32
247
-framework   = arduino
248
-board       = disco_f407vg
249
-build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
250
-lib_deps    = ${common.lib_deps}
251
-lib_ignore  = Adafruit NeoPixel, c1921b4, TMC2130Stepper
252
-src_filter  = ${common.default_src_filter}
253
-monitor_baud = 250000
246
+platform      = ststm32
247
+framework     = arduino
248
+board         = disco_f407vg
249
+build_flags   = ${common.build_flags} -DUSE_STM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
250
+lib_deps      = ${common.lib_deps}
251
+lib_ignore    = Adafruit NeoPixel, c1921b4, TMC2130Stepper
252
+src_filter    = ${common.default_src_filter}
253
+monitor_speed = 250000
254 254
 
255 255
 #
256 256
 # Teensy++ 2.0
@@ -268,20 +268,20 @@ build_flags   = ${common.build_flags}
268 268
 lib_deps      = ${common.lib_deps}
269 269
 lib_ldf_mode  = deep+
270 270
 src_filter    = ${common.default_src_filter}
271
-monitor_baud  = 250000
271
+monitor_speed = 250000
272 272
 
273 273
 #
274 274
 # Teensy 3.5 / 3.6 (ARM Cortex-M4)
275 275
 #
276 276
 [env:teensy35]
277
-platform     = teensy
278
-framework    = arduino
279
-board        = teensy35
280
-build_flags  = ${common.build_flags}
281
-lib_deps     = ${common.lib_deps}
282
-lib_ignore   = Adafruit NeoPixel
283
-src_filter   = ${common.default_src_filter}
284
-monitor_baud = 250000
277
+platform      = teensy
278
+framework     = arduino
279
+board         = teensy35
280
+build_flags   = ${common.build_flags}
281
+lib_deps      = ${common.lib_deps}
282
+lib_ignore    = Adafruit NeoPixel
283
+src_filter    = ${common.default_src_filter}
284
+monitor_speed = 250000
285 285
 
286 286
 [env:malyanm200]
287 287
 platform    = ststm32

Loading…
Annulla
Salva