Bläddra i källkod

monitor_baud => monitor_speed

Scott Lahteine 6 år sedan
förälder
incheckning
8f18854d4d
1 ändrade filer med 106 tillägg och 106 borttagningar
  1. 106
    106
      platformio.ini

+ 106
- 106
platformio.ini Visa fil

51
 # ATmega2560
51
 # ATmega2560
52
 #
52
 #
53
 [env:megaatmega2560]
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
 # ATmega1280
64
 # ATmega1280
65
 #
65
 #
66
 [env:megaatmega1280]
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
 # Due (Atmel SAM3X8E ARM Cortex-M3)
77
 # Due (Atmel SAM3X8E ARM Cortex-M3)
80
 #  - RADDS
80
 #  - RADDS
81
 #
81
 #
82
 [env:DUE]
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
 [env:DUE_USB]
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
 [env:DUE_debug]
100
 [env:DUE_debug]
101
 # Used when WATCHDOG_RESET_MANUAL is enabled
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
   -funwind-tables
106
   -funwind-tables
107
   -mpoke-function-name
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
 # NXP LPC1768 ARM Cortex-M3
114
 # NXP LPC1768 ARM Cortex-M3
129
   TMC2130Stepper@>=2.2.1
129
   TMC2130Stepper@>=2.2.1
130
 extra_scripts   = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py, Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
130
 extra_scripts   = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py, Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
131
 src_filter      = ${common.default_src_filter}
131
 src_filter      = ${common.default_src_filter}
132
-monitor_baud    = 250000
132
+monitor_speed   = 250000
133
 
133
 
134
 #
134
 #
135
 # LPC1768 (for debugging and development)
135
 # LPC1768 (for debugging and development)
149
   https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
149
   https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
150
 src_filter     = ${common.default_src_filter}
150
 src_filter     = ${common.default_src_filter}
151
 extra_scripts  =  Marlin/src/HAL/HAL_LPC1768/debug_extra_script.py, Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
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
 debug_tool     = custom
153
 debug_tool     = custom
154
 debug_server   =
154
 debug_server   =
155
   C:\Program Files (x86)\SEGGER\JLink_V618d\JLinkGDBServerCL.exe
155
   C:\Program Files (x86)\SEGGER\JLink_V618d\JLinkGDBServerCL.exe
164
 # Melzi and clones (ATmega1284p)
164
 # Melzi and clones (ATmega1284p)
165
 #
165
 #
166
 [env:melzi]
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
 # Melzi and clones (Optiboot bootloader)
177
 # Melzi and clones (Optiboot bootloader)
178
 #
178
 #
179
 [env:melzi_optiboot]
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
 # RAMBo
190
 # RAMBo
191
 #
191
 #
192
 [env:rambo]
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
 # Sanguinololu (ATmega644p)
203
 # Sanguinololu (ATmega644p)
204
 #
204
 #
205
 [env:sanguino_atmega644p]
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
 # Sanguinololu (ATmega1284p)
215
 # Sanguinololu (ATmega1284p)
216
 #
216
 #
217
 [env:sanguino_atmega1284p]
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
 [env:STM32F1]
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
   ${common.build_flags}
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
   c1921b4
234
   c1921b4
235
   libf3c
235
   libf3c
236
   lib066
236
   lib066
238
   Adafruit NeoPixel
238
   Adafruit NeoPixel
239
   libf3e
239
   libf3e
240
   TMC26XStepper
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
 [env:STM32F4]
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
 # Teensy++ 2.0
256
 # Teensy++ 2.0
268
 lib_deps      = ${common.lib_deps}
268
 lib_deps      = ${common.lib_deps}
269
 lib_ldf_mode  = deep+
269
 lib_ldf_mode  = deep+
270
 src_filter    = ${common.default_src_filter}
270
 src_filter    = ${common.default_src_filter}
271
-monitor_baud  = 250000
271
+monitor_speed = 250000
272
 
272
 
273
 #
273
 #
274
 # Teensy 3.5 / 3.6 (ARM Cortex-M4)
274
 # Teensy 3.5 / 3.6 (ARM Cortex-M4)
275
 #
275
 #
276
 [env:teensy35]
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
 [env:malyanm200]
286
 [env:malyanm200]
287
 platform    = ststm32
287
 platform    = ststm32

Laddar…
Avbryt
Spara