Skip to content
Snippets Groups Projects
Commit 61fbd0aa authored by Christopher Pepper's avatar Christopher Pepper
Browse files

update lpc builds to use platformios ldf limited to strict mode

need to identify why incompatible libraries are still included without specifically disallowing them
parent 254b68fe
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,9 @@ build_flags = -DTARGET_LPC1768 -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC176
# debug options for backtrace
# -funwind-tables
# -mpoke-function-name
lib_ldf_mode = off
lib_ignore = Adafruit NeoPixel
lib_ldf_mode = chain+
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
......@@ -171,7 +173,9 @@ build_flags = -DTARGET_LPC1768 -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC176
# debug options for backtrace
# -funwind-tables
# -mpoke-function-name
lib_ldf_mode = off
lib_ignore = Adafruit NeoPixel
lib_ldf_mode = chain+
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment