Wire: Fix write() returning incorrect byte count on buffer overflow (See issue #597)
Wire.write() previously returned the number of bytes requested, even if the internal 32-byte transmission buffer could not store all of them. This caused code that paged or chunked writes to prematurely terminate, and silently drop data.
The function now returns the actual number of bytes appended to the TX buffer, matching the standard Arduino Wire API behavior and allowing callers to detect buffer limits correctly.
Fixes #597.
Memory usage change @ a87cc4c5bb191a78ad5ccb4fa4d36f5a786af54d
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
arduino:avr:LilyPadUSB |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega8 |
:grey_question: -8 - +4 | -0.11 - +0.06 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:chiwawa |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:circuitplay32u4cat |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | N/A |
arduino:avr:diecimila:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:diecimila:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:esplora |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:ethernet |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:fio |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:gemma |
0 - 0 | 0.0 - 0.0 | 0 - 0 | N/A |
arduino:avr:leonardo |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:leonardoeth |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega1280 |
:grey_question: -8 - +4 | -0.01 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega2560 |
:grey_question: -8 - +4 | -0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:megaADK |
:grey_question: -8 - +4 | -0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:micro |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328old |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:one |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotControl |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotMotor |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:uno |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unomini |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unowifi |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yun |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yunmini |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
Click for full report table
| Board | libraries/EEPROM/examples/eeprom_clearflash |
% | libraries/EEPROM/examples/eeprom_clearRAM for global variables |
% | libraries/EEPROM/examples/eeprom_iterationflash |
% | libraries/EEPROM/examples/eeprom_iterationRAM for global variables |
% | libraries/EEPROM/examples/eeprom_updateflash |
% | libraries/EEPROM/examples/eeprom_updateRAM for global variables |
% | libraries/EEPROM/examples/eeprom_writeflash |
% | libraries/EEPROM/examples/eeprom_writeRAM for global variables |
% | libraries/EEPROM/examples/eeprom_crcflash |
% | libraries/EEPROM/examples/eeprom_crcRAM for global variables |
% | libraries/EEPROM/examples/eeprom_getflash |
% | libraries/EEPROM/examples/eeprom_getRAM for global variables |
% | libraries/EEPROM/examples/eeprom_putflash |
% | libraries/EEPROM/examples/eeprom_putRAM for global variables |
% | libraries/EEPROM/examples/eeprom_readflash |
% | libraries/EEPROM/examples/eeprom_readRAM for global variables |
% | libraries/SPI/examples/BarometricPressureSensorflash |
% | libraries/SPI/examples/BarometricPressureSensorRAM for global variables |
% | libraries/SPI/examples/DigitalPotControlflash |
% | libraries/SPI/examples/DigitalPotControlRAM for global variables |
% | libraries/Wire/examples/SFRRanger_readerflash |
% | libraries/Wire/examples/SFRRanger_readerRAM for global variables |
% | libraries/Wire/examples/digital_potentiometerflash |
% | libraries/Wire/examples/digital_potentiometerRAM for global variables |
% | libraries/Wire/examples/i2c_scannerflash |
% | libraries/Wire/examples/i2c_scannerRAM for global variables |
% | libraries/Wire/examples/master_readerflash |
% | libraries/Wire/examples/master_readerRAM for global variables |
% | libraries/Wire/examples/master_writerflash |
% | libraries/Wire/examples/master_writerRAM for global variables |
% | libraries/Wire/examples/slave_receiverflash |
% | libraries/Wire/examples/slave_receiverRAM for global variables |
% | libraries/Wire/examples/slave_senderflash |
% | libraries/Wire/examples/slave_senderRAM for global variables |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleflash |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleRAM for global variables |
% | libraries/SoftwareSerial/examples/TwoPortReceiveflash |
% | libraries/SoftwareSerial/examples/TwoPortReceiveRAM 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | -8 | -0.11 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | -8 | -0.11 | 0 | 0.0 | -8 | -0.11 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 4 | 0.01 | 0 | N/A | 4 | 0.01 | 0 | N/A | 4 | 0.01 | 0 | N/A | -8 | -0.03 | 0 | N/A | 4 | 0.01 | 0 | N/A | -8 | -0.03 | 0 | N/A | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.01 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.01 | 0 | 0.0 | -8 | -0.01 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | -8 | -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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | -8 | -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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.06,0,0.0,4,0.06,0,0.0,4,0.06,0,0.0,-8,-0.11,0,0.0,4,0.06,0,0.0,-8,-0.11,0,0.0,-8,-0.11,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,4,0.01,0,N/A,4,0.01,0,N/A,4,0.01,0,N/A,-8,-0.03,0,N/A,4,0.01,0,N/A,-8,-0.03,0,N/A,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,-8,-0.01,0,0.0,4,0.0,0,0.0,-8,-0.01,0,0.0,-8,-0.01,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,-8,-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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,-8,-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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
Memory usage change @ 4a0324a516eebf3d1ab1298926ebdc681b63bc62
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
arduino:avr:LilyPadUSB |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega8 |
:grey_question: -8 - +4 | -0.11 - +0.06 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:chiwawa |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:circuitplay32u4cat |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | N/A |
arduino:avr:diecimila:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:diecimila:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:esplora |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:ethernet |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:fio |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:gemma |
0 - 0 | 0.0 - 0.0 | 0 - 0 | N/A |
arduino:avr:leonardo |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:leonardoeth |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega1280 |
:grey_question: -8 - +4 | -0.01 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega2560 |
:grey_question: -8 - +4 | -0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:megaADK |
:grey_question: -8 - +4 | -0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:micro |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328old |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:one |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega168 |
:grey_question: -8 - +4 | -0.06 - +0.03 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega328 |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotControl |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotMotor |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:uno |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unomini |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unowifi |
:grey_question: -8 - +4 | -0.02 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yun |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yunmini |
:grey_question: -8 - +4 | -0.03 - +0.01 | 0 - 0 | 0.0 - 0.0 |
Click for full report table
| Board | libraries/EEPROM/examples/eeprom_clearflash |
% | libraries/EEPROM/examples/eeprom_clearRAM for global variables |
% | libraries/EEPROM/examples/eeprom_iterationflash |
% | libraries/EEPROM/examples/eeprom_iterationRAM for global variables |
% | libraries/EEPROM/examples/eeprom_updateflash |
% | libraries/EEPROM/examples/eeprom_updateRAM for global variables |
% | libraries/EEPROM/examples/eeprom_writeflash |
% | libraries/EEPROM/examples/eeprom_writeRAM for global variables |
% | libraries/EEPROM/examples/eeprom_crcflash |
% | libraries/EEPROM/examples/eeprom_crcRAM for global variables |
% | libraries/EEPROM/examples/eeprom_getflash |
% | libraries/EEPROM/examples/eeprom_getRAM for global variables |
% | libraries/EEPROM/examples/eeprom_putflash |
% | libraries/EEPROM/examples/eeprom_putRAM for global variables |
% | libraries/EEPROM/examples/eeprom_readflash |
% | libraries/EEPROM/examples/eeprom_readRAM for global variables |
% | libraries/SPI/examples/BarometricPressureSensorflash |
% | libraries/SPI/examples/BarometricPressureSensorRAM for global variables |
% | libraries/SPI/examples/DigitalPotControlflash |
% | libraries/SPI/examples/DigitalPotControlRAM for global variables |
% | libraries/Wire/examples/SFRRanger_readerflash |
% | libraries/Wire/examples/SFRRanger_readerRAM for global variables |
% | libraries/Wire/examples/digital_potentiometerflash |
% | libraries/Wire/examples/digital_potentiometerRAM for global variables |
% | libraries/Wire/examples/i2c_scannerflash |
% | libraries/Wire/examples/i2c_scannerRAM for global variables |
% | libraries/Wire/examples/master_readerflash |
% | libraries/Wire/examples/master_readerRAM for global variables |
% | libraries/Wire/examples/master_writerflash |
% | libraries/Wire/examples/master_writerRAM for global variables |
% | libraries/Wire/examples/slave_receiverflash |
% | libraries/Wire/examples/slave_receiverRAM for global variables |
% | libraries/Wire/examples/slave_senderflash |
% | libraries/Wire/examples/slave_senderRAM for global variables |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleflash |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleRAM for global variables |
% | libraries/SoftwareSerial/examples/TwoPortReceiveflash |
% | libraries/SoftwareSerial/examples/TwoPortReceiveRAM 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | -8 | -0.11 | 0 | 0.0 | 4 | 0.06 | 0 | 0.0 | -8 | -0.11 | 0 | 0.0 | -8 | -0.11 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 4 | 0.01 | 0 | N/A | 4 | 0.01 | 0 | N/A | 4 | 0.01 | 0 | N/A | -8 | -0.03 | 0 | N/A | 4 | 0.01 | 0 | N/A | -8 | -0.03 | 0 | N/A | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.01 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.01 | 0 | 0.0 | -8 | -0.01 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | -8 | -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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | 4 | 0.0 | 0 | 0.0 | -8 | -0.0 | 0 | 0.0 | -8 | -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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | 4 | 0.03 | 0 | 0.0 | -8 | -0.06 | 0 | 0.0 | -8 | -0.06 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.02 | 0 | 0.0 | -8 | -0.02 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | 4 | 0.01 | 0 | 0.0 | -8 | -0.03 | 0 | 0.0 | -8 | -0.03 | 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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.06,0,0.0,4,0.06,0,0.0,4,0.06,0,0.0,-8,-0.11,0,0.0,4,0.06,0,0.0,-8,-0.11,0,0.0,-8,-0.11,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,4,0.01,0,N/A,4,0.01,0,N/A,4,0.01,0,N/A,-8,-0.03,0,N/A,4,0.01,0,N/A,-8,-0.03,0,N/A,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,-8,-0.01,0,0.0,4,0.0,0,0.0,-8,-0.01,0,0.0,-8,-0.01,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,-8,-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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,4,0.0,0,0.0,-8,-0.0,0,0.0,-8,-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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,4,0.03,0,0.0,-8,-0.06,0,0.0,-8,-0.06,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,4,0.01,0,0.0,-8,-0.02,0,0.0,-8,-0.02,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,4,0.01,0,0.0,-8,-0.03,0,0.0,-8,-0.03,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
Memory usage change @ f6beb3dc53548044cb270612c7f6b05983680b86
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
arduino:avr:LilyPadUSB |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega8 |
:small_red_triangle: 0 - +12 | 0.0 - +0.17 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:chiwawa |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:circuitplay32u4cat |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | N/A |
arduino:avr:diecimila:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:diecimila:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:esplora |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:ethernet |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:fio |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:gemma |
0 - 0 | 0.0 - 0.0 | 0 - 0 | N/A |
arduino:avr:leonardo |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:leonardoeth |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega1280 |
:small_red_triangle: 0 - +12 | 0.0 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega2560 |
:small_red_triangle: 0 - +12 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:megaADK |
:small_red_triangle: 0 - +12 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:micro |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328old |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:one |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotControl |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotMotor |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:uno |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unomini |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unowifi |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yun |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yunmini |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
Click for full report table
| Board | libraries/EEPROM/examples/eeprom_clearflash |
% | libraries/EEPROM/examples/eeprom_clearRAM for global variables |
% | libraries/EEPROM/examples/eeprom_iterationflash |
% | libraries/EEPROM/examples/eeprom_iterationRAM for global variables |
% | libraries/EEPROM/examples/eeprom_updateflash |
% | libraries/EEPROM/examples/eeprom_updateRAM for global variables |
% | libraries/EEPROM/examples/eeprom_writeflash |
% | libraries/EEPROM/examples/eeprom_writeRAM for global variables |
% | libraries/EEPROM/examples/eeprom_crcflash |
% | libraries/EEPROM/examples/eeprom_crcRAM for global variables |
% | libraries/EEPROM/examples/eeprom_getflash |
% | libraries/EEPROM/examples/eeprom_getRAM for global variables |
% | libraries/EEPROM/examples/eeprom_putflash |
% | libraries/EEPROM/examples/eeprom_putRAM for global variables |
% | libraries/EEPROM/examples/eeprom_readflash |
% | libraries/EEPROM/examples/eeprom_readRAM for global variables |
% | libraries/SPI/examples/BarometricPressureSensorflash |
% | libraries/SPI/examples/BarometricPressureSensorRAM for global variables |
% | libraries/SPI/examples/DigitalPotControlflash |
% | libraries/SPI/examples/DigitalPotControlRAM for global variables |
% | libraries/Wire/examples/SFRRanger_readerflash |
% | libraries/Wire/examples/SFRRanger_readerRAM for global variables |
% | libraries/Wire/examples/digital_potentiometerflash |
% | libraries/Wire/examples/digital_potentiometerRAM for global variables |
% | libraries/Wire/examples/i2c_scannerflash |
% | libraries/Wire/examples/i2c_scannerRAM for global variables |
% | libraries/Wire/examples/master_readerflash |
% | libraries/Wire/examples/master_readerRAM for global variables |
% | libraries/Wire/examples/master_writerflash |
% | libraries/Wire/examples/master_writerRAM for global variables |
% | libraries/Wire/examples/slave_receiverflash |
% | libraries/Wire/examples/slave_receiverRAM for global variables |
% | libraries/Wire/examples/slave_senderflash |
% | libraries/Wire/examples/slave_senderRAM for global variables |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleflash |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleRAM for global variables |
% | libraries/SoftwareSerial/examples/TwoPortReceiveflash |
% | libraries/SoftwareSerial/examples/TwoPortReceiveRAM 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 12 | 0.04 | 0 | N/A | 12 | 0.04 | 0 | N/A | 12 | 0.04 | 0 | N/A | 0 | 0.0 | 0 | N/A | 12 | 0.04 | 0 | N/A | 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: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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.17,0,0.0,12,0.17,0,0.0,12,0.17,0,0.0,0,0.0,0,0.0,12,0.17,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,12,0.04,0,N/A,12,0.04,0,N/A,12,0.04,0,N/A,0,0.0,0,N/A,12,0.04,0,N/A,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: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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.01,0,0.0,12,0.01,0,0.0,12,0.01,0,0.0,0,0.0,0,0.0,12,0.01,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
Memory usage change @ 685820f502f34e8da2477e96c17b685fa7510dbd
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
arduino:avr:LilyPadUSB |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega8 |
:small_red_triangle: 0 - +12 | 0.0 - +0.17 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:chiwawa |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:circuitplay32u4cat |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | N/A |
arduino:avr:diecimila:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:diecimila:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:esplora |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:ethernet |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:fio |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:gemma |
0 - 0 | 0.0 - 0.0 | 0 - 0 | N/A |
arduino:avr:leonardo |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:leonardoeth |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega1280 |
:small_red_triangle: 0 - +12 | 0.0 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega2560 |
:small_red_triangle: 0 - +12 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:megaADK |
:small_red_triangle: 0 - +12 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:micro |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328old |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:one |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotControl |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotMotor |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:uno |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unomini |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unowifi |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yun |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yunmini |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
Click for full report table
| Board | libraries/EEPROM/examples/eeprom_clearflash |
% | libraries/EEPROM/examples/eeprom_clearRAM for global variables |
% | libraries/EEPROM/examples/eeprom_iterationflash |
% | libraries/EEPROM/examples/eeprom_iterationRAM for global variables |
% | libraries/EEPROM/examples/eeprom_updateflash |
% | libraries/EEPROM/examples/eeprom_updateRAM for global variables |
% | libraries/EEPROM/examples/eeprom_writeflash |
% | libraries/EEPROM/examples/eeprom_writeRAM for global variables |
% | libraries/EEPROM/examples/eeprom_crcflash |
% | libraries/EEPROM/examples/eeprom_crcRAM for global variables |
% | libraries/EEPROM/examples/eeprom_getflash |
% | libraries/EEPROM/examples/eeprom_getRAM for global variables |
% | libraries/EEPROM/examples/eeprom_putflash |
% | libraries/EEPROM/examples/eeprom_putRAM for global variables |
% | libraries/EEPROM/examples/eeprom_readflash |
% | libraries/EEPROM/examples/eeprom_readRAM for global variables |
% | libraries/SPI/examples/BarometricPressureSensorflash |
% | libraries/SPI/examples/BarometricPressureSensorRAM for global variables |
% | libraries/SPI/examples/DigitalPotControlflash |
% | libraries/SPI/examples/DigitalPotControlRAM for global variables |
% | libraries/Wire/examples/SFRRanger_readerflash |
% | libraries/Wire/examples/SFRRanger_readerRAM for global variables |
% | libraries/Wire/examples/digital_potentiometerflash |
% | libraries/Wire/examples/digital_potentiometerRAM for global variables |
% | libraries/Wire/examples/i2c_scannerflash |
% | libraries/Wire/examples/i2c_scannerRAM for global variables |
% | libraries/Wire/examples/master_readerflash |
% | libraries/Wire/examples/master_readerRAM for global variables |
% | libraries/Wire/examples/master_writerflash |
% | libraries/Wire/examples/master_writerRAM for global variables |
% | libraries/Wire/examples/slave_receiverflash |
% | libraries/Wire/examples/slave_receiverRAM for global variables |
% | libraries/Wire/examples/slave_senderflash |
% | libraries/Wire/examples/slave_senderRAM for global variables |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleflash |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleRAM for global variables |
% | libraries/SoftwareSerial/examples/TwoPortReceiveflash |
% | libraries/SoftwareSerial/examples/TwoPortReceiveRAM 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 12 | 0.04 | 0 | N/A | 12 | 0.04 | 0 | N/A | 12 | 0.04 | 0 | N/A | 0 | 0.0 | 0 | N/A | 12 | 0.04 | 0 | N/A | 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: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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.17,0,0.0,12,0.17,0,0.0,12,0.17,0,0.0,0,0.0,0,0.0,12,0.17,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,12,0.04,0,N/A,12,0.04,0,N/A,12,0.04,0,N/A,0,0.0,0,N/A,12,0.04,0,N/A,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: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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.01,0,0.0,12,0.01,0,0.0,12,0.01,0,0.0,0,0.0,0,0.0,12,0.01,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
Memory usage change @ a02663277b73d674b6f969b0d1702f26e8a1bd77
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
arduino:avr:LilyPadUSB |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:atmegang:cpu=atmega8 |
:small_red_triangle: 0 - +12 | 0.0 - +0.17 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:bt:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:chiwawa |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:circuitplay32u4cat |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | N/A |
arduino:avr:diecimila:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:diecimila:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:esplora |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:ethernet |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:fio |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:gemma |
0 - 0 | 0.0 - 0.0 | 0 - 0 | N/A |
arduino:avr:leonardo |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:leonardoeth |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:lilypad:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega1280 |
:small_red_triangle: 0 - +12 | 0.0 - +0.01 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mega:cpu=atmega2560 |
:small_red_triangle: 0 - +12 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:megaADK |
:small_red_triangle: 0 - +12 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:micro |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:mini:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:nano:cpu=atmega328old |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:one |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=16MHzatmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega168 |
:small_red_triangle: 0 - +12 | 0.0 - +0.08 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:pro:cpu=8MHzatmega328 |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotControl |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:robotMotor |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:uno |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unomini |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:unowifi |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yun |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
arduino:avr:yunmini |
:small_red_triangle: 0 - +12 | 0.0 - +0.04 | 0 - 0 | 0.0 - 0.0 |
Click for full report table
| Board | libraries/EEPROM/examples/eeprom_clearflash |
% | libraries/EEPROM/examples/eeprom_clearRAM for global variables |
% | libraries/EEPROM/examples/eeprom_iterationflash |
% | libraries/EEPROM/examples/eeprom_iterationRAM for global variables |
% | libraries/EEPROM/examples/eeprom_updateflash |
% | libraries/EEPROM/examples/eeprom_updateRAM for global variables |
% | libraries/EEPROM/examples/eeprom_writeflash |
% | libraries/EEPROM/examples/eeprom_writeRAM for global variables |
% | libraries/EEPROM/examples/eeprom_crcflash |
% | libraries/EEPROM/examples/eeprom_crcRAM for global variables |
% | libraries/EEPROM/examples/eeprom_getflash |
% | libraries/EEPROM/examples/eeprom_getRAM for global variables |
% | libraries/EEPROM/examples/eeprom_putflash |
% | libraries/EEPROM/examples/eeprom_putRAM for global variables |
% | libraries/EEPROM/examples/eeprom_readflash |
% | libraries/EEPROM/examples/eeprom_readRAM for global variables |
% | libraries/SPI/examples/BarometricPressureSensorflash |
% | libraries/SPI/examples/BarometricPressureSensorRAM for global variables |
% | libraries/SPI/examples/DigitalPotControlflash |
% | libraries/SPI/examples/DigitalPotControlRAM for global variables |
% | libraries/Wire/examples/SFRRanger_readerflash |
% | libraries/Wire/examples/SFRRanger_readerRAM for global variables |
% | libraries/Wire/examples/digital_potentiometerflash |
% | libraries/Wire/examples/digital_potentiometerRAM for global variables |
% | libraries/Wire/examples/i2c_scannerflash |
% | libraries/Wire/examples/i2c_scannerRAM for global variables |
% | libraries/Wire/examples/master_readerflash |
% | libraries/Wire/examples/master_readerRAM for global variables |
% | libraries/Wire/examples/master_writerflash |
% | libraries/Wire/examples/master_writerRAM for global variables |
% | libraries/Wire/examples/slave_receiverflash |
% | libraries/Wire/examples/slave_receiverRAM for global variables |
% | libraries/Wire/examples/slave_senderflash |
% | libraries/Wire/examples/slave_senderRAM for global variables |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleflash |
% | libraries/SoftwareSerial/examples/SoftwareSerialExampleRAM for global variables |
% | libraries/SoftwareSerial/examples/TwoPortReceiveflash |
% | libraries/SoftwareSerial/examples/TwoPortReceiveRAM 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.17 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 0 | 0.0 | 0 | N/A | 12 | 0.04 | 0 | N/A | 12 | 0.04 | 0 | N/A | 12 | 0.04 | 0 | N/A | 0 | 0.0 | 0 | N/A | 12 | 0.04 | 0 | N/A | 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: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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.01 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.08 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 12 | 0.04 | 0 | 0.0 | 0 | 0.0 | 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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.17,0,0.0,12,0.17,0,0.0,12,0.17,0,0.0,0,0.0,0,0.0,12,0.17,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,0,0.0,0,N/A,12,0.04,0,N/A,12,0.04,0,N/A,12,0.04,0,N/A,0,0.0,0,N/A,12,0.04,0,N/A,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: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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.01,0,0.0,12,0.01,0,0.0,12,0.01,0,0.0,0,0.0,0,0.0,12,0.01,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,12,0.0,0,0.0,0,0.0,0,0.0,12,0.0,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,12,0.08,0,0.0,0,0.0,0,0.0,12,0.08,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,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,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,12,0.04,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0