forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 Native USB modified env followup (MarlinFirmware#24669)
Followup to MarlinFirmware#24619
- Loading branch information
1 parent
4748883
commit 1566fdc
Showing
5 changed files
with
11 additions
and
11 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Build tests for MKS Robin nano | ||
# Build tests for MKS Robin nano v1.3 with native USB modification | ||
# (STM32F4 genericSTM32F407VE) | ||
# | ||
|
||
# exit on first failure | ||
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 |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#!/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) | ||
# | ||
|
||
# exit on first failure | ||
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 |
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