mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-04 09:04:42 -07:00
parent
8e71f7add4
commit
bcb6f6e85e
5 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for MKS Robin nano
|
||||
# Build tests for MKS Robin nano v1.3 with native USB modification
|
||||
# (STM32F4 genericSTM32F407VE)
|
||||
#
|
||||
|
||||
|
|
@ -8,12 +8,12 @@
|
|||
set -e
|
||||
|
||||
#
|
||||
# MKS/ZNP Robin nano v1.3 Emulated DOGM FSMC and native USB mod
|
||||
# MKS/ZNP Robin nano v1.3 with 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"
|
||||
exec_test $1 $2 "MKS/ZNP Robin nano v1.3 with Emulated DOGM FSMC (native USB mod)" "$3"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for MKS Robin nano
|
||||
# Build tests for MKS Robin nano V1.2 and V2 with native USB modification
|
||||
# (STM32F1 genericSTM32F103VE)
|
||||
#
|
||||
|
||||
|
|
@ -8,12 +8,12 @@
|
|||
set -e
|
||||
|
||||
#
|
||||
# MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod
|
||||
# MKS/ZNP Robin nano v1.2 with Emulated DOGM FSMC
|
||||
#
|
||||
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"
|
||||
exec_test $1 $2 "MKS/ZNP Robin nano v1.2 with Emulated DOGM FSMC (native USB mod)" "$3"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue