Added BUFFER_LENGTH macro in Wire.h
Added this macro to simplify changing the buffer size Matching AVR core and Arduino docs
Context:
I needed to increase the rx buffer size to use the MLX90640 thermal camera. At startup, the board retrieve the settings of the camera and this operation needed a 1664 bytes size buffer. Even after startup, each reading is 1536 bytes size, definitively more than the 256 default bytes size buffer.
The BUFFER_LENGTH macro exist on AVR core and simplify editing the buffer size. Furthermore there is an official Arduino articles on it. I think it could be a good thing to add this macro on others Arduino platforms, not only AVR.
Memory usage change @ 847a471598b2d93749919510768343c77b6562b9
| Board | flash | % | RAM for global variables | % |
|---|---|---|---|---|
| arduino:samd:adafruit_circuitplayground_m0 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:arduino_zero_edbg | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:arduino_zero_native | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkr1000 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrfox1200 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrnb1500 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrvidor4000 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrwan1300 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrwan1310 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrwifi1010 | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mkrzero | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mzero_bl | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mzero_pro_bl | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:mzero_pro_bl_dbg | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:nano_33_iot | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
| arduino:samd:tian | 0 - 0 | 0.0 - 0.0 | 0 - 0 | 0.0 - 0.0 |
Click for full report table
| Board | extras/examples/01.Basics/AnalogReadSerial flash |
% | extras/examples/01.Basics/AnalogReadSerial RAM for global variables |
% | extras/examples/01.Basics/BareMinimum flash |
% | extras/examples/01.Basics/BareMinimum RAM for global variables |
% | extras/examples/01.Basics/Blink flash |
% | extras/examples/01.Basics/Blink RAM for global variables |
% | extras/examples/01.Basics/DigitalReadSerial flash |
% | extras/examples/01.Basics/DigitalReadSerial RAM for global variables |
% | extras/examples/01.Basics/Fade flash |
% | extras/examples/01.Basics/Fade RAM for global variables |
% | extras/examples/01.Basics/ReadAnalogVoltage flash |
% | extras/examples/01.Basics/ReadAnalogVoltage RAM for global variables |
% | extras/examples/02.Digital/BlinkWithoutDelay flash |
% | extras/examples/02.Digital/BlinkWithoutDelay RAM for global variables |
% | extras/examples/02.Digital/Button flash |
% | extras/examples/02.Digital/Button RAM for global variables |
% | extras/examples/02.Digital/Debounce flash |
% | extras/examples/02.Digital/Debounce RAM for global variables |
% | extras/examples/02.Digital/DigitalInputPullup flash |
% | extras/examples/02.Digital/DigitalInputPullup RAM for global variables |
% | extras/examples/02.Digital/StateChangeDetection flash |
% | extras/examples/02.Digital/StateChangeDetection RAM for global variables |
% | extras/examples/02.Digital/toneKeyboard flash |
% | extras/examples/02.Digital/toneKeyboard RAM for global variables |
% | extras/examples/02.Digital/toneMelody flash |
% | extras/examples/02.Digital/toneMelody RAM for global variables |
% | extras/examples/02.Digital/toneMultiple flash |
% | extras/examples/02.Digital/toneMultiple RAM for global variables |
% | extras/examples/02.Digital/tonePitchFollower flash |
% | extras/examples/02.Digital/tonePitchFollower RAM for global variables |
% | extras/examples/03.Analog/AnalogInOutSerial flash |
% | extras/examples/03.Analog/AnalogInOutSerial RAM for global variables |
% | extras/examples/03.Analog/AnalogInput flash |
% | extras/examples/03.Analog/AnalogInput RAM for global variables |
% | extras/examples/03.Analog/AnalogWriteMega flash |
% | extras/examples/03.Analog/AnalogWriteMega RAM for global variables |
% | extras/examples/03.Analog/Calibration flash |
% | extras/examples/03.Analog/Calibration RAM for global variables |
% | extras/examples/03.Analog/Fading flash |
% | extras/examples/03.Analog/Fading RAM for global variables |
% | extras/examples/03.Analog/Smoothing flash |
% | extras/examples/03.Analog/Smoothing RAM for global variables |
% | extras/examples/04.Communication/ASCIITable flash |
% | extras/examples/04.Communication/ASCIITable RAM for global variables |
% | extras/examples/04.Communication/Dimmer flash |
% | extras/examples/04.Communication/Dimmer RAM for global variables |
% | extras/examples/04.Communication/Graph flash |
% | extras/examples/04.Communication/Graph RAM for global variables |
% | extras/examples/04.Communication/Midi flash |
% | extras/examples/04.Communication/Midi RAM for global variables |
% | extras/examples/04.Communication/MultiSerial flash |
% | extras/examples/04.Communication/MultiSerial RAM for global variables |
% | extras/examples/04.Communication/PhysicalPixel flash |
% | extras/examples/04.Communication/PhysicalPixel RAM for global variables |
% | extras/examples/04.Communication/ReadASCIIString flash |
% | extras/examples/04.Communication/ReadASCIIString RAM for global variables |
% | extras/examples/04.Communication/SerialCallResponse flash |
% | extras/examples/04.Communication/SerialCallResponse RAM for global variables |
% | extras/examples/04.Communication/SerialCallResponseASCII flash |
% | extras/examples/04.Communication/SerialCallResponseASCII RAM for global variables |
% | extras/examples/04.Communication/SerialEvent flash |
% | extras/examples/04.Communication/SerialEvent RAM for global variables |
% | extras/examples/04.Communication/SerialPassthrough flash |
% | extras/examples/04.Communication/SerialPassthrough RAM for global variables |
% | extras/examples/04.Communication/VirtualColorMixer flash |
% | extras/examples/04.Communication/VirtualColorMixer RAM for global variables |
% | extras/examples/05.Control/Arrays flash |
% | extras/examples/05.Control/Arrays RAM for global variables |
% | extras/examples/05.Control/ForLoopIteration flash |
% | extras/examples/05.Control/ForLoopIteration RAM for global variables |
% | extras/examples/05.Control/IfStatementConditional flash |
% | extras/examples/05.Control/IfStatementConditional RAM for global variables |
% | extras/examples/05.Control/WhileStatementConditional flash |
% | extras/examples/05.Control/WhileStatementConditional RAM for global variables |
% | extras/examples/05.Control/switchCase flash |
% | extras/examples/05.Control/switchCase RAM for global variables |
% | extras/examples/05.Control/switchCase2 flash |
% | extras/examples/05.Control/switchCase2 RAM for global variables |
% | extras/examples/06.Sensors/ADXL3xx flash |
% | extras/examples/06.Sensors/ADXL3xx RAM for global variables |
% | extras/examples/06.Sensors/Knock flash |
% | extras/examples/06.Sensors/Knock RAM for global variables |
% | extras/examples/06.Sensors/Memsic2125 flash |
% | extras/examples/06.Sensors/Memsic2125 RAM for global variables |
% | extras/examples/06.Sensors/Ping flash |
% | extras/examples/06.Sensors/Ping RAM for global variables |
% | extras/examples/07.Display/RowColumnScanning flash |
% | extras/examples/07.Display/RowColumnScanning RAM for global variables |
% | extras/examples/07.Display/barGraph flash |
% | extras/examples/07.Display/barGraph RAM for global variables |
% | extras/examples/08.Strings/CharacterAnalysis flash |
% | extras/examples/08.Strings/CharacterAnalysis RAM for global variables |
% | extras/examples/08.Strings/StringAdditionOperator flash |
% | extras/examples/08.Strings/StringAdditionOperator RAM for global variables |
% | extras/examples/08.Strings/StringAppendOperator flash |
% | extras/examples/08.Strings/StringAppendOperator RAM for global variables |
% | extras/examples/08.Strings/StringCaseChanges flash |
% | extras/examples/08.Strings/StringCaseChanges RAM for global variables |
% | extras/examples/08.Strings/StringCharacters flash |
% | extras/examples/08.Strings/StringCharacters RAM for global variables |
% | extras/examples/08.Strings/StringComparisonOperators flash |
% | extras/examples/08.Strings/StringComparisonOperators RAM for global variables |
% | extras/examples/08.Strings/StringConstructors flash |
% | extras/examples/08.Strings/StringConstructors RAM for global variables |
% | extras/examples/08.Strings/StringIndexOf flash |
% | extras/examples/08.Strings/StringIndexOf RAM for global variables |
% | extras/examples/08.Strings/StringLength flash |
% | extras/examples/08.Strings/StringLength RAM for global variables |
% | extras/examples/08.Strings/StringLengthTrim flash |
% | extras/examples/08.Strings/StringLengthTrim RAM for global variables |
% | extras/examples/08.Strings/StringReplace flash |
% | extras/examples/08.Strings/StringReplace RAM for global variables |
% | extras/examples/08.Strings/StringStartsWithEndsWith flash |
% | extras/examples/08.Strings/StringStartsWithEndsWith RAM for global variables |
% | extras/examples/08.Strings/StringSubstring flash |
% | extras/examples/08.Strings/StringSubstring RAM for global variables |
% | extras/examples/08.Strings/StringToInt flash |
% | extras/examples/08.Strings/StringToInt RAM for global variables |
% | extras/examples/09.USB/Keyboard/KeyboardLogout flash |
% | extras/examples/09.USB/Keyboard/KeyboardLogout RAM for global variables |
% | extras/examples/09.USB/Keyboard/KeyboardMessage flash |
% | extras/examples/09.USB/Keyboard/KeyboardMessage RAM for global variables |
% | extras/examples/09.USB/Keyboard/KeyboardReprogram flash |
% | extras/examples/09.USB/Keyboard/KeyboardReprogram RAM for global variables |
% | extras/examples/09.USB/Keyboard/KeyboardSerial flash |
% | extras/examples/09.USB/Keyboard/KeyboardSerial RAM for global variables |
% | extras/examples/09.USB/KeyboardAndMouseControl flash |
% | extras/examples/09.USB/KeyboardAndMouseControl RAM for global variables |
% | extras/examples/09.USB/Mouse/ButtonMouseControl flash |
% | extras/examples/09.USB/Mouse/ButtonMouseControl RAM for global variables |
% | extras/examples/09.USB/Mouse/JoystickMouseControl flash |
% | extras/examples/09.USB/Mouse/JoystickMouseControl RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p02_SpaceshipInterface flash |
% | extras/examples/10.StarterKit_BasicKit/p02_SpaceshipInterface RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p03_LoveOMeter flash |
% | extras/examples/10.StarterKit_BasicKit/p03_LoveOMeter RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p04_ColorMixingLamp flash |
% | extras/examples/10.StarterKit_BasicKit/p04_ColorMixingLamp RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p05_ServoMoodIndicator flash |
% | extras/examples/10.StarterKit_BasicKit/p05_ServoMoodIndicator RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p06_LightTheremin flash |
% | extras/examples/10.StarterKit_BasicKit/p06_LightTheremin RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p07_Keyboard flash |
% | extras/examples/10.StarterKit_BasicKit/p07_Keyboard RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p08_DigitalHourglass flash |
% | extras/examples/10.StarterKit_BasicKit/p08_DigitalHourglass RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p09_MotorizedPinwheel flash |
% | extras/examples/10.StarterKit_BasicKit/p09_MotorizedPinwheel RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p10_Zoetrope flash |
% | extras/examples/10.StarterKit_BasicKit/p10_Zoetrope RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p11_CrystalBall flash |
% | extras/examples/10.StarterKit_BasicKit/p11_CrystalBall RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p12_KnockLock flash |
% | extras/examples/10.StarterKit_BasicKit/p12_KnockLock RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp flash |
% | extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p14_TweakTheArduinoLogo flash |
% | extras/examples/10.StarterKit_BasicKit/p14_TweakTheArduinoLogo RAM for global variables |
% | extras/examples/10.StarterKit_BasicKit/p15_HackingButtons flash |
% | extras/examples/10.StarterKit_BasicKit/p15_HackingButtons RAM for global variables |
% | extras/examples/11.ArduinoISP/ArduinoISP flash |
% | extras/examples/11.ArduinoISP/ArduinoISP RAM for global variables |
% | libraries/Wire/examples/SFRRanger_reader flash |
% | libraries/Wire/examples/SFRRanger_reader RAM for global variables |
% | libraries/Wire/examples/digital_potentiometer flash |
% | libraries/Wire/examples/digital_potentiometer RAM for global variables |
% | libraries/Wire/examples/master_reader flash |
% | libraries/Wire/examples/master_reader RAM for global variables |
% | libraries/Wire/examples/master_writer flash |
% | libraries/Wire/examples/master_writer RAM for global variables |
% | libraries/Wire/examples/slave_receiver flash |
% | libraries/Wire/examples/slave_receiver RAM for global variables |
% | libraries/Wire/examples/slave_sender flash |
% | libraries/Wire/examples/slave_sender RAM for global variables |
% | libraries/USBHost/examples/ADKTerminalTest flash |
% | libraries/USBHost/examples/ADKTerminalTest RAM for global variables |
% | libraries/USBHost/examples/KeyboardController flash |
% | libraries/USBHost/examples/KeyboardController RAM for global variables |
% | libraries/USBHost/examples/MouseController flash |
% | libraries/USBHost/examples/MouseController RAM for global variables |
% | libraries/USBHost/examples/USB_desc flash |
% | libraries/USBHost/examples/USB_desc RAM for global variables |
% | libraries/SPI/examples/BarometricPressureSensor flash |
% | libraries/SPI/examples/BarometricPressureSensor RAM for global variables |
% | libraries/SPI/examples/DigitalPotControl flash |
% | libraries/SPI/examples/DigitalPotControl RAM for global variables |
% | libraries/SFU/examples/SFU_LoadBinary flash |
% | libraries/SFU/examples/SFU_LoadBinary RAM for global variables |
% | libraries/SAMD_AnalogCorrection/examples/CorrectADCResponse flash |
% | libraries/SAMD_AnalogCorrection/examples/CorrectADCResponse RAM for global variables |
% | /home/runner/Arduino/libraries/Servo/examples/Knob flash |
% | /home/runner/Arduino/libraries/Servo/examples/Knob RAM for global variables |
% | /home/runner/Arduino/libraries/Servo/examples/Sweep flash |
% | /home/runner/Arduino/libraries/Servo/examples/Sweep RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Autoscroll flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Autoscroll RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Blink flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Blink RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Cursor flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Cursor RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/CustomCharacter flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/CustomCharacter RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Display flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Display RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/HelloWorld flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/HelloWorld RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Scroll flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/Scroll RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/SerialDisplay flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/SerialDisplay RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/TextDirection flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/TextDirection RAM for global variables |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/setCursor flash |
% | /home/runner/Arduino/libraries/LiquidCrystal/examples/setCursor RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/AdvancedChatServer flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/AdvancedChatServer RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/BarometricPressureWebServer flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/BarometricPressureWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/ChatServer flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/ChatServer RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/DhcpAddressPrinter flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/DhcpAddressPrinter RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/DhcpChatServer flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/DhcpChatServer RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/LinkStatus flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/LinkStatus RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/PagerServer flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/PagerServer RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/TelnetClient flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/TelnetClient RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/UDPSendReceiveString flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/UDPSendReceiveString RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/UdpNtpClient flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/UdpNtpClient RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/WebClient flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/WebClient RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/WebClientRepeating flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/WebClientRepeating RAM for global variables |
% | /home/runner/Arduino/libraries/Ethernet/examples/WebServer flash |
% | /home/runner/Arduino/libraries/Ethernet/examples/WebServer RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/CardInfo flash |
% | /home/runner/Arduino/libraries/SD/examples/CardInfo RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/Datalogger flash |
% | /home/runner/Arduino/libraries/SD/examples/Datalogger RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/DumpFile flash |
% | /home/runner/Arduino/libraries/SD/examples/DumpFile RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/Files flash |
% | /home/runner/Arduino/libraries/SD/examples/Files RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/NonBlockingWrite flash |
% | /home/runner/Arduino/libraries/SD/examples/NonBlockingWrite RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/ReadWrite flash |
% | /home/runner/Arduino/libraries/SD/examples/ReadWrite RAM for global variables |
% | /home/runner/Arduino/libraries/SD/examples/listfiles flash |
% | /home/runner/Arduino/libraries/SD/examples/listfiles RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/ConnectNoEncryption flash |
% | /home/runner/Arduino/libraries/WiFi/examples/ConnectNoEncryption RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWEP flash |
% | /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWEP RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWPA flash |
% | /home/runner/Arduino/libraries/WiFi/examples/ConnectWithWPA RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/ScanNetworks flash |
% | /home/runner/Arduino/libraries/WiFi/examples/ScanNetworks RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/SimpleWebServerWiFi flash |
% | /home/runner/Arduino/libraries/WiFi/examples/SimpleWebServerWiFi RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiChatServer flash |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiChatServer RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpNtpClient flash |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpNtpClient RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpSendReceiveString flash |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClient flash |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClient RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClientRepeating flash |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiWebClientRepeating RAM for global variables |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiWebServer flash |
% | /home/runner/Arduino/libraries/WiFi/examples/WiFiWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleAccelerometer flash |
% | /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleAccelerometer RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleGyroscope flash |
% | /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleGyroscope RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleMagnetometer flash |
% | /home/runner/Arduino/libraries/Arduino_LSM9DS1/examples/SimpleMagnetometer RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONArray flash |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONArray RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONKitchenSink flash |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONKitchenSink RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONObject flash |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONObject RAM for global variables |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONValueExtractor flash |
% | /home/runner/Arduino/libraries/Arduino_JSON/examples/JSONValueExtractor RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/ChangeUID flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/ChangeUID RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/DumpInfo flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/DumpInfo RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/FixBrickedUID flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/FixBrickedUID RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/MifareClassicValueBlock flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/MifareClassicValueBlock RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/MinimalInterrupt flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/MinimalInterrupt RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/Ntag216_AUTH flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/Ntag216_AUTH RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/RFID-Cloner flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/RFID-Cloner RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/ReadAndWrite flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/ReadAndWrite RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/ReadNUID flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/ReadNUID RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/ReadUidMultiReader flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/ReadUidMultiReader RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/firmware_check flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/firmware_check RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/rfid_default_keys flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/rfid_default_keys RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/rfid_read_personal_data flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/rfid_read_personal_data RAM for global variables |
% | /home/runner/Arduino/libraries/MFRC522/examples/rfid_write_personal_data flash |
% | /home/runner/Arduino/libraries/MFRC522/examples/rfid_write_personal_data RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ScanNetworks flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiChatServer flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiPing flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiWebClient flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiWebServer flash |
% | /tmp/compilesketches-pbph15f5/install_from_repository-2xdpnetn/examples/WiFiWebServer RAM for global variables |
% | libraries/SDU/examples/Usage flash |
% | libraries/SDU/examples/Usage RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ScanNetworks flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiChatServer flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiPing flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiWebClient flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiWebServer flash |
% | /tmp/compilesketches-a5vcy9ds/install_from_repository-1wbipdc3/examples/WiFiWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataPlus flash |
% | /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataPlus RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataEthernet flash |
% | /home/runner/Arduino/libraries/Firmata/examples/StandardFirmataEthernet RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/StandardFirmata flash |
% | /home/runner/Arduino/libraries/Firmata/examples/StandardFirmata RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/SimpleDigitalFirmata flash |
% | /home/runner/Arduino/libraries/Firmata/examples/SimpleDigitalFirmata RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/SimpleAnalogFirmata flash |
% | /home/runner/Arduino/libraries/Firmata/examples/SimpleAnalogFirmata RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/ServoFirmata flash |
% | /home/runner/Arduino/libraries/Firmata/examples/ServoFirmata RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/EchoString flash |
% | /home/runner/Arduino/libraries/Firmata/examples/EchoString RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/AnalogFirmata flash |
% | /home/runner/Arduino/libraries/Firmata/examples/AnalogFirmata RAM for global variables |
% | /home/runner/Arduino/libraries/Firmata/examples/AllInputsFirmata flash |
% | /home/runner/Arduino/libraries/Firmata/examples/AllInputsFirmata RAM for global variables |
% | libraries/I2S/examples/InputSerialPlotter flash |
% | libraries/I2S/examples/InputSerialPlotter RAM for global variables |
% | libraries/I2S/examples/SimpleTone flash |
% | libraries/I2S/examples/SimpleTone RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ScanNetworks flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiChatServer flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiPing flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiWebClient flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiWebServer flash |
% | /tmp/compilesketches-ue5_fbop/install_from_repository-2zdd9pjc/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ScanNetworks flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiChatServer flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiPing flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiWebClient flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiWebServer flash |
% | /tmp/compilesketches-y28skrcc/install_from_repository-hpr05rz0/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ScanNetworks flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiChatServer flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiPing flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiWebClient flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiWebServer flash |
% | /tmp/compilesketches-5351ebdz/install_from_repository-x0k1pahv/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ScanNetworks flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiChatServer flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiPing flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiWebClient flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiWebServer flash |
% | /tmp/compilesketches-gdfpjt5c/install_from_repository-84h76_hs/examples/WiFiWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/GPRSUdpNtpClient flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/GPRSUdpNtpClient RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/NBSSLWebClient flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/NBSSLWebClient RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/NBWebClient flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/NBWebClient RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/ReceiveSMS flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/ReceiveSMS RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/SendSMS flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/SendSMS RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/ChooseRadioAccessTechnology flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/ChooseRadioAccessTechnology RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/NBScanNetworks flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/NBScanNetworks RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/PinManagement flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/PinManagement RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/SerialSARAPassthrough flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/SerialSARAPassthrough RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestGPRS flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestGPRS RAM for global variables |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestModem flash |
% | /home/runner/Arduino/libraries/MKRNB/examples/Tools/TestModem RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ScanNetworks flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiChatServer flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiPing flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiWebClient flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiWebServer flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-z24xk1vp/examples/WiFiWebServer RAM for global variables |
% | libraries/SAMD_BootloaderUpdater/examples/UpdateBootloader flash |
% | libraries/SAMD_BootloaderUpdater/examples/UpdateBootloader RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-l3z486s5/examples/VidorEncoder flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-l3z486s5/examples/VidorEncoder RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-l3z486s5/examples/VidorNeopixelRainbowStrips flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-l3z486s5/examples/VidorNeopixelRainbowStrips RAM for global variables |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-l3z486s5/examples/VidorTestSketch flash |
% | /tmp/compilesketches-l1mwk15f/install_from_repository-l3z486s5/examples/VidorTestSketch RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ScanNetworks flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiChatServer flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiPing flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiWebClient flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiWebServer flash |
% | /tmp/compilesketches-2nxb3dhl/install_from_repository-_4rm_k5h/examples/WiFiWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/MKRWAN/examples/DumbModemLoraSender flash |
% | /home/runner/Arduino/libraries/MKRWAN/examples/DumbModemLoraSender RAM for global variables |
% | /home/runner/Arduino/libraries/MKRWAN/examples/FWUpdaterBridge flash |
% | /home/runner/Arduino/libraries/MKRWAN/examples/FWUpdaterBridge RAM for global variables |
% | /home/runner/Arduino/libraries/MKRWAN/examples/FirstConfiguration flash |
% | /home/runner/Arduino/libraries/MKRWAN/examples/FirstConfiguration RAM for global variables |
% | /home/runner/Arduino/libraries/MKRWAN/examples/LoraSendAndReceive flash |
% | /home/runner/Arduino/libraries/MKRWAN/examples/LoraSendAndReceive RAM for global variables |
% | /home/runner/Arduino/libraries/MKRWAN/examples/MKRWANFWUpdate_standalone flash |
% | /home/runner/Arduino/libraries/MKRWAN/examples/MKRWANFWUpdate_standalone RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ScanNetworks flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiChatServer flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiPing flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiWebClient flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiWebServer flash |
% | /tmp/compilesketches-ihhzkdxz/install_from_repository-dv_0w54i/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ScanNetworks flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiChatServer flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiPing flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiWebClient flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiWebServer flash |
% | /tmp/compilesketches-hghx98v8/install_from_repository-e2dgm4w4/examples/WiFiWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/AP_SimpleWebServer flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/AP_SimpleWebServer RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectNoEncryption flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectNoEncryption RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWEP flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWEP RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA2Enterprise flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ConnectWithWPA2Enterprise RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworks flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworks RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworksAdvanced flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/ScanNetworksAdvanced RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/SimpleWebServerWiFi flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/SimpleWebServerWiFi RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/CheckFirmwareVersion flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/CheckFirmwareVersion RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/FirmwareUpdater flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/FirmwareUpdater RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/SerialNINAPassthrough flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/Tools/SerialNINAPassthrough RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiChatServer flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiChatServer RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiPing flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiPing RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiSSLClient flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiSSLClient RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiStorage flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiStorage RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpNtpClient flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpNtpClient RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpSendReceiveString flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClient flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClient RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClientRepeating flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebClientRepeating RAM for global variables |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebServer flash |
% | /home/runner/Arduino/libraries/WiFiNINA/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ScanNetworks flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiChatServer flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiPing flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiWebClient flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiWebServer flash |
% | /tmp/compilesketches-4562l6z6/install_from_repository-44gpyrbd/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ScanNetworks flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiChatServer flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiPing flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiWebClient flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiWebServer flash |
% | /tmp/compilesketches-pgi2flrp/install_from_repository-mis3y3v8/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ScanNetworks flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiChatServer flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiPing flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiWebClient flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiWebServer flash |
% | /tmp/compilesketches-8jexwayd/install_from_repository-wst99nb8/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ScanNetworks flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiChatServer flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiPing flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiWebClient flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiWebServer flash |
% | /tmp/compilesketches-ve9f8rgx/install_from_repository-xh6ow315/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ScanNetworks flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiChatServer flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiPing flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiWebClient flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiWebServer flash |
% | /tmp/compilesketches-1w07x2kr/install_from_repository-d20jh6go/examples/WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/AP_SimpleWebServer flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/AP_SimpleWebServer RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/CheckWifi101FirmwareVersion flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/CheckWifi101FirmwareVersion RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ConnectNoEncryption flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ConnectNoEncryption RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ConnectWithWEP flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ConnectWithWEP RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ConnectWithWPA flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ConnectWithWPA RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/FirmwareUpdater flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/FirmwareUpdater RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/MDNS_WiFiWebServer flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/MDNS_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/Provisioning_WiFiWebServer flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/Provisioning_WiFiWebServer RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ScanNetworks flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ScanNetworks RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ScanNetworksAdvanced flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/ScanNetworksAdvanced RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/SimpleWebServerWiFi flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/SimpleWebServerWiFi RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiChatServer flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiChatServer RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiPing flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiPing RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiSSLClient flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiSSLClient RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiUdpNtpClient flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiUdpNtpClient RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiUdpSendReceiveString flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiUdpSendReceiveString RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiWebClient flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiWebClient RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiWebClientRepeating flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiWebClientRepeating RAM for global variables |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiWebServer flash |
% | /tmp/compilesketches-c58t9w6u/install_from_repository-jtk9w4t2/examples/WiFiWebServer RAM for global variables |
% |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arduino:samd:adafruit_circuitplayground_m0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:arduino_zero_edbg | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:arduino_zero_native | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkr1000 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrfox1200 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrnb1500 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrvidor4000 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrwan1300 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrwan1310 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrwifi1010 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mkrzero | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mzero_bl | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mzero_pro_bl | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:mzero_pro_bl_dbg | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:nano_33_iot | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 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:samd:tian | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 | 0 | 0.0 |