-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional Malyan modifications which allow M200 using STM32F070CB to…
… work.
- Loading branch information
1 parent
d3c92e8
commit 6786121
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Build tests for STM32F070CB Malyan M200 v2 | ||
# | ||
|
||
# exit on first failure | ||
set -e | ||
|
||
restore_configs | ||
opt_set MOTHERBOARD BOARD_MALYAN_M200_V2 | ||
opt_set SERIAL_PORT -1 | ||
exec_test $1 $2 "Malyan M200 v2 Default Config" | ||
|
||
# cleanup | ||
restore_configs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters