Turn PlatformIO LDF off for LPC176x builds (#12334)
This commit is contained in:
parent
0c85869c26
commit
32880ff42a
@ -158,13 +158,14 @@ build_flags = -DTARGET_LPC1768 -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC176
|
|||||||
# debug options for backtrace
|
# debug options for backtrace
|
||||||
# -funwind-tables
|
# -funwind-tables
|
||||||
# -mpoke-function-name
|
# -mpoke-function-name
|
||||||
lib_ignore = Adafruit NeoPixel
|
lib_ldf_mode = off
|
||||||
lib_ldf_mode = chain+
|
|
||||||
lib_compat_mode = strict
|
lib_compat_mode = strict
|
||||||
extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
lib_deps = https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
lib_deps = Servo
|
||||||
|
LiquidCrystal
|
||||||
|
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
https://github.com/teemuatlut/TMCStepper.git
|
https://github.com/teemuatlut/TMCStepper.git
|
||||||
|
|
||||||
[env:LPC1769]
|
[env:LPC1769]
|
||||||
@ -175,13 +176,14 @@ build_flags = -DTARGET_LPC1768 -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC176
|
|||||||
# debug options for backtrace
|
# debug options for backtrace
|
||||||
# -funwind-tables
|
# -funwind-tables
|
||||||
# -mpoke-function-name
|
# -mpoke-function-name
|
||||||
lib_ignore = Adafruit NeoPixel
|
lib_ldf_mode = off
|
||||||
lib_ldf_mode = chain+
|
|
||||||
lib_compat_mode = strict
|
lib_compat_mode = strict
|
||||||
extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
lib_deps = https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
lib_deps = Servo
|
||||||
|
LiquidCrystal
|
||||||
|
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
https://github.com/teemuatlut/TMCStepper.git
|
https://github.com/teemuatlut/TMCStepper.git
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user