Support for TFT & Touch Screens (#18130)

This commit is contained in:
Alexander Gavrilenko
2020-07-30 09:43:19 +03:00
committed by Scott Lahteine
parent 3fbc002bad
commit 8f8b0d84ae
176 changed files with 14747 additions and 303 deletions

View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# Build tests for MKS Robin (HAL/STM32)
#
# exit on first failure
set -e
use_example_configs Mks/Robin
exec_test $1 $2 "MKS Robin base configuration"
# cleanup
restore_configs