This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.0
More details
| Board | Claims compatibility | Inclusion | evo_servo_sweep_hold |
|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
No | FAIL | FAIL |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL | FAIL |
|
arduino:megaavr:nona4809
1.8.7 |
No | FAIL | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | FAIL |
|
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL | FAIL |
Result: FAIL
WARNING: library evo_servo claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'uint8_t evo_servo::attach(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: error: 'D2F_ENCLR_ADDR' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: note: suggested alternative: '_SFR_ADDR'
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
_SFR_ADDR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::detach()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:71:3: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::writeMicroseconds(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:105:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
Result: FAIL
WARNING: library evo_servo claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: note: suggested alternative: 'sin'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
sin
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: note: suggested alternative: 'sin'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
sin
Result: FAIL
WARNING: library evo_servo claims to run on samd 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/evo_servo/src/evo_servo.cpp: In member function 'uint8_t evo_servo::attach(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: error: 'D2F_ENCLR_ADDR' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: note: suggested alternative: 'MBED_CALLER_ADDR'
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
MBED_CALLER_ADDR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::detach()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:71:3: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::writeMicroseconds(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:105:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
Result: FAIL
WARNING: library evo_servo claims to run on samd 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/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: note: suggested alternative: 'min'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
min
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: note: suggested alternative: 'min'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
min
Result: FAIL
WARNING: library evo_servo claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'uint8_t evo_servo::attach(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: error: 'D2F_ENCLR_ADDR' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: note: suggested alternative: '_SFR_ADDR'
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
_SFR_ADDR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::detach()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:71:3: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::writeMicroseconds(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:105:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
Result: FAIL
WARNING: library evo_servo claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: note: suggested alternative: 'min'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
min
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: note: suggested alternative: 'min'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
min
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'uint8_t evo_servo::attach(int, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: error: 'D2F_ENCLR_ADDR' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:26: note: suggested alternative: 'DSU_ADDR_ADDR'
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~
DSU_ADDR_ADDR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:52:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(D2F_ENCLR_ADDR, (1 << pin)); // disable D2F on the pin to allow the servo signal through from the FPGA
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::detach()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:71:3: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp: In member function 'void evo_servo::writeMicroseconds(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:105:5: error: 'evo_send_write_trans' was not declared in this scope
evo_send_write_trans(EVO_SERVO_CTL_ADDR, servo_ctl_val);
^~~~~~~~~~~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:45:14: note: suggested alternative: 'min'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
min
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: error: 'pin' was not declared in this scope
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/examples/evo_servo_sweep_hold/evo_servo_sweep_hold.ino:50:14: note: suggested alternative: 'min'
myservos[pin].write(pos); // tell servo to go to position in variable 'pos'
^~~
min
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:14:27: fatal error: avr/interrupt.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evo_servo/src/evo_servo.cpp:14:27: fatal error: avr/interrupt.h: No such file or directory compilation terminated.