Browse Source

Turn PlatformIO LDF off for LPC176x builds (#12334)

Chris Pepper 6 years ago
parent
commit
32880ff42a
1 changed files with 8 additions and 6 deletions
  1. 8
    6
      platformio.ini

+ 8
- 6
platformio.ini View File

158
 # debug options for backtrace
158
 # debug options for backtrace
159
 #  -funwind-tables
159
 #  -funwind-tables
160
 #  -mpoke-function-name
160
 #  -mpoke-function-name
161
-lib_ignore        = Adafruit NeoPixel
162
-lib_ldf_mode      = chain+
161
+lib_ldf_mode      = off
163
 lib_compat_mode   = strict
162
 lib_compat_mode   = strict
164
 extra_scripts     = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
163
 extra_scripts     = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
165
 src_filter        = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
164
 src_filter        = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
166
 monitor_speed     = 250000
165
 monitor_speed     = 250000
167
-lib_deps          = https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
166
+lib_deps          = Servo
167
+  LiquidCrystal
168
+  https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
168
   https://github.com/teemuatlut/TMCStepper.git
169
   https://github.com/teemuatlut/TMCStepper.git
169
 
170
 
170
 [env:LPC1769]
171
 [env:LPC1769]
175
 # debug options for backtrace
176
 # debug options for backtrace
176
 #  -funwind-tables
177
 #  -funwind-tables
177
 #  -mpoke-function-name
178
 #  -mpoke-function-name
178
-lib_ignore        = Adafruit NeoPixel
179
-lib_ldf_mode      = chain+
179
+lib_ldf_mode      = off
180
 lib_compat_mode   = strict
180
 lib_compat_mode   = strict
181
 extra_scripts     = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
181
 extra_scripts     = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
182
 src_filter        = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
182
 src_filter        = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
183
 monitor_speed     = 250000
183
 monitor_speed     = 250000
184
-lib_deps          = https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
184
+lib_deps          = Servo
185
+  LiquidCrystal
186
+  https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
185
   https://github.com/teemuatlut/TMCStepper.git
187
   https://github.com/teemuatlut/TMCStepper.git
186
 
188
 
187
 #
189
 #

Loading…
Cancel
Save