NexgenMotorShield - compatibility matrix

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

NexgenMotorShield

Version: 2.0.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
accelerate
batteryVoltage
buzzer
forwardreverse
withoutLibrary
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL PASS
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL PASS
arduino:samd:mkrwifi1010
1.8.12
Yes PASS PASS PASS PASS PASS PASS
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp: In constructor 'NexgenMotorShield::NexgenMotorShield()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: error: 'BUZZER' was not declared in this scope
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: note: suggested alternative: 'EULER'
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
                                           EULER

examples/accelerate

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp: In constructor 'NexgenMotorShield::NexgenMotorShield()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: error: 'BUZZER' was not declared in this scope
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: note: suggested alternative: 'EULER'
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
                                           EULER

examples/batteryVoltage

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp: In constructor 'NexgenMotorShield::NexgenMotorShield()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: error: 'BUZZER' was not declared in this scope
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: note: suggested alternative: 'EULER'
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
                                           EULER

examples/buzzer

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/buzzer/buzzer.ino: In function 'void playNotes(const int*, const int*, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/buzzer/buzzer.ino:43:10: error: 'BUZZER' was not declared in this scope
     tone(BUZZER, notes[note], noteDuration);
          ^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/buzzer/buzzer.ino:43:10: note: suggested alternative: 'EULER'
     tone(BUZZER, notes[note], noteDuration);
          ^~~~~~
          EULER

examples/forwardreverse

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp: In constructor 'NexgenMotorShield::NexgenMotorShield()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: error: 'BUZZER' was not declared in this scope
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.cpp:116:43: note: suggested alternative: 'EULER'
   if (BOARD_NAME  == NANO_33_IOT) pinMode(BUZZER, OUTPUT);
                                           ^~~~~~
                                           EULER

examples/withoutLibrary

Result: PASS

Sketch uses 4528 bytes (14%) of program storage space. Maximum is 32256 bytes.
Global variables use 254 bytes (12%) of dynamic memory, leaving 1794 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /tmp/arduino-testlib2943141899/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/accelerate

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/accelerate/accelerate.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/batteryVoltage

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/batteryVoltage/batteryVoltage.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/buzzer

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/buzzer/buzzer.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/forwardreverse

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/forwardreverse/forwardreverse.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/withoutLibrary

Result: PASS

Sketch uses 85610 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43520 bytes (16%) of dynamic memory, leaving 226816 bytes for local variables. Maximum is 270336 bytes.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /tmp/arduino-testlib2943141899/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/accelerate

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/accelerate/accelerate.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/batteryVoltage

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/batteryVoltage/batteryVoltage.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/buzzer

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/buzzer/buzzer.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/forwardreverse

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/forwardreverse/forwardreverse.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^~~~~

examples/withoutLibrary

Result: PASS

Sketch uses 5171 bytes (10%) of program storage space. Maximum is 49152 bytes.
Global variables use 181 bytes (2%) of dynamic memory, leaving 5963 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

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.

examples/accelerate

Result: PASS

Sketch uses 13632 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3048 bytes (9%) of dynamic memory, leaving 29720 bytes for local variables. Maximum is 32768 bytes.

examples/batteryVoltage

Result: PASS

Sketch uses 23048 bytes (8%) of program storage space. Maximum is 262144 bytes.
Global variables use 3008 bytes (9%) of dynamic memory, leaving 29760 bytes for local variables. Maximum is 32768 bytes.

examples/buzzer

Result: PASS

Sketch uses 15420 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3052 bytes (9%) of dynamic memory, leaving 29716 bytes for local variables. Maximum is 32768 bytes.

examples/forwardreverse

Result: PASS

Sketch uses 13204 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3048 bytes (9%) of dynamic memory, leaving 29720 bytes for local variables. Maximum is 32768 bytes.

examples/withoutLibrary

Result: PASS

Sketch uses 22456 bytes (8%) of program storage space. Maximum is 262144 bytes.
Global variables use 3040 bytes (9%) of dynamic memory, leaving 29728 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /tmp/arduino-testlib2046535119/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^

examples/accelerate

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/accelerate/accelerate.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^

examples/batteryVoltage

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/batteryVoltage/batteryVoltage.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^

examples/buzzer

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/buzzer/buzzer.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^

examples/forwardreverse

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/NexgenMotorShield.h:20:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/forwardreverse/forwardreverse.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/src/target.h:19:4: error: #error "Unsupported Hardware"
   #error "Unsupported Hardware"
    ^

examples/withoutLibrary

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/withoutLibrary/withoutLibrary.ino: In function 'void accelerate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/withoutLibrary/withoutLibrary.ino:137:29: error: 'analogWrite' was not declared in this scope
     analogWrite(M1_ENABLE, i);
                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/withoutLibrary/withoutLibrary.ino: In function 'void decelerate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/NexgenMotorShield/examples/withoutLibrary/withoutLibrary.ino:145:29: error: 'analogWrite' was not declared in this scope
     analogWrite(M1_ENABLE, i);
                             ^