Initial Commit

This commit is contained in:
Weisman, Alex (Contractor-NBCUniversal)
2024-12-14 21:02:53 -05:00
commit 5deccd2b52
2872 changed files with 1664124 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
#
# Build tests for AVR ATmega 644p
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12
exec_test $1 $2 "Default Configuration" "$3"
# clean up
restore_configs