forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e0958e
commit c1b2379
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,16 +25,16 @@ default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared> | |
extra_scripts = pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py | ||
build_flags = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__ -fmerge-all-constants | ||
lib_deps = | ||
LiquidCrystal | ||
TMCStepper@>=0.6.2,<1.0.0 | ||
Adafruit NeoPixel | ||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip | ||
Adafruit_MAX31865=https://github.com/adafruit/Adafruit_MAX31865/archive/master.zip | ||
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip | ||
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/0.8.0.zip | ||
[email protected] | ||
TMCStepper@~0.7.1 | ||
Adafruit [email protected] | ||
[email protected] | ||
Adafruit MAX31865 library@~1.1.0 | ||
[email protected] | ||
[email protected] | ||
SlowSoftI2CMaster | ||
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip | ||
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip | ||
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip | ||
|
||
# Globally defined properties | ||
# inherited by all environments | ||
|
@@ -221,10 +221,10 @@ lib_compat_mode = strict | |
extra_scripts = Marlin/src/HAL/LPC1768/upload_extra_script.py | ||
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768> | ||
lib_deps = Servo | ||
LiquidCrystal | ||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip | ||
TMCStepper@>=0.6.1,<1.0.0 | ||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip | ||
LiquidCrystal@1.5.0 | ||
U8glib-HAL@0.4.1 | ||
TMCStepper@~0.7.1 | ||
Adafruit NeoPixel@1.5.0 | ||
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip | ||
|
||
[env:LPC1769] | ||
|
@@ -239,10 +239,10 @@ lib_compat_mode = strict | |
extra_scripts = Marlin/src/HAL/LPC1768/upload_extra_script.py | ||
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768> | ||
lib_deps = Servo | ||
LiquidCrystal | ||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip | ||
TMCStepper@>=0.6.1,<1.0.0 | ||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip | ||
LiquidCrystal@1.5.0 | ||
U8glib-HAL@0.4.1 | ||
TMCStepper@~0.7.1 | ||
Adafruit NeoPixel@1.5.0 | ||
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip | ||
|
||
# | ||
|
@@ -697,12 +697,12 @@ build_flags = ${common.build_flags} | |
-DTARGET_STM32F4 -DSTM32F407IX -DVECT_TAB_OFFSET=0x8000 | ||
-IMarlin/src/HAL/STM32 | ||
lib_deps = | ||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip | ||
LiquidCrystal | ||
TMCStepper@>=0.5.2,<1.0.0 | ||
Adafruit NeoPixel | ||
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip | ||
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/0.7.0.zip | ||
U8glib-HAL@0.4.1 | ||
LiquidCrystal@1.5.0 | ||
TMCStepper@~0.7.1 | ||
Adafruit NeoPixel@1.5.0 | ||
LiquidTWI2@1.2.7 | ||
Arduino-L6470@0.8.0 | ||
lib_ignore = SoftwareSerial, SoftwareSerialM | ||
src_filter = ${common.default_src_filter} +<src/HAL/STM32> | ||
monitor_speed = 250000 | ||
|