FlashStorage_STM32 - compatibility matrix

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

FlashStorage_STM32

Version: 1.2.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
EEPROM_write
EmulateEEPROM
StoreNameAndSurname
multiFileProject
EEPROM_Clear
EEPROM_get
EEPROM_iteration
EEPROM_put
EEPROM_CRC
EEPROM_read
EEPROM_update
FlashStoreAndRetrieve
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
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
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

In file included from /tmp/arduino-testlib923574352/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /tmp/arduino-testlib923574352/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_CRC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_Clear

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_get

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_iteration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_put

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_read

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_update

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_write

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EmulateEEPROM

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/FlashStoreAndRetrieve

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/StoreNameAndSurname

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:23:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib666532739/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /tmp/arduino-testlib666532739/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_CRC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_Clear

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_get

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_iteration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_put

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_read

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_update

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_write

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EmulateEEPROM

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/FlashStoreAndRetrieve

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/StoreNameAndSurname

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:23:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib666532739/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /tmp/arduino-testlib666532739/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_CRC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_Clear

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_get

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_iteration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_put

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_read

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_update

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_write

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EmulateEEPROM

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/FlashStoreAndRetrieve

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/StoreNameAndSurname

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:23:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib923574352/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /tmp/arduino-testlib923574352/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_CRC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_Clear

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_get

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_iteration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_put

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_read

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_update

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EEPROM_write

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/EmulateEEPROM

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/FlashStoreAndRetrieve

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/StoreNameAndSurname

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:23:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib3757121483/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /tmp/arduino-testlib3757121483/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_CRC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_CRC/EEPROM_CRC.ino:24:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_Clear

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_Clear/EEPROM_Clear.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_get

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_get/EEPROM_get.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_iteration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_iteration/EEPROM_iteration.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_put

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_put/EEPROM_put.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_read

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_read/EEPROM_read.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_update

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_update/EEPROM_update.ino:28:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EEPROM_write

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EEPROM_write/EEPROM_write.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/EmulateEEPROM

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/EmulateEEPROM/EmulateEEPROM.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/FlashStoreAndRetrieve

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/FlashStoreAndRetrieve/FlashStoreAndRetrieve.ino:16:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/StoreNameAndSurname

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/StoreNameAndSurname/StoreNameAndSurname.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:23:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:34:4: error: #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is intended to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.  
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.hpp:47:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/FlashStorage_STM32.h:37,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/examples/multiFileProject/multiFileProject.ino:30:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FlashStorage_STM32/src/utility/stm32_eeprom.hpp:65:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.