Adafruit Grand Central M4 (#14749)

This commit is contained in:
Giuliano Zaro
2019-07-28 21:48:29 +02:00
committed by Scott Lahteine
parent fec52e61ea
commit 290466578f
125 changed files with 2555 additions and 99 deletions

View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
#
# Build tests for Adafruit Grand Central M4 (ATMEL ARM Cortex-M4)
#
# exit on first failure
set -e
restore_configs
opt_set MOTHERBOARD BOARD_AGCM4_RURAMPS4D_13
exec_test $1 $2 "Build Grand Central M4 Default Configuration"
# clean up
restore_configs