More PlatformIO aliases
This commit is contained in:
parent
f89eb8bf35
commit
ab792d004c
@ -29,13 +29,13 @@ build_flags = -fmax-errors=5
|
|||||||
-g
|
-g
|
||||||
-ggdb
|
-ggdb
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
LiquidCrystal@1.3.4
|
LiquidCrystal@1.3.4
|
||||||
TMCStepper@<1.0.0
|
TMCStepper@<1.0.0
|
||||||
Adafruit NeoPixel@1.1.3
|
Adafruit NeoPixel@1.1.3
|
||||||
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
||||||
https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
||||||
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
||||||
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
|
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
|
||||||
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
|
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
|
||||||
@ -121,7 +121,7 @@ framework = arduino
|
|||||||
board = due
|
board = due
|
||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
[env:DUE_USB]
|
[env:DUE_USB]
|
||||||
@ -130,7 +130,7 @@ framework = arduino
|
|||||||
board = dueUSB
|
board = dueUSB
|
||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
[env:DUE_debug]
|
[env:DUE_debug]
|
||||||
@ -142,7 +142,7 @@ build_flags = ${common.build_flags}
|
|||||||
-funwind-tables
|
-funwind-tables
|
||||||
-mpoke-function-name
|
-mpoke-function-name
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_DUE>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -266,13 +266,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = U8glib-HAL
|
lib_ignore = U8glib-HAL
|
||||||
c1921b4
|
TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
#lib_ldf_mode = chain
|
#lib_ldf_mode = chain
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
@ -292,14 +291,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||||
lib_ignore =
|
lib_ignore = TMC26XStepper
|
||||||
c1921b4
|
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
lib_ldf_mode = chain
|
lib_ldf_mode = chain
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
@ -319,14 +316,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
-DDEBUG_LEVEL=0
|
-DDEBUG_LEVEL=0
|
||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore =
|
lib_ignore = TMC26XStepper
|
||||||
c1921b4
|
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
#lib_ldf_mode = chain
|
#lib_ldf_mode = chain
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
@ -342,7 +337,7 @@ framework = arduino
|
|||||||
board = disco_f407vg
|
board = disco_f407vg
|
||||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, c1921b4, TMCStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper, TMCStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/*> +<src/HAL/HAL_STM32_F4_F7/STM32F4>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/*> +<src/HAL/HAL_STM32_F4_F7/STM32F4>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -355,7 +350,7 @@ framework = arduino
|
|||||||
board = disco_f765vg
|
board = disco_f765vg
|
||||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, c1921b4, TMCStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper, TMCStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/*> +<src/HAL/HAL_STM32_F4_F7/STM32F7>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/*> +<src/HAL/HAL_STM32_F4_F7/STM32F7>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -368,7 +363,7 @@ framework = arduino
|
|||||||
board = armed_v1
|
board = armed_v1
|
||||||
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
|
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
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, c1921b4
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -387,13 +382,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS Robin (STM32F103ZET6)
|
# MKS Robin (STM32F103ZET6)
|
||||||
@ -408,13 +402,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
U8glib-HAL
|
U8glib-HAL
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -430,13 +423,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS Robin Mini (STM32F103VET6)
|
# MKS Robin Mini (STM32F103VET6)
|
||||||
@ -451,13 +443,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS Robin Nano (STM32F103VET6)
|
# MKS Robin Nano (STM32F103VET6)
|
||||||
@ -472,13 +463,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# JGAurora A5S A1 (STM32F103ZET6)
|
# JGAurora A5S A1 (STM32F103ZET6)
|
||||||
@ -493,13 +483,12 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = c1921b4
|
lib_ignore = TMC26XStepper
|
||||||
libf3c
|
libf3c
|
||||||
lib066
|
lib066
|
||||||
Adafruit NeoPixel_ID28
|
Adafruit NeoPixel_ID28
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -515,7 +504,7 @@ extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
|
|||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"BLACK_F407VE\"
|
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"BLACK_F407VE\"
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, c1921b4, TMCStepper, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -531,7 +520,7 @@ build_flags = ${common.build_flags}
|
|||||||
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407ZG\"
|
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407ZG\"
|
||||||
-DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6
|
-DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, c1921b4, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -572,18 +561,16 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py -DMCU_ST
|
|||||||
-DDEBUG_LEVEL=0
|
-DDEBUG_LEVEL=0
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
#-<frameworks>
|
#-<frameworks>
|
||||||
lib_ignore =
|
lib_ignore = Adafruit NeoPixel
|
||||||
U8glib
|
U8glib
|
||||||
LiquidCrystal_I2C
|
LiquidCrystal_I2C
|
||||||
LiquidCrystal
|
LiquidCrystal
|
||||||
NewliquidCrystal
|
NewliquidCrystal
|
||||||
LiquidTWI2
|
LiquidTWI2
|
||||||
Adafruit NeoPixel
|
TMC26XStepper
|
||||||
TMCStepper
|
TMCStepper
|
||||||
Servo(STM32F1)
|
Servo(STM32F1)
|
||||||
TMC26XStepper
|
|
||||||
U8glib-HAL
|
U8glib-HAL
|
||||||
c1921b4
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Espressif ESP32
|
# Espressif ESP32
|
||||||
@ -598,13 +585,11 @@ upload_port = /dev/ttyUSB0
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
|
AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
|
||||||
ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
||||||
lib_ignore =
|
lib_ignore = TMC26XStepper
|
||||||
LiquidCrystal_I2C
|
LiquidCrystal_I2C
|
||||||
LiquidCrystal
|
LiquidCrystal
|
||||||
NewliquidCrystal
|
NewliquidCrystal
|
||||||
LiquidTWI2
|
LiquidTWI2
|
||||||
TMC26XStepper
|
|
||||||
c1921b4
|
|
||||||
SailfishLCD
|
SailfishLCD
|
||||||
SailfishRGB_LED
|
SailfishRGB_LED
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32>
|
||||||
@ -646,6 +631,5 @@ framework = arduino
|
|||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
-Wl,-Map,$BUILD_DIR/firmware.map -Wl,--cref
|
-Wl,-Map,$BUILD_DIR/firmware.map -Wl,--cref
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = U8glib-HAL
|
lib_ignore = U8glib-HAL, TMC26XStepper
|
||||||
c1921b4
|
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
|
||||||
|
Loading…
Reference in New Issue
Block a user