TimeInterrupt - compatibility matrix

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

TimeInterrupt

Version: 1.0.2
More details

Compatibility matrix

Board Claims compatibility Inclusion
TemporaryPrint
ATtiny
PrecisionVsNormal
RemoveInterrupt
arduino:avr:uno
1.8.4
Yes PASS PASS FAIL PASS PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1796 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 36 bytes (1%) of dynamic memory, leaving 2012 bytes for local variables. Maximum is 2048 bytes.

examples/ATtiny

Result: FAIL


					
					

examples/PrecisionVsNormal

Result: PASS

Sketch uses 3794 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 267 bytes (13%) of dynamic memory, leaving 1781 bytes for local variables. Maximum is 2048 bytes.

examples/RemoveInterrupt

Result: PASS

Sketch uses 3588 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 251 bytes (12%) of dynamic memory, leaving 1797 bytes for local variables. Maximum is 2048 bytes.

examples/TemporaryPrint

Result: PASS

Sketch uses 3738 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 251 bytes (12%) of dynamic memory, leaving 1797 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /tmp/arduino-testlib506982271/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/ATtiny

Result: FAIL


					
					

examples/PrecisionVsNormal

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/PrecisionVsNormal/PrecisionVsNormal.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/RemoveInterrupt

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/RemoveInterrupt/RemoveInterrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/TemporaryPrint

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/TemporaryPrint/TemporaryPrint.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /tmp/arduino-testlib506982271/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/ATtiny

Result: FAIL


					
					

examples/PrecisionVsNormal

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/PrecisionVsNormal/PrecisionVsNormal.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/RemoveInterrupt

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/RemoveInterrupt/RemoveInterrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/TemporaryPrint

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/TemporaryPrint/TemporaryPrint.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /tmp/arduino-testlib1849050651/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/ATtiny

Result: FAIL


					
					

examples/PrecisionVsNormal

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/PrecisionVsNormal/PrecisionVsNormal.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/RemoveInterrupt

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/RemoveInterrupt/RemoveInterrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

examples/TemporaryPrint

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/TemporaryPrint/TemporaryPrint.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^~~~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /tmp/arduino-testlib2883404215/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^

examples/ATtiny

Result: FAIL


					
					

examples/PrecisionVsNormal

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/PrecisionVsNormal/PrecisionVsNormal.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^

examples/RemoveInterrupt

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/RemoveInterrupt/RemoveInterrupt.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^

examples/TemporaryPrint

Result: FAIL

WARNING: library TimeInterrupt claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/examples/TemporaryPrint/TemporaryPrint.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:23:2: error: #error ": The microcontroller you are attempting to program is not compatable with this library."
 #error": The microcontroller you are attempting to program is not compatable with this library."
  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimeInterrupt/src/TimeInterrupt.h:24:2: error: #error ": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85	add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
 #error": Compatable: ATmega168/328P/2560/1280/32U4, ATtiny25/45/85 add '#define OVERRIDE_TIME_INTERRUPT' to the top of your code to attempt compatability. (probably won't work well, but you can try!)"
  ^