intitial commit

This commit is contained in:
2020-10-03 15:44:10 -05:00
commit 22089da821
1535 changed files with 1364139 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
#
# Build tests for STM32F407VET6
#
# exit on first failure
set -e
use_example_configs STM32/Black_STM32F407VET6
opt_enable BAUD_RATE_GCODE
exec_test $1 $2 "Full-featured Sample Black STM32F407VET6 config"
# cleanup
restore_configs