EvilGremlin
2 years ago
committed by
Scott Lahteine
12 changed files with 123 additions and 41 deletions
@ -0,0 +1,19 @@ |
|||
#!/usr/bin/env bash |
|||
# |
|||
# Build tests for MKS Robin nano |
|||
# (STM32F1 genericSTM32F103VE) |
|||
# |
|||
|
|||
# exit on first failure |
|||
set -e |
|||
|
|||
# |
|||
# MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod |
|||
# |
|||
use_example_configs Mks/Robin |
|||
opt_add USB_MOD |
|||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO SERIAL_PORT -1 |
|||
exec_test $1 $2 "MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod" "$3" |
|||
|
|||
# cleanup |
|||
restore_configs |
@ -0,0 +1,19 @@ |
|||
#!/usr/bin/env bash |
|||
# |
|||
# Build tests for MKS Robin nano |
|||
# (STM32F4 genericSTM32F407VE) |
|||
# |
|||
|
|||
# exit on first failure |
|||
set -e |
|||
|
|||
# |
|||
# MKS/ZNP Robin nano v1.3 Emulated DOGM FSMC and native USB mod |
|||
# |
|||
use_example_configs Mks/Robin |
|||
opt_add USB_MOD |
|||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V1_3_F4 SERIAL_PORT -1 |
|||
exec_test $1 $2 "MKS/ZNP Robin nano v1.3 Emulated DOGM FSMC and native USB mod" "$3" |
|||
|
|||
# cleanup |
|||
restore_configs |
Loading…
Reference in new issue