-
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
at90usb1286_cdc-tests 261 B
#!/usr/bin/env bash
#
# Build tests for AT90USB1286 ARMED
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_BRAINWAVE_PRO
exec_test $1 $2 "Default Configuration"
# clean up
restore_configs