reapply somehow dropped LPC4078 env

This commit is contained in:
InsanityAutomation
2024-05-16 09:16:39 -04:00
parent 4b2f682d59
commit 001070aa99
+24
View File
@@ -42,3 +42,27 @@ board = nxp_lpc1768
[env:LPC1769]
extends = common_LPC
board = nxp_lpc1769
#
# NXP LPC4078 ARM Cortex-M4
#
[env:LPC4078]
board = nxp_lpc4078
platform = symlink://C:\Users\DMenzel\Documents\GitHub\EBAB\ebab_platform\platform-mcui
platform_packages = framework-arduino-mcui@symlink://C:\Users\DMenzel\Documents\GitHub\EBAB\ebab_platform\framework-arduino-mcui
framework = arduino
upload_protocol = jlink
debug_tool = jlink
monitor_speed = 500000
lib_ldf_mode = off
lib_compat_mode = strict
extra_scripts = ${common.extra_scripts}
Marlin/src/HAL/LPC1768/upload_extra_script.py
build_src_filter = ${common.default_src_filter} +<src/HAL/LPC4078> +<src/HAL/shared/backtrace>
build_flags = ${common.build_flags} -IMarlin/src/HAL/LPC4078/include -DTARGET_LPC4078 -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC4078/u8g -DPLATFORM_M997_SUPPORT -O3
build_unflags = -Os
lib_deps = ${common.lib_deps}
Servo
SoftwareSerial
custom_marlin.USES_LIQUIDCRYSTAL = arduino-libraries/LiquidCrystal@~1.0.7
custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip