Update platformio.ini (env:LPC176x) (#15971)
This commit is contained in:
parent
8f09d2e790
commit
48e264e4e1
1 changed files with 2 additions and 17 deletions
|
@ -159,28 +159,13 @@ monitor_speed = 250000
|
||||||
lib_deps = Servo
|
lib_deps = Servo
|
||||||
LiquidCrystal
|
LiquidCrystal
|
||||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
||||||
TMCStepper=https://github.com/p3p/TMCStepper/archive/pr_lpctimingfix.zip
|
TMCStepper@>=0.6.1,<1.0.0
|
||||||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
|
||||||
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
||||||
|
|
||||||
[env:LPC1769]
|
[env:LPC1769]
|
||||||
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip
|
extends = env:LPC1768
|
||||||
framework = arduino
|
|
||||||
board = nxp_lpc1769
|
board = nxp_lpc1769
|
||||||
build_flags = -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC1768/include -IMarlin/src/HAL/HAL_LPC1768/u8g ${common.build_flags}
|
|
||||||
# debug options for backtrace
|
|
||||||
# -funwind-tables
|
|
||||||
# -mpoke-function-name
|
|
||||||
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 = Servo
|
|
||||||
LiquidCrystal
|
|
||||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
|
||||||
TMCStepper=https://github.com/p3p/TMCStepper/archive/pr_lpctimingfix.zip
|
|
||||||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sanguinololu (ATmega644p)
|
# Sanguinololu (ATmega644p)
|
||||||
|
|
Reference in a new issue