2019-08-19 04:29:59 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2022-04-23 14:31:38 +00:00
|
|
|
# Build tests for AT90USB1286 (CDC)
|
2019-08-19 04:29:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
#
|
|
|
|
# Build with the default configurations
|
|
|
|
#
|
|
|
|
restore_configs
|
|
|
|
opt_set MOTHERBOARD BOARD_BRAINWAVE_PRO
|
2020-11-18 02:04:28 +00:00
|
|
|
exec_test $1 $2 "Default Configuration" "$3"
|
2019-08-19 04:29:59 +00:00
|
|
|
|
|
|
|
# clean up
|
|
|
|
restore_configs
|