2020-09-08 02:41:48 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
|
|
|
# Build tests for STM32F070CB Malyan M200 v2
|
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
restore_configs
|
2021-03-03 06:15:56 +00:00
|
|
|
opt_set MOTHERBOARD BOARD_MALYAN_M200_V2 SERIAL_PORT -1
|
2020-11-18 02:04:28 +00:00
|
|
|
exec_test $1 $2 "Malyan M200 v2 Default Config" "$3"
|
2020-09-08 02:41:48 +00:00
|
|
|
|
|
|
|
# cleanup
|
|
|
|
restore_configs
|