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
382c566a
Unverified
Commit
382c566a
authored
4 years ago
by
Keith Bennett
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix env:mks_robin_nano35 (#18516)
parent
7448b655
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platformio.ini
+12
-19
12 additions, 19 deletions
platformio.ini
with
12 additions
and
19 deletions
platformio.ini
+
12
−
19
View file @
382c566a
...
...
@@ -552,6 +552,16 @@ extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
build_flags
=
${common_stm32f1.build_flags}
-DMCU_STM32F103VE
-DSS_TIMER
=
4
#
# MKS Robin Nano (STM32F103VET6) - MKS UI (LVGL)
#
[env:mks_robin_nano35]
platform
=
${common_stm32f1.platform}
extends
=
env:mks_robin_nano
extra_scripts
=
buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
lib_deps
=
${common_stm32f1.lib_deps}
MKS-LittlevGL
=
https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
#
# MKS Robin (STM32F103ZET6)
#
...
...
@@ -627,23 +637,6 @@ build_flags = ${common_stm32f1.build_flags}
lib_ignore
=
${common_stm32f1.lib_ignore}
LiquidCrystal,
LiquidTWI2,
TMCStepper,
U8glib-HAL,
SoftwareSerialM
#
# MKS Robin Nano (STM32F103VET6) - MKS UI (LVGL)
#
[env:mks_robin_nano35]
platform
=
ststm32
board
=
genericSTM32F103VE
platform_packages
=
tool-stm32duino
build_flags
=
!python Marlin/src/HAL/STM32F1/build_flags.py
${common.build_flags}
-std
=
gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
build_unflags
=
-std=gnu++11
extra_scripts
=
buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
src_filter
=
${common.default_src_filter} +<src/HAL/STM32F1>
lib_deps
=
${common.lib_deps}
SoftwareSerialM
MKS-LittlevGL
=
https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
lib_ignore
=
Adafruit NeoPixel, SPI
#
# Malyan M200 v2 (STM32F070RB)
#
...
...
@@ -699,8 +692,8 @@ platform = ${common_stm32f1.platform}
extends = env:chitu_f103
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
lib_deps = ${common.lib_deps}
SoftwareSerialM
MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
SoftwareSerialM
MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
#
# Creality (STM32F103RET6)
...
...
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