Chris Pepper
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
platformio.ini
|
|
@ -144,7 +144,7 @@ monitor_speed = 250000 |
|
|
|
# NXP LPC176x ARM Cortex-M3 |
|
|
|
# |
|
|
|
[env:LPC1768] |
|
|
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.1.zip |
|
|
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip |
|
|
|
framework = arduino |
|
|
|
board = nxp_lpc1768 |
|
|
|
build_flags = -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC1768/include -IMarlin/src/HAL/HAL_LPC1768/u8g ${common.build_flags} |
|
|
@ -164,7 +164,7 @@ lib_deps = Servo |
|
|
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip |
|
|
|
|
|
|
|
[env:LPC1769] |
|
|
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.1.zip |
|
|
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip |
|
|
|
framework = arduino |
|
|
|
board = nxp_lpc1769 |
|
|
|
build_flags = -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC1768/include -IMarlin/src/HAL/HAL_LPC1768/u8g ${common.build_flags} |
|
|
|