AsyncDNSServer_STM32 - compatibility matrix

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

AsyncDNSServer_STM32

Version: 1.1.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
AsyncCaptivePortalAdvanced_STM32
AsyncCaptivePortalAdvanced_STM32_LAN8720
AsyncCaptivePortal_STM32
AsyncCaptivePortal_STM32_LAN8720
AsyncDNSServer_STM32
AsyncDNSServer_STM32_LAN8720
AsyncDNServerFull_STM32
AsyncDNServerFull_STM32_LAN8720
arduino:avr:uno
1.8.4
No 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
arduino:megaavr:nona4809
1.8.7
No 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
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/src/AsyncDNSServer_STM32.h:28:0,
                 from /private/tmp/arduino-testlib2467380043/test/test.ino:1:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncUDP_STM32/src/AsyncUDP_STM32.h:32:10: fatal error: functional: No such file or directory
 #include <functional>
          ^~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:96,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:96,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:95,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:94,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42: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 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncUDP_STM32/src/AsyncUDP_STM32.h:36:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/src/AsyncDNSServer_STM32.h:28,
                 from /tmp/arduino-testlib3162016318/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTT-Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "lwipopts_default.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTT-Ethernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet

examples/AsyncCaptivePortalAdvanced_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:95,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:94,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42: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 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/src/AsyncDNSServer_STM32.h:28:0,
                 from /tmp/arduino-testlib3162016318/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncUDP_STM32/src/AsyncUDP_STM32.h:32:10: fatal error: functional: No such file or directory
 #include <functional>
          ^~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:95,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:94,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42: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 /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncUDP_STM32/src/AsyncUDP_STM32.h:36:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/src/AsyncDNSServer_STM32.h:28,
                 from /private/tmp/arduino-testlib2467380043/test/test.ino:1:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:96,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncCaptivePortal_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:96,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNSServer_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:95,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:93,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
 #include "stm32_def.h"
          ^~~~~~~~~~~~~
compilation terminated.

examples/AsyncDNServerFull_STM32_LAN8720

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:94,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42: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 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncUDP_STM32/src/AsyncUDP_STM32.h:36:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/src/AsyncDNSServer_STM32.h:28,
                 from /tmp/arduino-testlib1077813198/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTT-Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.
Multiple libraries were found for "lwipopts_default.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTT-Ethernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet

examples/AsyncCaptivePortalAdvanced_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32/AsyncCaptivePortalAdvanced_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncCaptivePortalAdvanced_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/defines.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortalAdvanced_STM32_LAN8720/AsyncCaptivePortalAdvanced_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncCaptivePortal_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32/AsyncCaptivePortal_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncCaptivePortal_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:31:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/defines.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncCaptivePortal_STM32_LAN8720/AsyncCaptivePortal_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncDNSServer_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32/AsyncDNSServer_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncDNSServer_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/defines.h:95,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNSServer_STM32_LAN8720/AsyncDNSServer_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncDNServerFull_STM32

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:30:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
   #error This code is designed 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/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/defines.h:93,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32/AsyncDNServerFull_STM32.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.

examples/AsyncDNServerFull_STM32_LAN8720

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:30:4: error: #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
   #error This code is designed to run on some STM32F407XX NUCLEO-F429ZI, STM32F746 and STM32F756 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/defines.h:94,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncDNSServer_STM32/examples/AsyncDNServerFull_STM32_LAN8720/AsyncDNServerFull_STM32_LAN8720.ino:13:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.