This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Marlin_FB4S/buildroot/tests/ARMED
2021-03-21 10:02:27 +03:00

19 lines
329 B
Bash
Executable File

#!/usr/bin/env bash
#
# Build tests for STM32F1 ARMED
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
use_example_configs ArmEd
opt_set X_DRIVER_TYPE TMC2130 Y_DRIVER_TYPE TMC2208
exec_test $1 $2 "ArmEd Example Configuration with mixed TMC Drivers" "$3"
# clean up
restore_configs