TimerThree - compatibility matrix

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

TimerThree

Version: 1.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
FanSpeed
Interrupt
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL



					
					

examples/FanSpeed

Result: FAIL


					
					

examples/Interrupt

Result: FAIL


					
				
				

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library TimerThree claims to run on avr 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/TimerThree/TimerThree.cpp:21:28: error: 'short unsigned int TimerThree::pwmPeriod' is not a static data member of 'class TimerThree'
 unsigned short TimerThree::pwmPeriod = 0;
                            ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.cpp:22:27: error: 'unsigned char TimerThree::clockSelectBits' is not a static data member of 'class TimerThree'
 unsigned char TimerThree::clockSelectBits = 0;
                           ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.cpp:23:33: error: 'void (* TimerThree::isrCallback)()' is not a static data member of 'class TimerThree'
 void (*TimerThree::isrCallback)() = NULL;
                                 ^

examples/FanSpeed

Result: FAIL

WARNING: library TimerThree claims to run on avr 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/TimerThree/examples/FanSpeed/FanSpeed.pde: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:23:10: error: 'class TimerThree' has no member named 'initialize'
   Timer3.initialize(40);  // 40 us = 25 kHz
          ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:34:12: error: 'class TimerThree' has no member named 'pwm'
     Timer3.pwm(fanPin, (dutyCycle / 100) * 1023);
            ^~~

examples/Interrupt

Result: FAIL

WARNING: library TimerThree claims to run on avr 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/TimerThree/examples/Interrupt/Interrupt.pde: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:13:10: error: 'class TimerThree' has no member named 'initialize'
   Timer3.initialize(150000);
          ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:14:10: error: 'class TimerThree' has no member named 'attachInterrupt'
   Timer3.attachInterrupt(blinkLED); // blinkLED to run every 0.15 seconds
          ^~~~~~~~~~~~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library TimerThree 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-testlib1210308746/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::initialize(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-3D1C06B317EAFAB1479B18837154605A/sketch/test.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
               ^
In file included from /tmp/arduino-testlib1210308746/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:48:2: error: 'TCCR3A' was not declared in this scope
  TCCR3A = 0;                 // clear control register A
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:48:2: note: suggested alternative: 'TCB3'
  TCCR3A = 0;                 // clear control register A
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-3D1C06B317EAFAB1479B18837154605A/sketch/test.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::setPeriod(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:54:25: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:58:25: error: 'CS31' was not declared in this scope
   clockSelectBits = _BV(CS31);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:62:25: error: 'CS31' was not declared in this scope
   clockSelectBits = _BV(CS31) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:62:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS31) | _BV(CS30);
                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:66:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:70:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:70:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:73:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:73:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                                     ^
In file included from /tmp/arduino-testlib1210308746/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:76:2: error: 'ICR3' was not declared in this scope
  ICR3 = pwmPeriod;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:76:2: note: suggested alternative: 'TCB3'
  ICR3 = pwmPeriod;
  ^~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33) | clockSelectBits;
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33) | clockSelectBits;
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-3D1C06B317EAFAB1479B18837154605A/sketch/test.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33) | clockSelectBits;
               ^
In file included from /tmp/arduino-testlib1210308746/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::start()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:84:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = 0;
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:84:2: note: suggested alternative: 'TCB3'
  TCCR3B = 0;
  ^~~~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:85:2: error: 'TCNT3' was not declared in this scope
  TCNT3 = 0;  // TODO: does this cause an undesired interrupt?
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:85:2: note: suggested alternative: 'TCB3'
  TCNT3 = 0;  // TODO: does this cause an undesired interrupt?
  ^~~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33);
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-3D1C06B317EAFAB1479B18837154605A/sketch/test.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33);
               ^
In file included from /tm

examples/FanSpeed

Result: FAIL

WARNING: library TimerThree 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/TimerThree/examples/FanSpeed/FanSpeed.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::initialize(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-9458616732123F699787D6D7F0B59FA2/sketch/FanSpeed.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
               ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:48:2: error: 'TCCR3A' was not declared in this scope
  TCCR3A = 0;                 // clear control register A
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:48:2: note: suggested alternative: 'TCB3'
  TCCR3A = 0;                 // clear control register A
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-9458616732123F699787D6D7F0B59FA2/sketch/FanSpeed.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::setPeriod(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:54:25: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:58:25: error: 'CS31' was not declared in this scope
   clockSelectBits = _BV(CS31);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:62:25: error: 'CS31' was not declared in this scope
   clockSelectBits = _BV(CS31) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:62:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS31) | _BV(CS30);
                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:66:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:70:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:70:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:73:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:73:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                                     ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:76:2: error: 'ICR3' was not declared in this scope
  ICR3 = pwmPeriod;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:76:2: note: suggested alternative: 'TCB3'
  ICR3 = pwmPeriod;
  ^~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33) | clockSelectBits;
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33) | clockSelectBits;
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-9458616732123F699787D6D7F0B59FA2/sketch/FanSpeed.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33) | clockSelectBits;
               ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::start()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:84:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = 0;
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:84:2: note: suggested alternative: 'TCB3'
  TCCR3B = 0;
  ^~~~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:85:2: error: 'TCNT3' was not declared in this scope
  TCNT3 = 0;  // TODO: does this cause an undesired interrupt?
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:85:2: note: suggested alternative: 'TCB3'
  TCNT3 = 0;  // TODO: does this cause an undesired interrupt?
  ^~~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33);
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-9458616732123F699787D6D7

