sanguino644p 238 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. #
  3. # Build tests for AVR ATmega 644p
  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_SANGUINOLOLU_12
  12. exec_test $1 $2 "Default Configuration" "$3"