Adafruit Grand Central M4 (#14749)
This commit is contained in:
committed by
Scott Lahteine
parent
fec52e61ea
commit
290466578f
14
buildroot/share/tests/adafruit_grandcentral_m4-tests
Normal file
14
buildroot/share/tests/adafruit_grandcentral_m4-tests
Normal 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
|
Reference in New Issue
Block a user