Tweak tests, consolidate pins target validation (#21254)
This commit is contained in:
@@ -215,7 +215,6 @@ extra_scripts =
|
||||
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py
|
||||
pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py
|
||||
pre:buildroot/share/PlatformIO/scripts/preflight-checks.py
|
||||
post:buildroot/share/PlatformIO/scripts/common-dependencies-post.py
|
||||
build_flags = -fmax-errors=5 -g3 -D__MARLIN_FIRMWARE__ -fmerge-constants
|
||||
lib_deps =
|
||||
|
||||
@@ -728,6 +727,12 @@ platform = ${common_LPC.platform}
|
||||
extends = common_LPC
|
||||
board = nxp_lpc1769
|
||||
|
||||
# BTT SKR 1.4 needs a UART3 tweak
|
||||
[env:LPC1768_btt_skr_v1_4]
|
||||
platform = ${LPC1768.platform}
|
||||
extends = env:LPC1768
|
||||
build_flags = ${env:LPC1768.build_flags} -DLPC_PINCFG_UART3_P4_28
|
||||
|
||||
#################################
|
||||
# #
|
||||
# STM32 Architecture #
|
||||
|
||||
Reference in New Issue
Block a user