This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.3
More details
Board | Claims compatibility | Inclusion | SparkFunGetSetParamTest |
SparkFunLibraryTest |
SparkFundSPINexample |
gantry |
---|---|---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | FAIL | PASS | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes | PASS | FAIL | FAIL | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | FAIL | FAIL | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | FAIL | FAIL | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | FAIL | FAIL | FAIL | 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: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunGetSetParamTest/SparkFunGetSetParamTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunLibraryTest/SparkFunLibraryTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 2886 bytes (8%) of program storage space. Maximum is 32256 bytes. Global variables use 189 bytes (9%) of dynamic memory, leaving 1859 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/gantry/gantry.ino:19:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 80722 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43616 bytes (16%) of dynamic memory, leaving 226720 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunGetSetParamTest/SparkFunGetSetParamTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunLibraryTest/SparkFunLibraryTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:198:3: error: 'TCCR1A' was not declared in this scope TCCR1A = 0; // No waveform generation stuff. ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:199:3: error: 'TCCR1B' was not declared in this scope TCCR1B = B00000110; // Clock on falling edge, T1 pin. ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: error: 'TCNT1' was not declared in this scope TCNT1 = 0; // Clear the count. ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: note: suggested alternative: 'SCNd16' TCNT1 = 0; // Clear the count. ^~~~~ SCNd16 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: error: 'TCNT1' was not declared in this scope Serial.println(TCNT1, DEC); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: note: suggested alternative: 'SCNd16' Serial.println(TCNT1, DEC); ^~~~~ SCNd16 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINsupport.ino: In function 'void dSPIN_init()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINsupport.ino:164:7: error: 'class arduino::MbedSPI' has no member named 'setBitOrder' SPI.setBitOrder(MSBFIRST); ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINsupport.ino:165:7: error: 'class arduino::MbedSPI' has no member named 'setClockDivider' SPI.setClockDivider(SPI_CLOCK_DIV16); // or 2, 8, 16, 32, 64 ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINsupport.ino:165:23: error: 'SPI_CLOCK_DIV16' was not declared in this scope SPI.setClockDivider(SPI_CLOCK_DIV16); // or 2, 8, 16, 32, 64 ^~~~~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINsupport.ino:165:23: note: suggested alternative: 'SPI_CPOL_1' SPI.setClockDivider(SPI_CLOCK_DIV16); // or 2, 8, 16, 32, 64 ^~~~~~~~~~~~~~~ SPI_CPOL_1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINsupport.ino:166:7: error: 'class arduino::MbedSPI' has no member named 'setDataMode' SPI.setDataMode(SPI_MODE3); ^~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/gantry/gantry.ino:19:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 3246 bytes (6%) of program storage space. Maximum is 49152 bytes. Global variables use 40 bytes (0%) of dynamic memory, leaving 6104 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunGetSetParamTest/SparkFunGetSetParamTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunLibraryTest/SparkFunLibraryTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:198:3: error: 'TCCR1A' was not declared in this scope TCCR1A = 0; // No waveform generation stuff. ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:198:3: note: suggested alternative: 'TCB1' TCCR1A = 0; // No waveform generation stuff. ^~~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:199:3: error: 'TCCR1B' was not declared in this scope TCCR1B = B00000110; // Clock on falling edge, T1 pin. ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:199:3: note: suggested alternative: 'TCB1' TCCR1B = B00000110; // Clock on falling edge, T1 pin. ^~~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: error: 'TCNT1' was not declared in this scope TCNT1 = 0; // Clear the count. ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: note: suggested alternative: 'TCB1' TCNT1 = 0; // Clear the count. ^~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: error: 'TCNT1' was not declared in this scope Serial.println(TCNT1, DEC); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: note: suggested alternative: 'TCB1' Serial.println(TCNT1, DEC); ^~~~~ TCB1
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/gantry/gantry.ino:19:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 13336 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3068 bytes (9%) of dynamic memory, leaving 29700 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunGetSetParamTest/SparkFunGetSetParamTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunLibraryTest/SparkFunLibraryTest.ino:1:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:198:3: error: 'TCCR1A' was not declared in this scope TCCR1A = 0; // No waveform generation stuff. ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:198:3: note: suggested alternative: 'TCC1' TCCR1A = 0; // No waveform generation stuff. ^~~~~~ TCC1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:199:3: error: 'TCCR1B' was not declared in this scope TCCR1B = B00000110; // Clock on falling edge, T1 pin. ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:199:3: note: suggested alternative: 'TCC1' TCCR1B = B00000110; // Clock on falling edge, T1 pin. ^~~~~~ TCC1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: error: 'TCNT1' was not declared in this scope TCNT1 = 0; // Clear the count. ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: note: suggested alternative: 'TCC1' TCNT1 = 0; // Clear the count. ^~~~~ TCC1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: error: 'TCNT1' was not declared in this scope Serial.println(TCNT1, DEC); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: note: suggested alternative: 'TCC1' Serial.println(TCNT1, DEC); ^~~~~ TCC1
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/gantry/gantry.ino:19:10: fatal error: SparkFunAutoDriver.h: No such file or directory #include <SparkFunAutoDriver.h> ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 200628 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13136 bytes (4%) of dynamic memory, leaving 314544 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunGetSetParamTest/SparkFunGetSetParamTest.ino:1:32: fatal error: SparkFunAutoDriver.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFunLibraryTest/SparkFunLibraryTest.ino:1:32: fatal error: SparkFunAutoDriver.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:198:3: error: 'TCCR1A' was not declared in this scope TCCR1A = 0; // No waveform generation stuff. ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:199:3: error: 'TCCR1B' was not declared in this scope TCCR1B = B00000110; // Clock on falling edge, T1 pin. ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:200:3: error: 'TCNT1' was not declared in this scope TCNT1 = 0; // Clear the count. ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/SparkFundSPINexample/SparkFundSPINexample.ino:213:18: error: 'TCNT1' was not declared in this scope Serial.println(TCNT1, DEC); ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ponoor_L6470_Library/examples/gantry/gantry.ino:19:32: fatal error: SparkFunAutoDriver.h: No such file or directory compilation terminated.