This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.3.1
More details
| Board | Claims compatibility | Inclusion | VoltageRegulator |
|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes | PASS | PASS |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes | PASS | PASS |
|
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | PASS |
|
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | PASS |
|
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | FAIL |
Result: PASS
Sketch uses 444 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: PASS
Sketch uses 4050 bytes (12%) of program storage space. Maximum is 32256 bytes. Global variables use 261 bytes (12%) of dynamic memory, leaving 1787 bytes for local variables. Maximum is 2048 bytes.
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: PASS
Sketch uses 84018 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43596 bytes (16%) of dynamic memory, leaving 226740 bytes for local variables. Maximum is 270336 bytes.
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: PASS
Sketch uses 4794 bytes (9%) of program storage space. Maximum is 49152 bytes. Global variables use 222 bytes (3%) of dynamic memory, leaving 5922 bytes for local variables. Maximum is 6144 bytes.
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: PASS
Sketch uses 16940 bytes (6%) of program storage space. Maximum is 262144 bytes. Global variables use 3116 bytes (9%) of dynamic memory, leaving 29652 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 197768 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13092 bytes (3%) of dynamic memory, leaving 314588 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FastPID/examples/VoltageRegulator/VoltageRegulator.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FastPID/examples/VoltageRegulator/VoltageRegulator.ino:18:23: error: 'A1' was not declared in this scope
#define PIN_SETPOINT A1
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FastPID/examples/VoltageRegulator/VoltageRegulator.ino:34:29: note: in expansion of macro 'PIN_SETPOINT'
int setpoint = analogRead(PIN_SETPOINT) / 2;
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FastPID/examples/VoltageRegulator/VoltageRegulator.ino:41:33: error: 'analogWrite' was not declared in this scope
analogWrite(PIN_OUTPUT, output);
^