FlashStorage_SAMD - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

FlashStorage_SAMD

Version: 1.3.2
More details

Compatibility matrix

Board Claims compatibility Inclusion
EEPROM_iteration
EEPROM_write
StoreNameAndSurname
EEPROM_update
EmulateEEPROM
FlashStoreAndRetrieve
EEPROM_CRC
EEPROM_Clear
EEPROM_get
EEPROM_put
EEPROM_read
multiFileProject
arduino:avr:uno
1.8.4
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
Yes PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /tmp/arduino-testlib2726962823/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /tmp/arduino-testlib2726962823/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_CRC

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_Clear

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_get

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_iteration

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_put

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_read

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_update

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_write

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EmulateEEPROM

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/FlashStoreAndRetrieve

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/StoreNameAndSurname

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/multiFileProject

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:24:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.h:19:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /tmp/arduino-testlib2825698724/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /tmp/arduino-testlib2825698724/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_CRC

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_Clear

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_get

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_iteration

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_put

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_read

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_update

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_write

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EmulateEEPROM

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/FlashStoreAndRetrieve

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/StoreNameAndSurname

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/multiFileProject

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:24:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.h:19:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /tmp/arduino-testlib2825698724/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /tmp/arduino-testlib2825698724/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_CRC

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_Clear

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_get

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_iteration

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_put

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_read

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_update

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EEPROM_write

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/EmulateEEPROM

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/FlashStoreAndRetrieve

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/StoreNameAndSurname

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

examples/multiFileProject

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:24:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.h:19:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 13572 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3020 bytes (9%) of dynamic memory, leaving 29748 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_CRC

Result: PASS

Sketch uses 14460 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_Clear

Result: PASS

Sketch uses 14756 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_get

Result: PASS

Sketch uses 23364 bytes (8%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_iteration

Result: PASS

Sketch uses 14740 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_put

Result: PASS

Sketch uses 22928 bytes (8%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_read

Result: PASS

Sketch uses 14432 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4068 bytes (12%) of dynamic memory, leaving 28700 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_update

Result: PASS

Sketch uses 14736 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EEPROM_write

Result: PASS

Sketch uses 14736 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/EmulateEEPROM

Result: PASS

Sketch uses 15292 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/FlashStoreAndRetrieve

Result: PASS

Sketch uses 14792 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/StoreNameAndSurname

Result: PASS

Sketch uses 16116 bytes (6%) of program storage space. Maximum is 262144 bytes.
Global variables use 4060 bytes (12%) of dynamic memory, leaving 28708 bytes for local variables. Maximum is 32768 bytes.

examples/multiFileProject

Result: PASS

Sketch uses 17468 bytes (6%) of program storage space. Maximum is 262144 bytes.
Global variables use 4084 bytes (12%) of dynamic memory, leaving 28684 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /tmp/arduino-testlib2398649468/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /tmp/arduino-testlib2398649468/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_CRC

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_CRC/EEPROM_CRC.ino:40:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_Clear

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_Clear/EEPROM_Clear.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_get

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_get/EEPROM_get.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_iteration

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_iteration/EEPROM_iteration.ino:42:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_put

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_put/EEPROM_put.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_read

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_read/EEPROM_read.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_update

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_update/EEPROM_update.ino:44:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EEPROM_write

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EEPROM_write/EEPROM_write.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/EmulateEEPROM

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/EmulateEEPROM/EmulateEEPROM.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/FlashStoreAndRetrieve

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:32:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/StoreNameAndSurname

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:46:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/StoreNameAndSurname/StoreNameAndSurname.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^

examples/multiFileProject

Result: FAIL

WARNING: library FlashStorage_SAMD claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:24:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.h:19:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.hpp:54:4: error: #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
   #error This code is designed to run on SAMD21/SAMD51 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD.h:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/examples/multiFileProject/multiFileProject.ino:33:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_SAMD/src/FlashStorage_SAMD_Impl.h:57:4: error: #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
   #error This code is intended to run only on the SAMD21 or SAMD51 boards ! Please check your Tools->Board setting.
    ^