-
-
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.
- Loading branch information
1 parent
dae959b
commit 8c627b4
Showing
14 changed files
with
220 additions
and
216 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
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
2 changes: 1 addition & 1 deletion
2
buildroot/tests/STM32F103RC_btt_stm32 → buildroot/tests/STM32F103RC_btt_maple
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,22 +1,13 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Build tests for MKS Robin | ||
# (STM32F1 genericSTM32F103ZE) | ||
# Build tests for MKS Robin (HAL/STM32) | ||
# | ||
|
||
# exit on first failure | ||
set -e | ||
|
||
use_example_configs Mks/Robin | ||
exec_test $1 $2 "MKS Robin config (FSMC Color UI)" "$3" | ||
|
||
# | ||
# MKS Robin LVGL FSMC | ||
# | ||
use_example_configs Mks/Robin | ||
opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 | ||
opt_enable TFT_LVGL_UI TFT_RES_480x320 | ||
exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC" "$3" | ||
exec_test $1 $2 "MKS Robin base configuration" "$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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Build tests for MKS Robin with LibMaple STM32F1 HAL | ||
# (STM32F1 genericSTM32F103ZE) | ||
# | ||
|
||
# exit on first failure | ||
set -e | ||
|
||
use_example_configs Mks/Robin | ||
exec_test $1 $2 "MKS Robin config (FSMC Color UI)" "$3" | ||
|
||
# | ||
# MKS Robin LVGL FSMC | ||
# | ||
use_example_configs Mks/Robin | ||
opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 | ||
opt_enable TFT_LVGL_UI TFT_RES_480x320 | ||
exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC" "$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
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,68 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Build tests for MKS Robin nano with LibMaple STM32F1 HAL | ||
# (STM32F1 genericSTM32F103VE) | ||
# | ||
|
||
# exit on first failure | ||
set -e | ||
|
||
# | ||
# MKS Robin nano v1.2 Emulated DOGM FSMC | ||
# | ||
use_example_configs Mks/Robin | ||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO | ||
exec_test $1 $2 "MKS Robin nano v1.2 Emulated DOGM FSMC" "$3" | ||
|
||
# | ||
# MKS Robin v2 nano Emulated DOGM SPI | ||
# (Robin v2 nano has no FSMC interface) | ||
# | ||
use_example_configs Mks/Robin | ||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 | ||
opt_disable TFT_INTERFACE_FSMC | ||
opt_enable TFT_INTERFACE_SPI | ||
exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI" "$3" | ||
|
||
# | ||
# MKS Robin v2 nano LVGL SPI | ||
# (Robin v2 nano has no FSMC interface) | ||
# | ||
use_example_configs Mks/Robin | ||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 | ||
opt_disable TFT_INTERFACE_FSMC TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 SERIAL_PORT_2 | ||
opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320 MKS_WIFI_MODULE | ||
exec_test $1 $2 "MKS Robin v2 nano LVGL SPI w/ WiFi" "$3" | ||
|
||
# | ||
# MKS Robin v2 nano New Color UI 480x320 SPI | ||
# (Robin v2 nano has no FSMC interface) | ||
# | ||
use_example_configs Mks/Robin | ||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 | ||
opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 | ||
opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 | ||
opt_enable BINARY_FILE_TRANSFER | ||
exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI + BINARY_FILE_TRANSFER" "$3" | ||
|
||
# | ||
# MKS Robin v2 nano LVGL SPI + TMC | ||
# (Robin v2 nano has no FSMC interface) | ||
# | ||
use_example_configs Mks/Robin | ||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 X_DRIVER_TYPE TMC2209 Y_DRIVER_TYPE TMC2209 | ||
opt_disable TFT_INTERFACE_FSMC TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 | ||
opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320 | ||
exec_test $1 $2 "MKS Robin v2 nano LVGL SPI + TMC" "$3" | ||
|
||
# | ||
# MKS Robin v2 nano New Color UI 480x320 SPI Without Touch Screen | ||
# | ||
use_example_configs Mks/Robin | ||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 | ||
opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 TOUCH_SCREEN | ||
opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 TFT_COLOR_UI | ||
exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI without TOUCH_SCREEN" "$3" | ||
|
||
# cleanup | ||
restore_configs |
Oops, something went wrong.