Skip to content

Commit 08434b3

Browse files
committedAug 19, 2019
Add TMC26XStepper, not ignore
1 parent cd09e35 commit 08434b3

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed
 

‎platformio.ini

+27-21
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ lib_deps =
3232
Adafruit NeoPixel@1.1.3
3333
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
3434
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
35-
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
3635
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
3736
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
3837
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
@@ -57,6 +56,7 @@ board = megaatmega2560
5756
build_flags = ${common.build_flags}
5857
board_build.f_cpu = 16000000L
5958
lib_deps = ${common.lib_deps}
59+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
6060
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
6161
monitor_speed = 250000
6262

@@ -70,6 +70,7 @@ board = megaatmega1280
7070
build_flags = ${common.build_flags}
7171
board_build.f_cpu = 16000000L
7272
lib_deps = ${common.lib_deps}
73+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
7374
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
7475
monitor_speed = 250000
7576

@@ -86,6 +87,7 @@ framework = arduino
8687
board = at90usb1286
8788
build_flags = ${common.build_flags}
8889
lib_deps = ${common.lib_deps}
90+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
8991
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
9092
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_CDC.py
9193
monitor_speed = 250000
@@ -102,6 +104,7 @@ framework = arduino
102104
board = at90usb1286
103105
build_flags = ${common.build_flags}
104106
lib_deps = ${common.lib_deps}
107+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
105108
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
106109
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_DFU.py
107110
monitor_speed = 250000
@@ -118,7 +121,6 @@ framework = arduino
118121
board = due
119122
build_flags = ${common.build_flags}
120123
lib_deps = ${common.lib_deps}
121-
lib_ignore = TMC26XStepper
122124
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
123125
monitor_speed = 250000
124126
[env:DUE_USB]
@@ -127,7 +129,6 @@ framework = arduino
127129
board = dueUSB
128130
build_flags = ${common.build_flags}
129131
lib_deps = ${common.lib_deps}
130-
lib_ignore = TMC26XStepper
131132
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
132133
monitor_speed = 250000
133134
[env:DUE_debug]
@@ -139,7 +140,6 @@ build_flags = ${common.build_flags}
139140
-funwind-tables
140141
-mpoke-function-name
141142
lib_deps = ${common.lib_deps}
142-
lib_ignore = TMC26XStepper
143143
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
144144
monitor_speed = 250000
145145

@@ -195,7 +195,7 @@ board = sanguino_atmega1284p
195195
build_flags = ${common.build_flags} -fmerge-all-constants
196196
upload_speed = 57600
197197
lib_deps = ${common.lib_deps}
198-
lib_ignore = TMCStepper, TMC26XStepper
198+
lib_ignore = TMCStepper
199199
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
200200
monitor_speed = 250000
201201

@@ -209,7 +209,7 @@ board = sanguino_atmega1284p
209209
build_flags = ${common.build_flags}
210210
upload_speed = 115200
211211
lib_deps = ${common.lib_deps}
212-
lib_ignore = TMCStepper, TMC26XStepper
212+
lib_ignore = TMCStepper
213213
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
214214
monitor_speed = 250000
215215

@@ -223,6 +223,7 @@ board = reprap_rambo
223223
build_flags = ${common.build_flags}
224224
board_build.f_cpu = 16000000L
225225
lib_deps = ${common.lib_deps}
226+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
226227
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
227228
monitor_speed = 250000
228229

@@ -235,6 +236,7 @@ framework = arduino
235236
board = sanguino_atmega644p
236237
build_flags = ${common.build_flags}
237238
lib_deps = ${common.lib_deps}
239+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
238240
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
239241
monitor_speed = 250000
240242

@@ -247,6 +249,7 @@ framework = arduino
247249
board = sanguino_atmega1284p
248250
build_flags = ${common.build_flags}
249251
lib_deps = ${common.lib_deps}
252+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
250253
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
251254
monitor_speed = 250000
252255

@@ -262,7 +265,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
262265
-DDEBUG_LEVEL=0
263266
build_unflags = -std=gnu++11
264267
lib_deps = ${common.lib_deps}
265-
lib_ignore = U8glib-HAL, TMC26XStepper, Adafruit NeoPixel
268+
lib_ignore = U8glib-HAL, Adafruit NeoPixel
266269
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
267270
monitor_speed = 250000
268271

@@ -282,7 +285,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
282285
build_unflags = -std=gnu++11
283286
lib_deps = ${common.lib_deps}
284287
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
285-
lib_ignore = TMC26XStepper, Adafruit NeoPixel
288+
lib_ignore = Adafruit NeoPixel
286289
lib_ldf_mode = chain
287290
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
288291
monitor_speed = 250000
@@ -303,7 +306,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
303306
-DDEBUG_LEVEL=0
304307
build_unflags = -std=gnu++11
305308
lib_deps = ${common.lib_deps}
306-
lib_ignore = TMC26XStepper, Adafruit NeoPixel
309+
lib_ignore = Adafruit NeoPixel
307310
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
308311
monitor_speed = 115200
309312
upload_protocol = stlink
@@ -318,7 +321,7 @@ framework = arduino
318321
board = disco_f407vg
319322
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F4 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
320323
lib_deps = ${common.lib_deps}
321-
lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper
324+
lib_ignore = Adafruit NeoPixel, TMCStepper
322325
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F7>
323326
monitor_speed = 250000
324327

