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

use less stack on Print::printNumber #528

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

DEvil0000
Copy link

The issue with printNumber is that it uses a lot of stack quite unexpectedly. This makes it basically unusable on a attiny.
I suggest doing the naive implementation as it's done with float print.

I think the Autor was hoping for a more optimized write call Implementation in the over-writable write call with a long buffer. I think this is too late to get it more efficient for most platforms anyway. Another option of course would be changing the API and adding a parameter for this or adding a define to switch the default Implementation.

@CLAassistant
Copy link

CLAassistant commented Mar 18, 2023

CLA assistant check
All committers have signed the CLA.

@DEvil0000 DEvil0000 force-pushed the use-less-stack-on-number-print branch 2 times, most recently from 1a61a90 to 8e67a64 Compare March 18, 2023 22:23
@github-actions
Copy link

Memory usage change @ 8e67a64

Board flash % RAM for global variables %
arduino:avr:LilyPadUSB ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega8 ❔ -46 - +42 -0.64 - +0.59 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega328 ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:chiwawa ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:circuitplay32u4cat ❔ -44 - +44 -0.15 - +0.15 0 - 0 N/A
arduino:avr:diecimila:cpu=atmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:diecimila:cpu=atmega328 ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:esplora ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:ethernet ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:fio ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:gemma 0 - 0 0.0 - 0.0 0 - 0 N/A
arduino:avr:leonardo ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:leonardoeth ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega328 ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega1280 ❔ -42 - +44 -0.03 - +0.03 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega2560 ❔ -42 - +44 -0.02 - +0.02 0 - 0 0.0 - 0.0
arduino:avr:megaADK ❔ -42 - +44 -0.02 - +0.02 0 - 0 0.0 - 0.0
arduino:avr:micro ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega328 ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328 ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328old ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:one ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328 ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168 ❔ -44 - +44 -0.31 - +0.31 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328 ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:robotControl ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:robotMotor ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:uno ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:unomini ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:unowifi ❔ -44 - +44 -0.14 - +0.14 0 - 0 0.0 - 0.0
arduino:avr:yun ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
arduino:avr:yunmini ❔ -44 - +44 -0.15 - +0.15 0 - 0 0.0 - 0.0
Click for full report table
Board libraries/EEPROM/examples/eeprom_clear
flash
% libraries/EEPROM/examples/eeprom_clear
RAM for global variables
% libraries/EEPROM/examples/eeprom_iteration
flash
% libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
% libraries/EEPROM/examples/eeprom_update
flash
% libraries/EEPROM/examples/eeprom_update
RAM for global variables
% libraries/EEPROM/examples/eeprom_write
flash
% libraries/EEPROM/examples/eeprom_write
RAM for global variables
% libraries/EEPROM/examples/eeprom_crc
flash
% libraries/EEPROM/examples/eeprom_crc
RAM for global variables
% libraries/EEPROM/examples/eeprom_get
flash
% libraries/EEPROM/examples/eeprom_get
RAM for global variables
% libraries/EEPROM/examples/eeprom_put
flash
% libraries/EEPROM/examples/eeprom_put
RAM for global variables
% libraries/EEPROM/examples/eeprom_read
flash
% libraries/EEPROM/examples/eeprom_read
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/i2c_scanner
flash
% libraries/Wire/examples/i2c_scanner
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
% libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
% libraries/SoftwareSerial/examples/TwoPortReceive
flash
% libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega8 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 42 0.59 0 0.0 36 0.5 0 0.0 0 0.0 0 0.0 28 0.39 0 0.0 36 0.5 0 0.0 0 0.0 0 0.0 -46 -0.64 0 0.0 0 0.0 0 0.0 36 0.5 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -16 -0.22 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:chiwawa 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:circuitplay32u4cat 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 44 0.15 0 N/A 36 0.13 0 N/A 0 0.0 0 N/A 26 0.09 0 N/A 36 0.13 0 N/A 0 0.0 0 N/A -44 -0.15 0 N/A 0 0.0 0 N/A 36 0.13 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A -14 -0.05 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:diecimila:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:diecimila:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:ethernet 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.04 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:fio 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:gemma 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:leonardo 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:leonardoeth 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega1280 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.03 0 0.0 36 0.03 0 0.0 0 0.0 0 0.0 26 0.02 0 0.0 36 0.03 0 0.0 0 0.0 0 0.0 -42 -0.03 0 0.0 0 0.0 0 0.0 36 0.03 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.01 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega2560 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.02 0 0.0 36 0.01 0 0.0 0 0.0 0 0.0 26 0.01 0 0.0 36 0.01 0 0.0 0 0.0 0 0.0 -42 -0.02 0 0.0 0 0.0 0 0.0 36 0.01 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.01 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:megaADK 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.02 0 0.0 36 0.01 0 0.0 0 0.0 0 0.0 26 0.01 0 0.0 36 0.01 0 0.0 0 0.0 0 0.0 -42 -0.02 0 0.0 0 0.0 0 0.0 36 0.01 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.01 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:micro 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328old 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:one 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.31 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 26 0.18 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 -44 -0.31 0 0.0 0 0.0 0 0.0 36 0.25 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.1 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.12 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:robotControl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0
arduino:avr:robotMotor 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0
arduino:avr:uno 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.04 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unomini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.04 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unowifi 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.14 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 26 0.08 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 -44 -0.14 0 0.0 0 0.0 0 0.0 36 0.11 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.04 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yun 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yunmini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 44 0.15 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 26 0.09 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 -44 -0.15 0 0.0 0 0.0 0 0.0 36 0.13 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 -14 -0.05 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%
arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,42,0.59,0,0.0,36,0.5,0,0.0,0,0.0,0,0.0,28,0.39,0,0.0,36,0.5,0,0.0,0,0.0,0,0.0,-46,-0.64,0,0.0,0,0.0,0,0.0,36,0.5,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-16,-0.22,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,44,0.15,0,N/A,36,0.13,0,N/A,0,0.0,0,N/A,26,0.09,0,N/A,36,0.13,0,N/A,0,0.0,0,N/A,-44,-0.15,0,N/A,0,0.0,0,N/A,36,0.13,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,-14,-0.05,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A
arduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.03,0,0.0,36,0.03,0,0.0,0,0.0,0,0.0,26,0.02,0,0.0,36,0.03,0,0.0,0,0.0,0,0.0,-42,-0.03,0,0.0,0,0.0,0,0.0,36,0.03,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.01,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.02,0,0.0,36,0.01,0,0.0,0,0.0,0,0.0,26,0.01,0,0.0,36,0.01,0,0.0,0,0.0,0,0.0,-42,-0.02,0,0.0,0,0.0,0,0.0,36,0.01,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.01,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.02,0,0.0,36,0.01,0,0.0,0,0.0,0,0.0,26,0.01,0,0.0,36,0.01,0,0.0,0,0.0,0,0.0,-42,-0.02,0,0.0,0,0.0,0,0.0,36,0.01,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.01,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.31,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,26,0.18,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,-44,-0.31,0,0.0,0,0.0,0,0.0,36,0.25,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.1,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.12,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.14,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,26,0.08,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,-44,-0.14,0,0.0,0,0.0,0,0.0,36,0.11,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,44,0.15,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,26,0.09,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,-44,-0.15,0,0.0,0,0.0,0,0.0,36,0.13,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,-14,-0.05,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@per1234
Copy link
Contributor

