2019-07-19 03:38:03 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
|
|
|
# Build tests for STM32F407VET6
|
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
use_example_configs STM32/Black_STM32F407VET6
|
2019-07-30 07:30:00 +00:00
|
|
|
opt_enable BAUD_RATE_GCODE
|
2019-07-19 03:38:03 +00:00
|
|
|
exec_test $1 $2 "Full-featured Sample Black STM32F407VET6 config"
|
|
|
|
|
|
|
|
# cleanup
|
|
|
|
restore_configs
|