Merge pull request #8464 from tcm0116/2.0.x-pio_lib_deps
[2.0.x] Update PlatformIO lib_deps
This commit is contained in:
commit
37a8d0b809
|
@ -21,14 +21,12 @@ env_default = megaatmega2560
|
||||||
lib_deps =
|
lib_deps =
|
||||||
U8glib-HAL
|
U8glib-HAL
|
||||||
LiquidCrystal_I2C@1.1.2
|
LiquidCrystal_I2C@1.1.2
|
||||||
|
TMC2130Stepper
|
||||||
|
Adafruit NeoPixel
|
||||||
https://github.com/lincomatic/LiquidTWI2.git
|
https://github.com/lincomatic/LiquidTWI2.git
|
||||||
https://github.com/teemuatlut/TMC2130Stepper.git
|
|
||||||
https://github.com/trinamic/TMC26XStepper.git
|
https://github.com/trinamic/TMC26XStepper.git
|
||||||
https://github.com/adafruit/Adafruit_NeoPixel.git
|
|
||||||
https://github.com/ameyer/Arduino-L6470.git
|
https://github.com/ameyer/Arduino-L6470.git
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_src_filter = +<src/*> -<src/config>
|
default_src_filter = +<src/*> -<src/config>
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
@ -102,7 +100,6 @@ src_build_flags = -Wall
|
||||||
build_unflags = -Wall
|
build_unflags = -Wall
|
||||||
lib_ldf_mode = off
|
lib_ldf_mode = off
|
||||||
lib_extra_dirs = frameworks
|
lib_extra_dirs = frameworks
|
||||||
#lib_deps = U8glib-ARM, CMSIS-LPC1768
|
|
||||||
lib_deps = CMSIS-LPC1768
|
lib_deps = CMSIS-LPC1768
|
||||||
U8glib-HAL
|
U8glib-HAL
|
||||||
extra_scripts = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
|
extra_scripts = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
|
||||||
|
|
Loading…
Reference in a new issue