per1234 commented Mar 18, 2023

Hi @DEvil0000. Thanks for your pull request. I'm just commenting to let you know the failure of the "Spell Check" workflow run is not related to the changes you proposed (it was caused by a recent automated update of the spellcheck dictionary) and won't affect the review of the PR.

I have now fixed the problem in the master branch: #529

@PaulStoffregen
Copy link
Contributor

This PR causes digits to print in reverse order.

Tested with Arduino Uno using IDE 1.8.19 with AVR core 1.8.6.

screenshot

screenshot2

@DEvil0000 DEvil0000 force-pushed the use-less-stack-on-number-print branch from 8e67a64 to 870432e Compare April 3, 2023 23:00
@DEvil0000
Copy link
Author

DEvil0000 commented Apr 3, 2023

@PaulStoffregen sorry, looks like I was a bit sleepy when opening the PR. I fixed the implementation with the first two commits and added improved versions for base 2 and base 16 which one can disable by compiler define flag in the third commit.

@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Memory usage change @ 870432e

Board flash % RAM for global variables %
arduino:avr:LilyPadUSB 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega8 🔺 0 - +520 0.0 - +7.25 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:chiwawa 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:circuitplay32u4cat 🔺 0 - +548 0.0 - +1.91 0 - 0 N/A
arduino:avr:diecimila:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:diecimila:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:esplora 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:ethernet 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:fio 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:gemma 0 - 0 0.0 - 0.0 0 - 0 N/A
arduino:avr:leonardo 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:leonardoeth 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega1280 🔺 0 - +548 0.0 - +0.43 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega2560 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:megaADK 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:micro 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328old 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:one 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:robotControl 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:robotMotor 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:uno 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unomini 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unowifi 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:yun 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:yunmini 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
Click for full report table
Board libraries/EEPROM/examples/eeprom_clear
flash
% libraries/EEPROM/examples/eeprom_clear
RAM for global variables
% libraries/EEPROM/examples/eeprom_iteration
flash
% libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
% libraries/EEPROM/examples/eeprom_update
flash
% libraries/EEPROM/examples/eeprom_update
RAM for global variables
% libraries/EEPROM/examples/eeprom_write
flash
% libraries/EEPROM/examples/eeprom_write
RAM for global variables
% libraries/EEPROM/examples/eeprom_crc
flash
% libraries/EEPROM/examples/eeprom_crc
RAM for global variables
% libraries/EEPROM/examples/eeprom_get
flash
% libraries/EEPROM/examples/eeprom_get
RAM for global variables
% libraries/EEPROM/examples/eeprom_put
flash
% libraries/EEPROM/examples/eeprom_put
RAM for global variables
% libraries/EEPROM/examples/eeprom_read
flash
% libraries/EEPROM/examples/eeprom_read
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/i2c_scanner
flash
% libraries/Wire/examples/i2c_scanner
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
% libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
% libraries/SoftwareSerial/examples/TwoPortReceive
flash
% libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega8 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 520 7.25 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 506 7.06 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 108 1.51 0 0.0 0 0.0 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 196 2.73 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:chiwawa 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:circuitplay32u4cat 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 548 1.91 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 530 1.85 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 130 0.45 0 N/A 0 0.0 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 220 0.77 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:diecimila:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:diecimila:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:ethernet 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:fio 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:gemma 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:leonardo 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:leonardoeth 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega1280 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.43 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 530 0.42 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 136 0.11 0 0.0 0 0.0 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega2560 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:megaADK 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:micro 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328old 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:one 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:robotControl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:robotMotor 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:uno 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unomini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unowifi 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yun 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yunmini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%
arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,520,7.25,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,506,7.06,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,108,1.51,0,0.0,0,0.0,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,196,2.73,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,548,1.91,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,530,1.85,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,130,0.45,0,N/A,0,0.0,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,220,0.77,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A
arduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.43,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,530,0.42,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,136,0.11,0,0.0,0,0.0,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Memory usage change @ fd90b45

