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
4a5f135c
Commit
4a5f135c
authored
5 years ago
by
Giuliano Zaro
Committed by
Scott Lahteine
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
PIO 4 strict parser fix (1 => chain) (#14586)
parent
89964ec3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
platformio.ini
+4
-4
4 additions, 4 deletions
platformio.ini
with
4 additions
and
4 deletions
platformio.ini
+
4
−
4
View file @
4a5f135c
...
@@ -272,7 +272,7 @@ lib_ignore = U8glib-HAL
...
@@ -272,7 +272,7 @@ lib_ignore = U8glib-HAL
Adafruit
NeoPixel
Adafruit
NeoPixel
libf3e
libf3e
TMC26XStepper
TMC26XStepper
#lib_ldf_mode =
1
#lib_ldf_mode =
chain
src_filter
=
${common.default_src_filter} +<src/HAL/HAL_STM32F1>
src_filter
=
${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed
=
250000
monitor_speed
=
250000
...
@@ -296,7 +296,7 @@ lib_ignore =
...
@@ -296,7 +296,7 @@ lib_ignore =
Adafruit
NeoPixel
Adafruit
NeoPixel
libf3e
libf3e
TMC26XStepper
TMC26XStepper
lib_ldf_mode
=
1
lib_ldf_mode
=
chain
src_filter
=
${common.default_src_filter} +<src/HAL/HAL_STM32F1>
src_filter
=
${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed
=
250000
monitor_speed
=
250000
debug_tool
=
stlink
debug_tool
=
stlink
...
@@ -322,7 +322,7 @@ lib_ignore =
...
@@ -322,7 +322,7 @@ lib_ignore =
Adafruit
NeoPixel
Adafruit
NeoPixel
libf3e
libf3e
TMC26XStepper
TMC26XStepper
#lib_ldf_mode =
1
#lib_ldf_mode =
chain
src_filter
=
${common.default_src_filter} +<src/HAL/HAL_STM32F1>
src_filter
=
${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed
=
115200
monitor_speed
=
115200
upload_protocol
=
stlink
upload_protocol
=
stlink
...
@@ -450,7 +450,7 @@ lib_ignore = c1921b4
...
@@ -450,7 +450,7 @@ lib_ignore = c1921b4
Adafruit
NeoPixel
Adafruit
NeoPixel
libf3e
libf3e
TMC26XStepper
TMC26XStepper
lib_ldf_mode
=
1
lib_ldf_mode
=
chain
monitor_speed
=
250000
monitor_speed
=
250000
#
#
...
...
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