-
larsm authored
Voll funktionsfähig auf Basis von https://github.com/MarlinFirmware/Marlin/tree/2.0.x branch 2.0.x commit 5de74e65cd68bb9379e6502d00d4c8e65edbb918
larsm authoredVoll funktionsfähig auf Basis von https://github.com/MarlinFirmware/Marlin/tree/2.0.x branch 2.0.x commit 5de74e65cd68bb9379e6502d00d4c8e65edbb918
STM32F7-tests 269 B
#!/usr/bin/env bash
#
# Build tests for STM32F7
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_REMRAM_V1
opt_set SERIAL_PORT 1
exec_test $1 $2 "Default Configuration"
# clean up
restore_configs