Board flash % RAM for global variables %
arduino:avr:LilyPadUSB 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega8 🔺 0 - +520 0.0 - +7.25 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:chiwawa 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:circuitplay32u4cat 🔺 0 - +548 0.0 - +1.91 0 - 0 N/A
arduino:avr:diecimila:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:diecimila:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:esplora 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:ethernet 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:fio 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:gemma 0 - 0 0.0 - 0.0 0 - 0 N/A
arduino:avr:leonardo 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:leonardoeth 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega1280 🔺 0 - +548 0.0 - +0.43 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega2560 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:megaADK 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:micro 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328old 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:one 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:robotControl 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:robotMotor 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:uno 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unomini 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unowifi 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:yun 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:yunmini 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
Click for full report table
Board libraries/EEPROM/examples/eeprom_clear
flash
% libraries/EEPROM/examples/eeprom_clear
RAM for global variables
% libraries/EEPROM/examples/eeprom_iteration
flash
% libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
% libraries/EEPROM/examples/eeprom_update
flash
% libraries/EEPROM/examples/eeprom_update
RAM for global variables
% libraries/EEPROM/examples/eeprom_write
flash
% libraries/EEPROM/examples/eeprom_write
RAM for global variables
% libraries/EEPROM/examples/eeprom_crc
flash
% libraries/EEPROM/examples/eeprom_crc
RAM for global variables
% libraries/EEPROM/examples/eeprom_get
flash
% libraries/EEPROM/examples/eeprom_get
RAM for global variables
% libraries/EEPROM/examples/eeprom_put
flash
% libraries/EEPROM/examples/eeprom_put
RAM for global variables
% libraries/EEPROM/examples/eeprom_read
flash
% libraries/EEPROM/examples/eeprom_read
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/i2c_scanner
flash
% libraries/Wire/examples/i2c_scanner
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
% libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
% libraries/SoftwareSerial/examples/TwoPortReceive
flash
% libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega8 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 520 7.25 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 506 7.06 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 108 1.51 0 0.0 0 0.0 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 196 2.73 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:chiwawa 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:circuitplay32u4cat 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 548 1.91 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 530 1.85 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 130 0.45 0 N/A 0 0.0 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 220 0.77 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:diecimila:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:diecimila:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:ethernet 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:fio 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:gemma 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:leonardo 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:leonardoeth 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega1280 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.43 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 530 0.42 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 136 0.11 0 0.0 0 0.0 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega2560 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:megaADK 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:micro 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328old 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:one 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:robotControl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:robotMotor 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:uno 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unomini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unowifi 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yun 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yunmini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%
arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,520,7.25,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,506,7.06,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,108,1.51,0,0.0,0,0.0,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,196,2.73,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,548,1.91,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,530,1.85,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,130,0.45,0,N/A,0,0.0,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,220,0.77,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A
arduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.43,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,530,0.42,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,136,0.11,0,0.0,0,0.0,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Memory usage change @ 66645a2

