|
@@ -159,28 +159,13 @@ monitor_speed = 250000
|
159
|
159
|
lib_deps = Servo
|
160
|
160
|
LiquidCrystal
|
161
|
161
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
162
|
|
- TMCStepper=https://github.com/p3p/TMCStepper/archive/pr_lpctimingfix.zip
|
|
162
|
+ TMCStepper@>=0.6.1,<1.0.0
|
163
|
163
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
|
164
|
164
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
165
|
165
|
|
166
|
166
|
[env:LPC1769]
|
167
|
|
-platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip
|
168
|
|
-framework = arduino
|
|
167
|
+extends = env:LPC1768
|
169
|
168
|
board = nxp_lpc1769
|
170
|
|
-build_flags = -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC1768/include -IMarlin/src/HAL/HAL_LPC1768/u8g ${common.build_flags}
|
171
|
|
-# debug options for backtrace
|
172
|
|
-# -funwind-tables
|
173
|
|
-# -mpoke-function-name
|
174
|
|
-lib_ldf_mode = off
|
175
|
|
-lib_compat_mode = strict
|
176
|
|
-extra_scripts = Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
177
|
|
-src_filter = ${common.default_src_filter} +<src/HAL/HAL_LPC1768>
|
178
|
|
-monitor_speed = 250000
|
179
|
|
-lib_deps = Servo
|
180
|
|
- LiquidCrystal
|
181
|
|
- U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
182
|
|
- TMCStepper=https://github.com/p3p/TMCStepper/archive/pr_lpctimingfix.zip
|
183
|
|
- Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
|
184
|
169
|
|
185
|
170
|
#
|
186
|
171
|
# Sanguinololu (ATmega644p)
|