This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.2
More details
| Board | Claims compatibility | Inclusion | TrinketKnob |
|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes | PASS | FAIL |
|
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | FAIL |
|
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | FAIL |
Result: PASS
Sketch uses 466 bytes (1%) of program storage space. Maximum is 32256 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: In function 'void setup()': /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: error: 'TIMSK' was not declared in this scope TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!) ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: note: suggested alternative: 'TIMSK0' TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!) ^~~~~ TIMSK0
Result: PASS
Sketch uses 78756 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43444 bytes (16%) of dynamic memory, leaving 226892 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:60:8: error: expected constructor, destructor, or type conversion before '(' token
SIGNAL(TIMER0_COMPA_vect) {
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:36:3: error: 'OCR0A' was not declared in this scope
OCR0A = 0xAF; // any number is OK
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: error: 'TIMSK' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: note: suggested alternative: 'TIMER'
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~~~
TIMER
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:16: error: 'OCIE0A' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:12: error: '_BV' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:12: note: suggested alternative: '_B'
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~
_B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:60:7: error: expected constructor, destructor, or type conversion before '(' token
SIGNAL(TIMER0_COMPA_vect) {
^
Result: PASS
Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes. Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:36:3: error: 'OCR0A' was not declared in this scope
OCR0A = 0xAF; // any number is OK
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: error: 'TIMSK' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~~~
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-982666F1275E40B8A7BF6CFFDDB3FF33/sketch/TrinketKnob.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:16: error: 'OCIE0A' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^
Result: PASS
Sketch uses 12156 bytes (4%) of program storage space. Maximum is 262144 bytes. Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:60:8: error: expected constructor, destructor, or type conversion before '(' token
SIGNAL(TIMER0_COMPA_vect) {
^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: In function 'void setup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:36:3: error: 'OCR0A' was not declared in this scope
OCR0A = 0xAF; // any number is OK
^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: error: 'TIMSK' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:16: error: 'OCIE0A' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:12: error: '_BV' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:12: note: suggested alternative: '_B'
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^~~
_B
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: At global scope:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:60:7: error: expected constructor, destructor, or type conversion before '(' token
SIGNAL(TIMER0_COMPA_vect) {
^
Result: PASS
Sketch uses 198114 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13096 bytes (3%) of dynamic memory, leaving 314584 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:60:8: error: expected constructor, destructor, or type conversion before '(' token
SIGNAL(TIMER0_COMPA_vect) {
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:36:3: error: 'OCR0A' was not declared in this scope
OCR0A = 0xAF; // any number is OK
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:3: error: 'TIMSK' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^
In file included from /tmp/arduino-sketch-982666F1275E40B8A7BF6CFFDDB3FF33/sketch/TrinketKnob.ino.cpp:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:37:16: error: 'OCIE0A' was not declared in this scope
TIMSK |= _BV(OCIE0A); // Turn on the compare interrupt (below!)
^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:99:25: note: in definition of macro '_BV'
#define _BV(b) (1UL << (b))
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_SoftServo/examples/TrinketKnob/TrinketKnob.ino:60:7: error: expected constructor, destructor, or type conversion before '(' token
SIGNAL(TIMER0_COMPA_vect) {
^