Board flash % RAM for global variables %
arduino:avr:LilyPadUSB 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega8 🔺 0 - +520 0.0 - +7.25 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:chiwawa 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:circuitplay32u4cat 🔺 0 - +548 0.0 - +1.91 0 - 0 N/A
arduino:avr:diecimila:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:diecimila:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:esplora 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:ethernet 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:fio 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:gemma 0 - 0 0.0 - 0.0 0 - 0 N/A
arduino:avr:leonardo 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:leonardoeth 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega1280 🔺 0 - +548 0.0 - +0.43 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega2560 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:megaADK 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:micro 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328old 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:one 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:robotControl 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:robotMotor 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:uno 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unomini 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unowifi 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:yun 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:yunmini 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
Click for full report table
Board libraries/EEPROM/examples/eeprom_clear
flash
% libraries/EEPROM/examples/eeprom_clear
RAM for global variables
% libraries/EEPROM/examples/eeprom_iteration
flash
% libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
% libraries/EEPROM/examples/eeprom_update
flash
% libraries/EEPROM/examples/eeprom_update
RAM for global variables
% libraries/EEPROM/examples/eeprom_write
flash
% libraries/EEPROM/examples/eeprom_write
RAM for global variables
% libraries/EEPROM/examples/eeprom_crc
flash
% libraries/EEPROM/examples/eeprom_crc
RAM for global variables
% libraries/EEPROM/examples/eeprom_get
flash
% libraries/EEPROM/examples/eeprom_get
RAM for global variables
% libraries/EEPROM/examples/eeprom_put
flash
% libraries/EEPROM/examples/eeprom_put
RAM for global variables
% libraries/EEPROM/examples/eeprom_read
flash
% libraries/EEPROM/examples/eeprom_read
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/i2c_scanner
flash
% libraries/Wire/examples/i2c_scanner
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
% libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
% libraries/SoftwareSerial/examples/TwoPortReceive
flash
% libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega8 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 520 7.25 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 506 7.06 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 108 1.51 0 0.0 0 0.0 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 196 2.73 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:chiwawa 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:circuitplay32u4cat 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 548 1.91 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 530 1.85 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 130 0.45 0 N/A 0 0.0 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 220 0.77 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:diecimila:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:diecimila:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:ethernet 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:fio 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:gemma 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:leonardo 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:leonardoeth 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega1280 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.43 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 530 0.42 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 136 0.11 0 0.0 0 0.0 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega2560 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:megaADK 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:micro 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328old 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:one 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:robotControl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:robotMotor 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:uno 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unomini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unowifi 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yun 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yunmini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%
arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,520,7.25,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,506,7.06,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,108,1.51,0,0.0,0,0.0,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,196,2.73,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,548,1.91,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,530,1.85,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,130,0.45,0,N/A,0,0.0,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,220,0.77,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A
arduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.43,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,530,0.42,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,136,0.11,0,0.0,0,0.0,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@github-actions
Copy link

github-actions bot commented Apr 4, 2023

Memory usage change @ e5c727e

Board flash % RAM for global variables %
arduino:avr:LilyPadUSB 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega8 🔺 0 - +520 0.0 - +7.25 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:chiwawa 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:circuitplay32u4cat 🔺 0 - +548 0.0 - +1.91 0 - 0 N/A
arduino:avr:diecimila:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:diecimila:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:esplora 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:ethernet 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:fio 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:gemma 0 - 0 0.0 - 0.0 0 - 0 N/A
arduino:avr:leonardo 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:leonardoeth 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega1280 🔺 0 - +548 0.0 - +0.43 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega2560 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:megaADK 🔺 0 - +548 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:micro 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega328 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328old 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:one 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168 🔺 0 - +548 0.0 - +3.82 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328 🔺 0 - +548 0.0 - +1.78 0 - 0 0.0 - 0.0
arduino:avr:robotControl 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:robotMotor 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:uno 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unomini 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:unowifi 🔺 0 - +548 0.0 - +1.7 0 - 0 0.0 - 0.0
arduino:avr:yun 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
arduino:avr:yunmini 🔺 0 - +548 0.0 - +1.91 0 - 0 0.0 - 0.0
Click for full report table
Board libraries/EEPROM/examples/eeprom_clear
flash
% libraries/EEPROM/examples/eeprom_clear
RAM for global variables
% libraries/EEPROM/examples/eeprom_iteration
flash
% libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
% libraries/EEPROM/examples/eeprom_update
flash
% libraries/EEPROM/examples/eeprom_update
RAM for global variables
% libraries/EEPROM/examples/eeprom_write
flash
% libraries/EEPROM/examples/eeprom_write
RAM for global variables
% libraries/EEPROM/examples/eeprom_crc
flash
% libraries/EEPROM/examples/eeprom_crc
RAM for global variables
% libraries/EEPROM/examples/eeprom_get
flash
% libraries/EEPROM/examples/eeprom_get
RAM for global variables
% libraries/EEPROM/examples/eeprom_put
flash
% libraries/EEPROM/examples/eeprom_put
RAM for global variables
% libraries/EEPROM/examples/eeprom_read
flash
% libraries/EEPROM/examples/eeprom_read
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/i2c_scanner
flash
% libraries/Wire/examples/i2c_scanner
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
% libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
% libraries/SoftwareSerial/examples/TwoPortReceive
flash
% libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega8 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 520 7.25 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 506 7.06 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 108 1.51 0 0.0 0 0.0 0 0.0 514 7.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 196 2.73 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:chiwawa 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:circuitplay32u4cat 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 548 1.91 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 530 1.85 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 130 0.45 0 N/A 0 0.0 0 N/A 540 1.88 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 220 0.77 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:diecimila:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:diecimila:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:ethernet 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:fio 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:gemma 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:leonardo 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:leonardoeth 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega1280 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.43 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 530 0.42 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 136 0.11 0 0.0 0 0.0 0 0.0 540 0.43 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.17 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega2560 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:megaADK 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 0.22 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 530 0.21 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 136 0.05 0 0.0 0 0.0 0 0.0 540 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.09 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:micro 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328old 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:one 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 3.82 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 530 3.7 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 130 0.91 0 0.0 0 0.0 0 0.0 540 3.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 1.53 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.78 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 530 1.73 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 130 0.42 0 0.0 0 0.0 0 0.0 540 1.76 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.72 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:robotControl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:robotMotor 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0
arduino:avr:uno 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unomini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unowifi 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.7 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 530 1.64 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 130 0.4 0 0.0 0 0.0 0 0.0 540 1.67 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.68 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yun 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yunmini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 548 1.91 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 530 1.85 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 130 0.45 0 0.0 0 0.0 0 0.0 540 1.88 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 220 0.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%
arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,520,7.25,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,506,7.06,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,108,1.51,0,0.0,0,0.0,0,0.0,514,7.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,196,2.73,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,548,1.91,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,530,1.85,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,130,0.45,0,N/A,0,0.0,0,N/A,540,1.88,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,220,0.77,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A
arduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.43,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,530,0.42,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,136,0.11,0,0.0,0,0.0,0,0.0,540,0.43,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.17,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,0.22,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,530,0.21,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,136,0.05,0,0.0,0,0.0,0,0.0,540,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.09,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,3.82,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,530,3.7,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,130,0.91,0,0.0,0,0.0,0,0.0,540,3.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,1.53,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.78,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,530,1.73,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,130,0.42,0,0.0,0,0.0,0,0.0,540,1.76,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.72,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.7,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,530,1.64,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,130,0.4,0,0.0,0,0.0,0,0.0,540,1.67,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.68,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,548,1.91,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,530,1.85,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,130,0.45,0,0.0,0,0.0,0,0.0,540,1.88,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,220,0.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

