cleaning git

This commit is contained in:
Xavier Perignon
2020-06-15 14:24:57 +02:00
parent dcf352c27d
commit ba2f460a43
1542 changed files with 1832 additions and 2701 deletions

View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
#
# Build tests for STM32F7
#
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_REMRAM_V1
opt_set SERIAL_PORT 1
exec_test $1 $2 "Default Configuration"
# clean up
restore_configs