ArduinoCore-sam icon indicating copy to clipboard operation
ArduinoCore-sam copied to clipboard

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

Open ollie1400 opened this issue 3 years ago • 1 comments

This PR is in answer to https://github.com/arduino/Arduino/issues/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

ollie1400 avatar May 02 '22 14:05 ollie1400

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 02 '22 14:05 CLAassistant