Adafruit Grand Central M4 (#14749)
This commit is contained in:
parent
fec52e61ea
commit
290466578f
125 changed files with 2555 additions and 99 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue