Pins/tests followup (#21268)

Missing commit from #21254
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Keith Bennett
2021-03-06 01:50:26 -08:00
committed by GitHub
parent 4182cf3e9e
commit 2c5967925f
6 changed files with 30 additions and 6 deletions

View File

@@ -215,6 +215,7 @@ 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 =
@@ -727,12 +728,6 @@ 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 = ${env:LPC1768.platform}
extends = env:LPC1768
build_flags = ${env:LPC1768.build_flags} -DLPC_PINCFG_UART3_P4_28
#################################
# #
# STM32 Architecture #