2019-07-14 18:05:24 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
|
|
|
# Build tests for STM32F103VET6
|
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
use_example_configs Alfawise/U20
|
2019-07-30 02:30:00 -05:00
|
|
|
opt_enable BAUD_RATE_GCODE
|
2020-11-17 20:04:28 -06:00
|
|
|
exec_test $1 $2 "Full-featured U20 config" "$3"
|
2019-07-14 18:05:24 -05:00
|
|
|
|
|
|
|
# cleanup
|
|
|
|
restore_configs
|