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
bb89e33e
Unverified
Commit
bb89e33e
authored
4 years ago
by
ellensp
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
FIx Sanguino/1284p board_upload.maximum_size (#18502)
parent
382c566a
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
+6
-3
6 additions, 3 deletions
platformio.ini
with
6 additions
and
3 deletions
platformio.ini
+
6
−
3
View file @
bb89e33e
...
...
@@ -147,6 +147,7 @@ board = sanguino_atmega644p
platform
=
atmelavr
extends
=
common_avr8
board
=
sanguino_atmega1284p
board_upload.maximum_size
=
126976
#
# Melzi and clones (ATmega1284p)
...
...
@@ -157,13 +158,16 @@ extends = common_avr8
board
=
sanguino_atmega1284p
lib_ignore
=
TMCStepper
upload_speed
=
57600
board_upload.maximum_size
=
126976
#
# Melzi and clones (Optiboot bootloader)
#
[env:melzi_optiboot]
platform
=
atmelavr
extends
=
env:melzi
extends
=
common_avr8
board
=
sanguino_atmega1284p
lib_ignore
=
TMCStepper
upload_speed
=
115200
#
...
...
@@ -171,8 +175,7 @@ upload_speed = 115200
#
[env:melzi_optimized]
platform
=
atmelavr
extends
=
env:melzi
upload_speed
=
115200
extends
=
env:melzi_optiboot
build_flags
=
${common.build_flags} -fno-tree-scev-cprop -fno-split-wide-types -Wl,--relax -mcall-prologues
build_unflags
=
-g -ggdb
...
...
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