Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
ee444d7d
Commit
ee444d7d
authored
5 years ago
by
Tanguy Pruvot
Committed by
Scott Lahteine
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix SKRmini test required serial port(s) (#15117)
parent
c8e09678
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
buildroot/share/tests/BIGTREE_SKR_MINI-tests
+5
-3
5 additions, 3 deletions
buildroot/share/tests/BIGTREE_SKR_MINI-tests
with
6 additions
and
4 deletions
.travis.yml
+
1
−
1
View file @
ee444d7d
...
...
@@ -31,7 +31,7 @@ env:
-
TEST_PLATFORM="sanguino_atmega1284p"
-
TEST_PLATFORM="sanguino_atmega644p"
-
TEST_PLATFORM="STM32F1"
#
- TEST_PLATFORM="BIGTREE_SKR_MINI"
-
TEST_PLATFORM="BIGTREE_SKR_MINI"
#- TEST_PLATFORM="fysetc_STM32F1"
-
TEST_PLATFORM="alfawise_U20"
#- TEST_PLATFORM="STM32F4"
...
...
This diff is collapsed.
Click to expand it.
buildroot/share/tests/BIGTREE_SKR_MINI-tests
+
5
−
3
View file @
ee444d7d
#!/usr/bin/env bash
#
# Build tests for STM32F1 Bigtreetech
# Build tests for STM32F1 Bigtreetech
(SKR Mini v1.1)
#
# exit on first failure
...
...
@@ -10,8 +10,10 @@ set -e
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_E3_DIP
exec_test
$1
$2
"Default Configuration"
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_MINI_V1_1
opt_set SERIAL_PORT 1
opt_set SERIAL_PORT_2
-1
exec_test
$1
$2
"Bigtreetech SKR Mini v1.1 - Basic Configuration"
# clean up
restore_configs
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment