at90usb1286_cdc 238 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. #
  3. # Build tests for AT90USB1286 (CDC)
  4. #
  5. # exit on first failure
  6. set -e
  7. #
  8. # Build with the default configurations
  9. #
  10. restore_configs
  11. opt_set MOTHERBOARD BOARD_BRAINWAVE_PRO
  12. exec_test $1 $2 "Default Configuration" "$3"