BigTreeTech SKR v1.4 support (#16236)

This commit is contained in:
BigTreeTech
2019-12-19 16:41:35 +08:00
committed by Scott Lahteine
parent 1bad8f1b17
commit bbe0ffb2fa
12 changed files with 328 additions and 36 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Build tests for STM32F103RE Bigtreetech (SKR E3 DIP v1.0)
# Build tests for STM32F103RE BigTreeTech (SKR E3 DIP v1.0)
#
# exit on first failure
@ -13,7 +13,7 @@ restore_configs
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_E3_DIP
opt_set SERIAL_PORT 1
opt_set SERIAL_PORT_2 -1
exec_test $1 $2 "Bigtreetech SKR E3 DIP v1.0 - Basic Configuration"
exec_test $1 $2 "BigTreeTech SKR E3 DIP v1.0 - Basic Configuration"
# clean up
restore_configs