update lpc builds to use platformios ldf limited to strict mode

need to identify why incompatible libraries are still included without specifically disallowing them
This commit is contained in:
Christopher Pepper 2018-10-12 19:18:11 +01:00
parent 254b68fe2c
commit 61fbd0aa59

View File

@ -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