examples/Interrupt

Result: FAIL

WARNING: library TimerThree 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/TimerThree/examples/Interrupt/Interrupt.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::initialize(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-17637A9D7531296D59DF944DC9A623AF/sketch/Interrupt.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:47:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33);        // set mode as phase and frequency correct pwm, stop the timer
               ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:48:2: error: 'TCCR3A' was not declared in this scope
  TCCR3A = 0;                 // clear control register A
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:48:2: note: suggested alternative: 'TCB3'
  TCCR3A = 0;                 // clear control register A
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-17637A9D7531296D59DF944DC9A623AF/sketch/Interrupt.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::setPeriod(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:54:25: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:58:25: error: 'CS31' was not declared in this scope
   clockSelectBits = _BV(CS31);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:62:25: error: 'CS31' was not declared in this scope
   clockSelectBits = _BV(CS31) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:62:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS31) | _BV(CS30);
                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:66:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:70:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:70:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:73:25: error: 'CS32' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:73:37: error: 'CS30' was not declared in this scope
   clockSelectBits = _BV(CS32) | _BV(CS30);
                                     ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:76:2: error: 'ICR3' was not declared in this scope
  ICR3 = pwmPeriod;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:76:2: note: suggested alternative: 'TCB3'
  ICR3 = pwmPeriod;
  ^~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33) | clockSelectBits;
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33) | clockSelectBits;
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-17637A9D7531296D59DF944DC9A623AF/sketch/Interrupt.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:77:15: error: 'WGM33' was not declared in this scope
  TCCR3B = _BV(WGM33) | clockSelectBits;
               ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::start()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:84:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = 0;
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:84:2: note: suggested alternative: 'TCB3'
  TCCR3B = 0;
  ^~~~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:85:2: error: 'TCNT3' was not declared in this scope
  TCNT3 = 0;  // TODO: does this cause an undesired interrupt?
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:85:2: note: suggested alternative: 'TCB3'
  TCNT3 = 0;  // TODO: does this cause an undesired interrupt?
  ^~~~~
  TCB3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h: In member function 'void TimerThree::stop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:2: error: 'TCCR3B' was not declared in this scope
  TCCR3B = _BV(WGM33);
  ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.h:89:2: note: suggested alternative: 'TCB3'
  TCCR3B = _BV(WGM33);
  ^~~~~~
  TCB3
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
                 from /tmp/arduino-sketch-17637A9D75312

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL



					
					

examples/FanSpeed

Result: FAIL


					
					

examples/Interrupt

Result: FAIL


					
				
				

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library TimerThree claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.cpp:21:28: error: 'short unsigned int TimerThree::pwmPeriod' is not a static data member of 'class TimerThree'
 unsigned short TimerThree::pwmPeriod = 0;
                            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.cpp:22:27: error: 'unsigned char TimerThree::clockSelectBits' is not a static data member of 'class TimerThree'
 unsigned char TimerThree::clockSelectBits = 0;
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/TimerThree.cpp:23:33: error: 'void (* TimerThree::isrCallback)()' is not a static data member of 'class TimerThree'
 void (*TimerThree::isrCallback)() = NULL;
                                 ^

examples/FanSpeed

Result: FAIL

WARNING: library TimerThree claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:23:10: error: 'class TimerThree' has no member named 'initialize'
   Timer3.initialize(40);  // 40 us = 25 kHz
          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/FanSpeed/FanSpeed.pde:34:12: error: 'class TimerThree' has no member named 'pwm'
     Timer3.pwm(fanPin, (dutyCycle / 100) * 1023);
            ^

examples/Interrupt

Result: FAIL

WARNING: library TimerThree claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:13:10: error: 'class TimerThree' has no member named 'initialize'
   Timer3.initialize(150000);
          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TimerThree/examples/Interrupt/Interrupt.pde:14:10: error: 'class TimerThree' has no member named 'attachInterrupt'
   Timer3.attachInterrupt(blinkLED); // blinkLED to run every 0.15 seconds
          ^