Portenta_H7_TimerInterrupt - compatibility matrix

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

Portenta_H7_TimerInterrupt

Version: 1.4.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib3432059351/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /tmp/arduino-testlib3432059351/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/Argument_None

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/Change_Interval

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array_Complex

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:36:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/PWM

Result: FAIL


					
					

examples/SwitchDebounce

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:34:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/TimerInterruptLEDDemo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/TimerInterruptTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:19:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.h:24:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /tmp/arduino-testlib1716023332/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.h:30:0,
                 from /tmp/arduino-testlib1716023332/test/test.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/Argument_None

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/Change_Interval

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/ISR_16_Timers_Array

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.h:30:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:41:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/ISR_16_Timers_Array_Complex

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:36:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.h:30:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:48:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/PWM

Result: FAIL


					
					

examples/SwitchDebounce

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:34:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/TimerInterruptLEDDemo

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.h:30:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:41:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/TimerInterruptTest

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

examples/multiFileProject

Result: FAIL

WARNING: library Portenta_H7_TimerInterrupt claims to run on mbed, mbed_portenta, ArduinoCore-mbed 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/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:19:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.h:24:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib1716023332/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /tmp/arduino-testlib1716023332/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/Argument_None

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/Change_Interval

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array_Complex

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:36:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/PWM

Result: FAIL


					
					

examples/SwitchDebounce

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:34:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/TimerInterruptLEDDemo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/TimerInterruptTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:19:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.h:24:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib3432059351/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /tmp/arduino-testlib3432059351/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/Argument_None

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/Change_Interval

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/ISR_16_Timers_Array_Complex

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:36:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/PWM

Result: FAIL


					
					

examples/SwitchDebounce

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:34:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/TimerInterruptLEDDemo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/TimerInterruptTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:19:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.h:24:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:10: fatal error: PinNames.h: No such file or directory
 #include "PinNames.h"
          ^~~~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib849859528/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /tmp/arduino-testlib849859528/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/Argument_None

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Argument_None/Argument_None.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/Change_Interval

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/Change_Interval/Change_Interval.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/ISR_16_Timers_Array

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/ISR_16_Timers_Array_Complex

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:36:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino:45:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/PWM

Result: FAIL


					
					

examples/SwitchDebounce

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:34:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/SwitchDebounce/SwitchDebounce.ino:43:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/TimerInterruptLEDDemo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:29:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptLEDDemo/TimerInterruptLEDDemo.ino:38:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/TimerInterruptTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:28:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/TimerInterruptTest/TimerInterruptTest.ino:37:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.

examples/multiFileProject

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:19:4: error: #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
   #error This code is designed to run on Portenta_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.h:24:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:22:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_ISR_Timer.hpp:31:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:46:4: error: #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting.
   #error This code is intended to run on the MBED ARDUINO_PORTENTA_H7 platform! Please check your Tools->Board setting. 
    ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/HardwareTimer.h:58:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/Portenta_H7_TimerInterrupt.h:62,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/examples/multiFileProject/multiFileProject.ino:25:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Portenta_H7_TimerInterrupt/src/stm32/timer.h:46:22: fatal error: PinNames.h: No such file or directory
compilation terminated.