@@ -331,7 +334,7 @@ framework = arduino
331334
board = remram_v1
332335
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F7 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
333336
lib_deps = ${common.lib_deps}
334-
lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper
337+
lib_ignore = Adafruit NeoPixel, TMCStepper
335338
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F4>
336339
monitor_speed = 250000
337340

@@ -344,7 +347,7 @@ framework = arduino
344347
board = armed_v1
345348
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
346349
lib_deps = ${common.lib_deps}
347-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
350+
lib_ignore = Adafruit NeoPixel
348351
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
349352
monitor_speed = 250000
350353

@@ -363,7 +366,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
363366
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
364367
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
365368
lib_deps = ${common.lib_deps}
366-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
369+
lib_ignore = Adafruit NeoPixel
367370

368371
#
369372
# MKS Robin (STM32F103ZET6)
@@ -378,7 +381,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
378381
build_unflags = -std=gnu++11
379382
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
380383
lib_deps = ${common.lib_deps}
381-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
384+
lib_ignore = Adafruit NeoPixel
382385

383386
#
384387
# MKS ROBIN LITE/LITE2 (STM32F103RCT6)
@@ -393,7 +396,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
393396
build_unflags = -std=gnu++11
394397
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
395398
lib_deps = ${common.lib_deps}
396-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
399+
lib_ignore = Adafruit NeoPixel
397400

398401
#
399402
# MKS Robin Mini (STM32F103VET6)
@@ -408,7 +411,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
408411
build_unflags = -std=gnu++11
409412
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
410413
lib_deps = ${common.lib_deps}
411-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
414+
lib_ignore = Adafruit NeoPixel
412415

413416
#
414417
# MKS Robin Nano (STM32F103VET6)
@@ -423,7 +426,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
423426
build_unflags = -std=gnu++11
424427
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
425428
lib_deps = ${common.lib_deps}
426-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
429+
lib_ignore = Adafruit NeoPixel
427430

428431
#
429432
# JGAurora A5S A1 (STM32F103ZET6)
@@ -438,7 +441,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
438441
build_unflags = -std=gnu++11
439442
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
440443
lib_deps = ${common.lib_deps}
441-
lib_ignore = Adafruit NeoPixel, TMC26XStepper
444+
lib_ignore = Adafruit NeoPixel
442445
monitor_speed = 250000
443446

444447
#
@@ -454,7 +457,7 @@ extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
454457
build_flags = ${common.build_flags}
455458
-DSTM32F4 -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"BLACK_F407VE\"
456459
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
458461
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
459462
monitor_speed = 250000
460463

@@ -470,7 +473,7 @@ build_flags = ${common.build_flags}
470473
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407ZG\"
471474
-DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6
472475
lib_deps = ${common.lib_deps}
473-
lib_ignore = Adafruit NeoPixel, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
476+
lib_ignore = Adafruit NeoPixel, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
474477
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
475478
monitor_speed = 250000
476479

@@ -483,6 +486,7 @@ framework = arduino
483486
board = teensy31
484487
build_flags = ${common.build_flags}
485488
lib_deps = ${common.lib_deps}
489+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
486490
lib_ignore = Adafruit NeoPixel
487491
src_filter = ${common.default_src_filter} +<src/HAL/HAL_TEENSY31_32>
488492
monitor_speed = 250000
@@ -496,6 +500,7 @@ framework = arduino
496500
board = teensy35
497501
build_flags = ${common.build_flags}
498502
lib_deps = ${common.lib_deps}
503+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
499504
lib_ignore = Adafruit NeoPixel
500505
src_filter = ${common.default_src_filter} +<src/HAL/HAL_TEENSY35_36>
501506
monitor_speed = 250000
@@ -539,6 +544,7 @@ board = fysetc_f6_13
539544
build_flags = ${common.build_flags}
540545
board_build.f_cpu = 16000000L
541546
lib_deps = ${common.lib_deps}
547+
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
542548
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
543549
monitor_speed = 250000
544550

@@ -566,6 +572,6 @@ framework = arduino
566572
build_flags = ${common.build_flags} -std=gnu++17
567573
build_unflags = -std=gnu++11
568574
lib_deps = ${common.lib_deps}
569-
lib_ignore = U8glib-HAL, TMC26XStepper
575+
lib_ignore = U8glib-HAL
570576
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
571577
debug_tool = jlink

0 commit comments

Comments
 (0)
Please sign in to comment.