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

Show "Global variables use ..." during build of SAM boards #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ollie1400
Copy link

@ollie1400 ollie1400 commented May 2, 2022

This PR is in answer to arduino/Arduino#5245

Adds a few config lines following suggestions in that issue.
If I make these changes locally (in my arduino installation, it seems to get the desired result):
image
image

I have set the maximum size based on the size of the ram section (ram (rwx) : ORIGIN = 0x20070000, LENGTH = 0x00018000 /* sram, 96K */).

I am not very familiar with all of the machinery in the Arduino app, but I trust that this fix is correct because looking in the map file, the BSS section size matches the number in the Arduino IDE output.

image

@CLAassistant
Copy link

CLAassistant commented May 2, 2022

CLA assistant check
All committers have signed the CLA.

@ollie1400 ollie1400 force-pushed the Arduino_Issue5245_MaximumRam branch from 73908ce to 0f90bd4 Compare May 2, 2022 14:23
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.

2 participants