Skip to content
Snippets Groups Projects
Commit 32880ff4 authored by Chris Pepper's avatar Chris Pepper Committed by Scott Lahteine
Browse files

Turn PlatformIO LDF off for LPC176x builds (#12334)

parent 0c85869c
No related branches found
No related tags found
No related merge requests found
......@@ -158,13 +158,14 @@ build_flags = -DTARGET_LPC1768 -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC176
# debug options for backtrace
# -funwind-tables
# -mpoke-function-name
lib_ignore = Adafruit NeoPixel
lib_ldf_mode = chain+
lib_ldf_mode = off
lib_compat_mode = strict
extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
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
[env:LPC1769]
......@@ -175,13 +176,14 @@ build_flags = -DTARGET_LPC1768 -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC176
# debug options for backtrace
# -funwind-tables
# -mpoke-function-name
lib_ignore = Adafruit NeoPixel
lib_ldf_mode = chain+
lib_ldf_mode = off
lib_compat_mode = strict
extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment