|
@@ -32,7 +32,6 @@ lib_deps =
|
32
|
32
|
Adafruit NeoPixel@1.1.3
|
33
|
33
|
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
34
|
34
|
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
35
|
|
- TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
36
|
35
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
37
|
36
|
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
|
38
|
37
|
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
|
|
@@ -57,6 +56,7 @@ board = megaatmega2560
|
57
|
56
|
build_flags = ${common.build_flags}
|
58
|
57
|
board_build.f_cpu = 16000000L
|
59
|
58
|
lib_deps = ${common.lib_deps}
|
|
59
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
60
|
60
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
61
|
61
|
monitor_speed = 250000
|
62
|
62
|
|
|
@@ -70,6 +70,7 @@ board = megaatmega1280
|
70
|
70
|
build_flags = ${common.build_flags}
|
71
|
71
|
board_build.f_cpu = 16000000L
|
72
|
72
|
lib_deps = ${common.lib_deps}
|
|
73
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
73
|
74
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
74
|
75
|
monitor_speed = 250000
|
75
|
76
|
|
|
@@ -86,6 +87,7 @@ framework = arduino
|
86
|
87
|
board = at90usb1286
|
87
|
88
|
build_flags = ${common.build_flags}
|
88
|
89
|
lib_deps = ${common.lib_deps}
|
|
90
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
89
|
91
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
90
|
92
|
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_CDC.py
|
91
|
93
|
monitor_speed = 250000
|
|
@@ -102,6 +104,7 @@ framework = arduino
|
102
|
104
|
board = at90usb1286
|
103
|
105
|
build_flags = ${common.build_flags}
|
104
|
106
|
lib_deps = ${common.lib_deps}
|
|
107
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
105
|
108
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
106
|
109
|
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_DFU.py
|
107
|
110
|
monitor_speed = 250000
|
|
@@ -118,7 +121,6 @@ framework = arduino
|
118
|
121
|
board = due
|
119
|
122
|
build_flags = ${common.build_flags}
|
120
|
123
|
lib_deps = ${common.lib_deps}
|
121
|
|
-lib_ignore = TMC26XStepper
|
122
|
124
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
123
|
125
|
monitor_speed = 250000
|
124
|
126
|
[env:DUE_USB]
|
|
@@ -127,7 +129,6 @@ framework = arduino
|
127
|
129
|
board = dueUSB
|
128
|
130
|
build_flags = ${common.build_flags}
|
129
|
131
|
lib_deps = ${common.lib_deps}
|
130
|
|
-lib_ignore = TMC26XStepper
|
131
|
132
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
132
|
133
|
monitor_speed = 250000
|
133
|
134
|
[env:DUE_debug]
|
|
@@ -139,7 +140,6 @@ build_flags = ${common.build_flags}
|
139
|
140
|
-funwind-tables
|
140
|
141
|
-mpoke-function-name
|
141
|
142
|
lib_deps = ${common.lib_deps}
|
142
|
|
-lib_ignore = TMC26XStepper
|
143
|
143
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
144
|
144
|
monitor_speed = 250000
|
145
|
145
|
|
|
@@ -195,7 +195,7 @@ board = sanguino_atmega1284p
|
195
|
195
|
build_flags = ${common.build_flags} -fmerge-all-constants
|
196
|
196
|
upload_speed = 57600
|
197
|
197
|
lib_deps = ${common.lib_deps}
|
198
|
|
-lib_ignore = TMCStepper, TMC26XStepper
|
|
198
|
+lib_ignore = TMCStepper
|
199
|
199
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
200
|
200
|
monitor_speed = 250000
|
201
|
201
|
|
|
@@ -209,7 +209,7 @@ board = sanguino_atmega1284p
|
209
|
209
|
build_flags = ${common.build_flags}
|
210
|
210
|
upload_speed = 115200
|
211
|
211
|
lib_deps = ${common.lib_deps}
|
212
|
|
-lib_ignore = TMCStepper, TMC26XStepper
|
|
212
|
+lib_ignore = TMCStepper
|
213
|
213
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
214
|
214
|
monitor_speed = 250000
|
215
|
215
|
|
|
@@ -223,6 +223,7 @@ board = reprap_rambo
|
223
|
223
|
build_flags = ${common.build_flags}
|
224
|
224
|
board_build.f_cpu = 16000000L
|
225
|
225
|
lib_deps = ${common.lib_deps}
|
|
226
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
226
|
227
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
227
|
228
|
monitor_speed = 250000
|
228
|
229
|
|
|
@@ -235,6 +236,7 @@ framework = arduino
|
235
|
236
|
board = sanguino_atmega644p
|
236
|
237
|
build_flags = ${common.build_flags}
|
237
|
238
|
lib_deps = ${common.lib_deps}
|
|
239
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
238
|
240
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
239
|
241
|
monitor_speed = 250000
|
240
|
242
|
|
|
@@ -247,6 +249,7 @@ framework = arduino
|
247
|
249
|
board = sanguino_atmega1284p
|
248
|
250
|
build_flags = ${common.build_flags}
|
249
|
251
|
lib_deps = ${common.lib_deps}
|
|
252
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
250
|
253
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
251
|
254
|
monitor_speed = 250000
|
252
|
255
|
|
|
@@ -262,7 +265,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
262
|
265
|
-DDEBUG_LEVEL=0
|
263
|
266
|
build_unflags = -std=gnu++11
|
264
|
267
|
lib_deps = ${common.lib_deps}
|
265
|
|
-lib_ignore = U8glib-HAL, TMC26XStepper, Adafruit NeoPixel
|
|
268
|
+lib_ignore = U8glib-HAL, Adafruit NeoPixel
|
266
|
269
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
267
|
270
|
monitor_speed = 250000
|
268
|
271
|
|
|
@@ -282,7 +285,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
282
|
285
|
build_unflags = -std=gnu++11
|
283
|
286
|
lib_deps = ${common.lib_deps}
|
284
|
287
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
285
|
|
-lib_ignore = TMC26XStepper, Adafruit NeoPixel
|
|
288
|
+lib_ignore = Adafruit NeoPixel
|
286
|
289
|
lib_ldf_mode = chain
|
287
|
290
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
288
|
291
|
monitor_speed = 250000
|
|
@@ -303,7 +306,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
303
|
306
|
-DDEBUG_LEVEL=0
|
304
|
307
|
build_unflags = -std=gnu++11
|
305
|
308
|
lib_deps = ${common.lib_deps}
|
306
|
|
-lib_ignore = TMC26XStepper, Adafruit NeoPixel
|
|
309
|
+lib_ignore = Adafruit NeoPixel
|
307
|
310
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
308
|
311
|
monitor_speed = 115200
|
309
|
312
|
upload_protocol = stlink
|
|
@@ -318,7 +321,7 @@ framework = arduino
|
318
|
321
|
board = disco_f407vg
|
319
|
322
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F4 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
320
|
323
|
lib_deps = ${common.lib_deps}
|
321
|
|
-lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper
|
|
324
|
+lib_ignore = Adafruit NeoPixel, TMCStepper
|
322
|
325
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F7>
|
323
|
326
|
monitor_speed = 250000
|
324
|
327
|
|
|
@@ -331,7 +334,7 @@ framework = arduino
|
331
|
334
|
board = remram_v1
|
332
|
335
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F7 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
333
|
336
|
lib_deps = ${common.lib_deps}
|
334
|
|
-lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper
|
|
337
|
+lib_ignore = Adafruit NeoPixel, TMCStepper
|
335
|
338
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F4>
|
336
|
339
|
monitor_speed = 250000
|
337
|
340
|
|
|
@@ -344,7 +347,7 @@ framework = arduino
|
344
|
347
|
board = armed_v1
|
345
|
348
|
build_flags = ${common.build_flags} -DUSBCON -DUSBD_VID=0x0483 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="ARMED_V1"' -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing -std=gnu11 -std=gnu++11
|
346
|
349
|
lib_deps = ${common.lib_deps}
|
347
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
350
|
+lib_ignore = Adafruit NeoPixel
|
348
|
351
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
349
|
352
|
monitor_speed = 250000
|
350
|
353
|
|
|
@@ -363,7 +366,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
363
|
366
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
|
364
|
367
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
365
|
368
|
lib_deps = ${common.lib_deps}
|
366
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
369
|
+lib_ignore = Adafruit NeoPixel
|
367
|
370
|
|
368
|
371
|
#
|
369
|
372
|
# MKS Robin (STM32F103ZET6)
|
|
@@ -378,7 +381,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
378
|
381
|
build_unflags = -std=gnu++11
|
379
|
382
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
380
|
383
|
lib_deps = ${common.lib_deps}
|
381
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
384
|
+lib_ignore = Adafruit NeoPixel
|
382
|
385
|
|
383
|
386
|
#
|
384
|
387
|
# MKS ROBIN LITE/LITE2 (STM32F103RCT6)
|
|
@@ -393,7 +396,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
393
|
396
|
build_unflags = -std=gnu++11
|
394
|
397
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
395
|
398
|
lib_deps = ${common.lib_deps}
|
396
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
399
|
+lib_ignore = Adafruit NeoPixel
|
397
|
400
|
|
398
|
401
|
#
|
399
|
402
|
# MKS Robin Mini (STM32F103VET6)
|
|
@@ -408,7 +411,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
408
|
411
|
build_unflags = -std=gnu++11
|
409
|
412
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
410
|
413
|
lib_deps = ${common.lib_deps}
|
411
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
414
|
+lib_ignore = Adafruit NeoPixel
|
412
|
415
|
|
413
|
416
|
#
|
414
|
417
|
# MKS Robin Nano (STM32F103VET6)
|
|
@@ -423,7 +426,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
423
|
426
|
build_unflags = -std=gnu++11
|
424
|
427
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
425
|
428
|
lib_deps = ${common.lib_deps}
|
426
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
429
|
+lib_ignore = Adafruit NeoPixel
|
427
|
430
|
|
428
|
431
|
#
|
429
|
432
|
# JGAurora A5S A1 (STM32F103ZET6)
|
|
@@ -438,7 +441,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
438
|
441
|
build_unflags = -std=gnu++11
|
439
|
442
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
440
|
443
|
lib_deps = ${common.lib_deps}
|
441
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
|
444
|
+lib_ignore = Adafruit NeoPixel
|
442
|
445
|
monitor_speed = 250000
|
443
|
446
|
|
444
|
447
|
#
|
|
@@ -454,7 +457,7 @@ extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
|
454
|
457
|
build_flags = ${common.build_flags}
|
455
|
458
|
-DSTM32F4 -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"BLACK_F407VE\"
|
456
|
459
|
lib_deps = ${common.lib_deps}
|
457
|
|
-lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
|
460
|
+lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
458
|
461
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
459
|
462
|
monitor_speed = 250000
|
460
|
463
|
|
|
@@ -470,7 +473,7 @@ build_flags = ${common.build_flags}
|
470
|
473
|
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407ZG\"
|
471
|
474
|
-DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6
|
472
|
475
|
lib_deps = ${common.lib_deps}
|
473
|
|
-lib_ignore = Adafruit NeoPixel, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
|
476
|
+lib_ignore = Adafruit NeoPixel, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
474
|
477
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
475
|
478
|
monitor_speed = 250000
|
476
|
479
|
|
|
@@ -483,6 +486,7 @@ framework = arduino
|
483
|
486
|
board = teensy31
|
484
|
487
|
build_flags = ${common.build_flags}
|
485
|
488
|
lib_deps = ${common.lib_deps}
|
|
489
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
486
|
490
|
lib_ignore = Adafruit NeoPixel
|
487
|
491
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_TEENSY31_32>
|
488
|
492
|
monitor_speed = 250000
|
|
@@ -496,6 +500,7 @@ framework = arduino
|
496
|
500
|
board = teensy35
|
497
|
501
|
build_flags = ${common.build_flags}
|
498
|
502
|
lib_deps = ${common.lib_deps}
|
|
503
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
499
|
504
|
lib_ignore = Adafruit NeoPixel
|
500
|
505
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_TEENSY35_36>
|
501
|
506
|
monitor_speed = 250000
|
|
@@ -539,6 +544,7 @@ board = fysetc_f6_13
|
539
|
544
|
build_flags = ${common.build_flags}
|
540
|
545
|
board_build.f_cpu = 16000000L
|
541
|
546
|
lib_deps = ${common.lib_deps}
|
|
547
|
+ TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
542
|
548
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
|
543
|
549
|
monitor_speed = 250000
|
544
|
550
|
|
|
@@ -566,6 +572,6 @@ framework = arduino
|
566
|
572
|
build_flags = ${common.build_flags} -std=gnu++17
|
567
|
573
|
build_unflags = -std=gnu++11
|
568
|
574
|
lib_deps = ${common.lib_deps}
|
569
|
|
-lib_ignore = U8glib-HAL, TMC26XStepper
|
|
575
|
+lib_ignore = U8glib-HAL
|
570
|
576
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
|
571
|
577
|
debug_tool = jlink
|