2019-08-19 04:29:59 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2020-07-30 06:43:19 +00:00
|
|
|
# Build tests for MKS Robin
|
|
|
|
# (STM32F1 genericSTM32F103ZE)
|
2019-08-19 04:29:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
use_example_configs Mks/Robin
|
2020-07-30 06:43:19 +00:00
|
|
|
opt_disable TFT_320x240
|
|
|
|
opt_enable FSMC_GRAPHICAL_TFT
|
|
|
|
exec_test $1 $2 "MKS Robin base configuration"
|
2019-08-19 04:29:59 +00:00
|
|
|
|
|
|
|
# cleanup
|
|
|
|
restore_configs
|