From e8701195e66f2d27ffe17fb514eae8173795aaf7 Mon Sep 17 00:00:00 2001 From: Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:54:23 +0500 Subject: Initial commit --- buildroot/tests/mks_robin-tests | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 buildroot/tests/mks_robin-tests (limited to 'buildroot/tests/mks_robin-tests') diff --git a/buildroot/tests/mks_robin-tests b/buildroot/tests/mks_robin-tests new file mode 100644 index 0000000..652147f --- /dev/null +++ b/buildroot/tests/mks_robin-tests @@ -0,0 +1,22 @@ +#!/usr/bin/env bash +# +# Build tests for MKS Robin +# (STM32F1 genericSTM32F103ZE) +# + +# exit on first failure +set -e + +use_example_configs Mks/Robin +exec_test $1 $2 "MKS Robin config (FSMC Color UI)" "$3" + +# +# MKS Robin LVGL FSMC +# +use_example_configs Mks/Robin +opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 +opt_enable TFT_LVGL_UI TFT_RES_480x320 +exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC" "$3" + +# cleanup +restore_configs -- cgit v1.2.3