… optimization due to it being basically const then
@github-actions
Copy link

github-actions bot commented Apr 4, 2023

Memory usage change @ a81294f

Board flash % RAM for global variables %
arduino:avr:LilyPadUSB 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:atmegang:cpu=atmega8 🔺 0 - +522 0.0 - +7.28 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:bt:cpu=atmega328 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:chiwawa 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:circuitplay32u4cat 🔺 0 - +552 0.0 - +1.93 0 - 0 N/A
arduino:avr:diecimila:cpu=atmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:diecimila:cpu=atmega328 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:esplora 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:ethernet 🔺 0 - +552 0.0 - +1.71 0 - 0 0.0 - 0.0
arduino:avr:fio 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:gemma 0 - 0 0.0 - 0.0 0 - 0 N/A
arduino:avr:leonardo 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:leonardoeth 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:lilypad:cpu=atmega328 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega1280 🔺 0 - +552 0.0 - +0.43 0 - 0 0.0 - 0.0
arduino:avr:mega:cpu=atmega2560 🔺 0 - +552 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:megaADK 🔺 0 - +552 0.0 - +0.22 0 - 0 0.0 - 0.0
arduino:avr:micro 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:mini:cpu=atmega328 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:nano:cpu=atmega328old 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:one 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=16MHzatmega328 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega168 🔺 0 - +552 0.0 - +3.85 0 - 0 0.0 - 0.0
arduino:avr:pro:cpu=8MHzatmega328 🔺 0 - +552 0.0 - +1.8 0 - 0 0.0 - 0.0
arduino:avr:robotControl 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:robotMotor 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:uno 🔺 0 - +552 0.0 - +1.71 0 - 0 0.0 - 0.0
arduino:avr:unomini 🔺 0 - +552 0.0 - +1.71 0 - 0 0.0 - 0.0
arduino:avr:unowifi 🔺 0 - +552 0.0 - +1.71 0 - 0 0.0 - 0.0
arduino:avr:yun 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
arduino:avr:yunmini 🔺 0 - +552 0.0 - +1.93 0 - 0 0.0 - 0.0
Click for full report table
Board libraries/EEPROM/examples/eeprom_clear
flash
% libraries/EEPROM/examples/eeprom_clear
RAM for global variables
% libraries/EEPROM/examples/eeprom_iteration
flash
% libraries/EEPROM/examples/eeprom_iteration
RAM for global variables
% libraries/EEPROM/examples/eeprom_update
flash
% libraries/EEPROM/examples/eeprom_update
RAM for global variables
% libraries/EEPROM/examples/eeprom_write
flash
% libraries/EEPROM/examples/eeprom_write
RAM for global variables
% libraries/EEPROM/examples/eeprom_crc
flash
% libraries/EEPROM/examples/eeprom_crc
RAM for global variables
% libraries/EEPROM/examples/eeprom_get
flash
% libraries/EEPROM/examples/eeprom_get
RAM for global variables
% libraries/EEPROM/examples/eeprom_put
flash
% libraries/EEPROM/examples/eeprom_put
RAM for global variables
% libraries/EEPROM/examples/eeprom_read
flash
% libraries/EEPROM/examples/eeprom_read
RAM for global variables
% libraries/SPI/examples/BarometricPressureSensor
flash
% libraries/SPI/examples/BarometricPressureSensor
RAM for global variables
% libraries/SPI/examples/DigitalPotControl
flash
% libraries/SPI/examples/DigitalPotControl
RAM for global variables
% libraries/Wire/examples/SFRRanger_reader
flash
% libraries/Wire/examples/SFRRanger_reader
RAM for global variables
% libraries/Wire/examples/digital_potentiometer
flash
% libraries/Wire/examples/digital_potentiometer
RAM for global variables
% libraries/Wire/examples/i2c_scanner
flash
% libraries/Wire/examples/i2c_scanner
RAM for global variables
% libraries/Wire/examples/master_reader
flash
% libraries/Wire/examples/master_reader
RAM for global variables
% libraries/Wire/examples/master_writer
flash
% libraries/Wire/examples/master_writer
RAM for global variables
% libraries/Wire/examples/slave_receiver
flash
% libraries/Wire/examples/slave_receiver
RAM for global variables
% libraries/Wire/examples/slave_sender
flash
% libraries/Wire/examples/slave_sender
RAM for global variables
% libraries/SoftwareSerial/examples/SoftwareSerialExample
flash
% libraries/SoftwareSerial/examples/SoftwareSerialExample
RAM for global variables
% libraries/SoftwareSerial/examples/TwoPortReceive
flash
% libraries/SoftwareSerial/examples/TwoPortReceive
RAM for global variables
%
arduino:avr:LilyPadUSB 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:atmegang:cpu=atmega8 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 522 7.28 0 0.0 516 7.2 0 0.0 0 0.0 0 0.0 508 7.09 0 0.0 516 7.2 0 0.0 0 0.0 0 0.0 496 6.92 0 0.0 0 0.0 0 0.0 516 7.2 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 496 6.92 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:bt:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:chiwawa 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:circuitplay32u4cat 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 552 1.93 0 N/A 544 1.9 0 N/A 0 0.0 0 N/A 534 1.86 0 N/A 544 1.9 0 N/A 0 0.0 0 N/A 524 1.83 0 N/A 0 0.0 0 N/A 544 1.9 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 524 1.83 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:diecimila:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:diecimila:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:ethernet 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.71 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 534 1.66 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:fio 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:gemma 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A 0 0.0 0 N/A
arduino:avr:leonardo 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:leonardoeth 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:lilypad:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega1280 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 0.43 0 0.0 544 0.43 0 0.0 0 0.0 0 0.0 534 0.42 0 0.0 544 0.43 0 0.0 0 0.0 0 0.0 524 0.41 0 0.0 0 0.0 0 0.0 544 0.43 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 0.41 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mega:cpu=atmega2560 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 0.22 0 0.0 544 0.21 0 0.0 0 0.0 0 0.0 534 0.21 0 0.0 544 0.21 0 0.0 0 0.0 0 0.0 524 0.21 0 0.0 0 0.0 0 0.0 544 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:megaADK 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 0.22 0 0.0 544 0.21 0 0.0 0 0.0 0 0.0 534 0.21 0 0.0 544 0.21 0 0.0 0 0.0 0 0.0 524 0.21 0 0.0 0 0.0 0 0.0 544 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 0.21 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:micro 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:mini:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:nano:cpu=atmega328old 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:one 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=16MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega168 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 3.85 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 534 3.72 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 544 3.79 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 3.66 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:pro:cpu=8MHzatmega328 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.8 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 534 1.74 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 544 1.77 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.71 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:robotControl 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0
arduino:avr:robotMotor 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0
arduino:avr:uno 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.71 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 534 1.66 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unomini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.71 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 534 1.66 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:unowifi 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.71 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 534 1.66 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 544 1.69 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.62 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yun 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
arduino:avr:yunmini 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 552 1.93 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 534 1.86 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 544 1.9 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 524 1.83 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,libraries/EEPROM/examples/eeprom_clear<br>flash,%,libraries/EEPROM/examples/eeprom_clear<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_iteration<br>flash,%,libraries/EEPROM/examples/eeprom_iteration<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_update<br>flash,%,libraries/EEPROM/examples/eeprom_update<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_write<br>flash,%,libraries/EEPROM/examples/eeprom_write<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_crc<br>flash,%,libraries/EEPROM/examples/eeprom_crc<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_get<br>flash,%,libraries/EEPROM/examples/eeprom_get<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_put<br>flash,%,libraries/EEPROM/examples/eeprom_put<br>RAM for global variables,%,libraries/EEPROM/examples/eeprom_read<br>flash,%,libraries/EEPROM/examples/eeprom_read<br>RAM for global variables,%,libraries/SPI/examples/BarometricPressureSensor<br>flash,%,libraries/SPI/examples/BarometricPressureSensor<br>RAM for global variables,%,libraries/SPI/examples/DigitalPotControl<br>flash,%,libraries/SPI/examples/DigitalPotControl<br>RAM for global variables,%,libraries/Wire/examples/SFRRanger_reader<br>flash,%,libraries/Wire/examples/SFRRanger_reader<br>RAM for global variables,%,libraries/Wire/examples/digital_potentiometer<br>flash,%,libraries/Wire/examples/digital_potentiometer<br>RAM for global variables,%,libraries/Wire/examples/i2c_scanner<br>flash,%,libraries/Wire/examples/i2c_scanner<br>RAM for global variables,%,libraries/Wire/examples/master_reader<br>flash,%,libraries/Wire/examples/master_reader<br>RAM for global variables,%,libraries/Wire/examples/master_writer<br>flash,%,libraries/Wire/examples/master_writer<br>RAM for global variables,%,libraries/Wire/examples/slave_receiver<br>flash,%,libraries/Wire/examples/slave_receiver<br>RAM for global variables,%,libraries/Wire/examples/slave_sender<br>flash,%,libraries/Wire/examples/slave_sender<br>RAM for global variables,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>flash,%,libraries/SoftwareSerial/examples/SoftwareSerialExample<br>RAM for global variables,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>flash,%,libraries/SoftwareSerial/examples/TwoPortReceive<br>RAM for global variables,%
arduino:avr:LilyPadUSB,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:atmegang:cpu=atmega8,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,522,7.28,0,0.0,516,7.2,0,0.0,0,0.0,0,0.0,508,7.09,0,0.0,516,7.2,0,0.0,0,0.0,0,0.0,496,6.92,0,0.0,0,0.0,0,0.0,516,7.2,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,496,6.92,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:bt:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:bt:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:chiwawa,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:circuitplay32u4cat,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,552,1.93,0,N/A,544,1.9,0,N/A,0,0.0,0,N/A,534,1.86,0,N/A,544,1.9,0,N/A,0,0.0,0,N/A,524,1.83,0,N/A,0,0.0,0,N/A,544,1.9,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,524,1.83,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A
arduino:avr:diecimila:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:diecimila:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:ethernet,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.71,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,534,1.66,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:fio,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:gemma,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:avr:leonardo,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:leonardoeth,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:lilypad:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega1280,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,0.43,0,0.0,544,0.43,0,0.0,0,0.0,0,0.0,534,0.42,0,0.0,544,0.43,0,0.0,0,0.0,0,0.0,524,0.41,0,0.0,0,0.0,0,0.0,544,0.43,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,0.41,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mega:cpu=atmega2560,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,0.22,0,0.0,544,0.21,0,0.0,0,0.0,0,0.0,534,0.21,0,0.0,544,0.21,0,0.0,0,0.0,0,0.0,524,0.21,0,0.0,0,0.0,0,0.0,544,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:megaADK,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,0.22,0,0.0,544,0.21,0,0.0,0,0.0,0,0.0,534,0.21,0,0.0,544,0.21,0,0.0,0,0.0,0,0.0,524,0.21,0,0.0,0,0.0,0,0.0,544,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,0.21,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:micro,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:mini:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:nano:cpu=atmega328old,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:one,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=16MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega168,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,3.85,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,534,3.72,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,544,3.79,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,3.66,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:pro:cpu=8MHzatmega328,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.8,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,534,1.74,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,544,1.77,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.71,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:robotControl,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:robotMotor,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,,,,,,,,
arduino:avr:uno,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.71,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,534,1.66,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unomini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.71,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,534,1.66,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:unowifi,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.71,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,534,1.66,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,544,1.69,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.62,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yun,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
arduino:avr:yunmini,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,552,1.93,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,534,1.86,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,544,1.9,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,524,1.83,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@TBAMax
Copy link

TBAMax commented Aug 2, 2023

Yeah, catering for all the bases with one function messes it up there. When printing decimal only, much smaller buffer is needed(11bytes vs 33bytes).
The good formula for calculating needed digits for decimal:
#define MAX_DECIMAL_SIZE(x) ((size_t)(8 * sizeof(x) * 302 / 1000) + 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants