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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
c6a066c0
Unverified
Commit
c6a066c0
authored
Jun 26, 2020
by
Keith Bennett
Committed by
GitHub
Jun 26, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Update MKS Robin Nano auto-build env (#18417)
parent
aae5f722
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/src/pins/pins.h
+1
-1
1 addition, 1 deletion
Marlin/src/pins/pins.h
platformio.ini
+2
-2
2 additions, 2 deletions
platformio.ini
with
3 additions
and
3 deletions
Marlin/src/pins/pins.h
+
1
−
1
View file @
c6a066c0
...
@@ -507,7 +507,7 @@
...
@@ -507,7 +507,7 @@
#elif MB(MKS_ROBIN_MINI)
#elif MB(MKS_ROBIN_MINI)
#include
"stm32f1/pins_MKS_ROBIN_MINI.h"
// STM32F1 env:mks_robin_mini
#include
"stm32f1/pins_MKS_ROBIN_MINI.h"
// STM32F1 env:mks_robin_mini
#elif MB(MKS_ROBIN_NANO)
#elif MB(MKS_ROBIN_NANO)
#include
"stm32f1/pins_MKS_ROBIN_NANO.h"
// STM32F1 env:mks_robin_nano
#include
"stm32f1/pins_MKS_ROBIN_NANO.h"
// STM32F1 env:mks_robin_nano
env:mks_robin_nano35
#elif MB(MKS_ROBIN_LITE)
#elif MB(MKS_ROBIN_LITE)
#include
"stm32f1/pins_MKS_ROBIN_LITE.h"
// STM32F1 env:mks_robin_lite
#include
"stm32f1/pins_MKS_ROBIN_LITE.h"
// STM32F1 env:mks_robin_lite
#elif MB(BTT_SKR_MINI_V1_1)
#elif MB(BTT_SKR_MINI_V1_1)
...
...
...
...
This diff is collapsed.
Click to expand it.
platformio.ini
+
2
−
2
View file @
c6a066c0
...
@@ -541,7 +541,7 @@ build_flags = ${common_stm32f1.build_flags}
...
@@ -541,7 +541,7 @@ build_flags = ${common_stm32f1.build_flags}
-DMCU_STM32F103VE
-DMCU_STM32F103VE
#
#
# MKS Robin Nano (STM32F103VET6)
# MKS Robin Nano (STM32F103VET6)
- Emulated Graphical 128x64 (DOGM) UI
#
#
[env:mks_robin_nano]
[env:mks_robin_nano]
platform
=
${common_stm32f1.platform}
platform
=
${common_stm32f1.platform}
...
@@ -628,7 +628,7 @@ lib_ignore = ${common_stm32f1.lib_ignore}
...
@@ -628,7 +628,7 @@ lib_ignore = ${common_stm32f1.lib_ignore}
LiquidCrystal,
LiquidTWI2,
TMCStepper,
U8glib-HAL,
SoftwareSerialM
LiquidCrystal,
LiquidTWI2,
TMCStepper,
U8glib-HAL,
SoftwareSerialM
#
#
# MKS Robin Nano (STM32F103VET6)
# MKS Robin Nano (STM32F103VET6)
- MKS UI (LVGL)
#
#
[env:mks_robin_nano35]
[env:mks_robin_nano35]
platform
=
ststm32
platform
=
ststm32
...
...
...
...
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