2.0.8 update

This commit is contained in:
Sergey
2021-04-30 20:45:28 +03:00
parent bd6eab3735
commit 3b88927356
1616 changed files with 78738 additions and 51494 deletions

18
buildroot/tests/BTT_SKR_SE_BX Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
#
# Build tests for BTT_SKR_SE_BX
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_BTT_SKR_SE_BX
opt_set SERIAL_PORT 1
exec_test $1 $2 "Default Configuration" "$3"
# clean up
restore_configs