3d-configs/sparky/Marlin-bugfix-2.0.x/buildroot/tests/NUCLEO_F767ZI

19 lines
381 B
Plaintext
Raw Normal View History

2023-06-24 15:21:17 +02:00
#!/usr/bin/env bash
#
# Build tests for NUCLEO_F767ZI
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_NUCLEO_F767ZI SERIAL_PORT -1 X_DRIVER_TYPE TMC2209 Y_DRIVER_TYPE TMC2208
opt_enable BLTOUCH Z_SAFE_HOMING SPEAKER SOFTWARE_DRIVER_ENABLE
exec_test $1 $2 "Mixed timer usage" "$3"
# clean up
restore_configs