STM32_TimerInterrupt - compatibility matrix

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

STM32_TimerInterrupt

Version: 1.3.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
RPM_Measure
SwitchDebounce
TimerInterruptTest
ISR_16_Timers_Array
Change_Interval
ISR_16_Timers_Array_Complex
ISR_RPM_Measure
ISR_Timer_Complex
TimerInterruptLEDDemo
Argument_None
arduino:avr:uno
1.8.4
No 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
arduino:megaavr:nona4809
1.8.7
No 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
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /private/tmp/arduino-testlib2644611440/test/test.ino:1:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /private/tmp/arduino-testlib2644611440/test/test.ino:2:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/Argument_None

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:31: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/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:41:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/Change_Interval

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:31: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/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:41:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_16_Timers_Array

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:47: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:57:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:60:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:62:10: fatal error: SimpleTimer.h: No such file or directory
 #include <SimpleTimer.h>              // https://github.com/jfturcot/SimpleTimer
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array_Complex

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:38: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:48:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:51:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:53:10: fatal error: SimpleTimer.h: No such file or directory
 #include <SimpleTimer.h>              // https://github.com/jfturcot/SimpleTimer
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/ISR_RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:40: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/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:50:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_Timer_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:47: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/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:108:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:111:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
Multiple libraries were found for "BlynkSimpleEthernet.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Blynk_For_Chinese
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Blynk
Multiple libraries were found for "Ethernet.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Ethernet
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/EthernetENC

examples/RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:48: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/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:58:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/SwitchDebounce

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:36: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/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:46:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/TimerInterruptLEDDemo

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:31: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/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:41:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:56:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/TimerInterruptTest

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino: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/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:40:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /tmp/arduino-testlib3161758850/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /tmp/arduino-testlib3161758850/test/test.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/Argument_None

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:31: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/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/Change_Interval

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:31: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/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_16_Timers_Array

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:47: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:57:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:60:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/ISR_16_Timers_Array_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:38: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:48:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:51:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/ISR_RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:40: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/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:50:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_Timer_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:47: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/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:108:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:111:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
Multiple libraries were found for "BlynkSimpleEthernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Blynk_For_Chinese
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Blynk
Multiple libraries were found for "Ethernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC

examples/RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:48: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/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/SwitchDebounce

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:36: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/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:46:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/TimerInterruptLEDDemo

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:31: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/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:56:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/TimerInterruptTest

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino: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/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:40:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /tmp/arduino-testlib3161758850/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /tmp/arduino-testlib3161758850/test/test.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/Argument_None

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:31: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/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/Change_Interval

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:31: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/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_16_Timers_Array

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:47: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:57:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:60:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/ISR_16_Timers_Array_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:38: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:48:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:51:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/ISR_RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:40: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/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:50:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_Timer_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:47: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/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:108:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:111:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
Multiple libraries were found for "BlynkSimpleEthernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Blynk_For_Chinese
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Blynk
Multiple libraries were found for "Ethernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC

examples/RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:48: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/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/SwitchDebounce

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:36: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/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:46:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/TimerInterruptLEDDemo

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:31: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/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:56:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/TimerInterruptTest

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino: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/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:40:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /private/tmp/arduino-testlib2644611440/test/test.ino:1:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /private/tmp/arduino-testlib2644611440/test/test.ino:2:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/Argument_None

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:31: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/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:41:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/Change_Interval

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:31: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/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:41:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_16_Timers_Array

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:47: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:57:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:60:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:62:10: fatal error: SimpleTimer.h: No such file or directory
 #include <SimpleTimer.h>              // https://github.com/jfturcot/SimpleTimer
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array_Complex

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:38: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:48:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:51:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:53:10: fatal error: SimpleTimer.h: No such file or directory
 #include <SimpleTimer.h>              // https://github.com/jfturcot/SimpleTimer
          ^~~~~~~~~~~~~~~
compilation terminated.

examples/ISR_RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:40: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/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:50:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/ISR_Timer_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:47: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/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:108:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:111:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~
Multiple libraries were found for "Ethernet.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Ethernet
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/EthernetENC
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Multiple libraries were found for "BlynkSimpleEthernet.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Blynk_For_Chinese
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Blynk

examples/RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:48: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/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:58:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/SwitchDebounce

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:36: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/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:46:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

examples/TimerInterruptLEDDemo

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:31: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/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:41:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:56:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^~~~~

examples/TimerInterruptTest

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino: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/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:40:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^~~~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /tmp/arduino-testlib3161758850/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /tmp/arduino-testlib3161758850/test/test.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^

examples/Argument_None

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:31: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/STM32_TimerInterrupt/examples/Argument_None/Argument_None.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^

examples/Change_Interval

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:31: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/STM32_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^

examples/ISR_16_Timers_Array

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:47: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:57:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:60:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^

examples/ISR_16_Timers_Array_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:38: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/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:48:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:51:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^

examples/ISR_RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:40: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/STM32_TimerInterrupt/examples/ISR_RPM_Measure/ISR_RPM_Measure.ino:50:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^

examples/ISR_Timer_Complex

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:47: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/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:108:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/ISR_Timer_Complex/ISR_Timer_Complex.ino:111:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^
Multiple libraries were found for "BlynkSimpleEthernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Blynk_For_Chinese
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Blynk
Multiple libraries were found for "Ethernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC

examples/RPM_Measure

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:48: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/STM32_TimerInterrupt/examples/RPM_Measure/RPM_Measure.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^

examples/SwitchDebounce

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:36: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/STM32_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:46:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^

examples/TimerInterruptLEDDemo

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:31: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/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:41:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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/STM32_TimerInterrupt/src/STM32_ISR_Timer.h:39:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:56:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32_ISR_Timer.hpp:42: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.
    ^

examples/TimerInterruptTest

Result: FAIL

WARNING: library STM32_TimerInterrupt claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino: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/STM32_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:40:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32_TimerInterrupt/src/STM32TimerInterrupt.h:42: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.
    ^