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
b7e15a65
Commit
b7e15a65
authored
Aug 10, 2018
by
Chris Pepper
Committed by
Scott Lahteine
Aug 10, 2018
Browse files
Options
Downloads
Patches
Plain Diff
Target specific nxplpc and ststm32 pio platform versions to fix build (#11506)
parent
f891416e
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
+2
-2
2 additions, 2 deletions
platformio.ini
with
2 additions
and
2 deletions
platformio.ini
+
2
−
2
View file @
b7e15a65
...
...
@@ -150,7 +150,7 @@ monitor_speed = 250000
# NXP LPC1768 ARM Cortex-M3
#
[env:LPC1768]
platform
=
nxplpc
platform
=
nxplpc
@<3.4.0
board
=
lpc1768
board_build.f_cpu
=
100000000L
# Override default maximum RAM. LPC1768/9 do have 64k, but in 3 blocks (32K, 16K, 16K).
...
...
@@ -244,7 +244,7 @@ monitor_speed = 250000
# STM32F103RE
#
[env:STM32F1]
platform
=
ststm32
platform
=
ststm32
@<4.4.0
framework
=
arduino
board
=
genericSTM32F103RE
build_flags
=
!python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
...
...
...
...
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