Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define upload.maximum_data_size property #517

Merged
merged 1 commit into from
May 4, 2020
Merged

Define upload.maximum_data_size property #517

merged 1 commit into from
May 4, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 3, 2020

This allows Arduino development software to display % usage, remaining, and total for SRAM.

Before:

Sketch uses 11060 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 2364 bytes of dynamic memory.

After:

Sketch uses 11084 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 2364 bytes (7%) of dynamic memory, leaving 30404 bytes for local variables. Maximum is 32768 bytes.

This allows Arduino development software to display % usage, remaining, and total for SRAM.
Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you @per1234 👋

@aentinger aentinger merged commit 4d12c30 into arduino:master May 4, 2020
@per1234 per1234 deleted the define-upload_maximum_data_size branch May 4, 2020 05:26
giulcioffi pushed a commit to giulcioffi/ArduinoCore-samd that referenced this pull request May 21, 2020
This allows Arduino development software to display % usage, remaining, and total for SRAM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants