This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 0.2.0
More details
Board | Claims compatibility | Inclusion | PT111-DHT22 |
---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | PASS |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes ⚠️ | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes ⚠️ | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes ⚠️ | FAIL | FAIL |
Result: PASS
Sketch uses 818 bytes (2%) of program storage space. Maximum is 32256 bytes. Global variables use 13 bytes (0%) of dynamic memory, leaving 2035 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 4890 bytes (15%) of program storage space. Maximum is 32256 bytes. Global variables use 57 bytes (2%) of dynamic memory, leaving 1991 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:8:10: fatal error: avr/power.h: No such file or directory #include <avr/power.h> ^~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:8:10: fatal error: avr/power.h: No such file or directory #include <avr/power.h> ^~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:26:4: error: #error cannot find timer overflow vector #error cannot find timer overflow vector ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:28:1: error: expected unqualified-id before '{' token { ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp: In function 'void send_bit(uint8_t, uint8_t)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:62:5: error: 'TIMSK1' was not declared in this scope TIMSK1 |= (1<<TOIE1); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:62:5: note: suggested alternative: 'TIMERB1' TIMSK1 |= (1<<TOIE1); ^~~~~~ TIMERB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:62:19: error: 'TOIE1' was not declared in this scope TIMSK1 |= (1<<TOIE1); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp: In function 'void __setup_timer()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:327:5: error: 'TCCR1A' was not declared in this scope TCCR1A = 0; ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:327:5: note: suggested alternative: 'TCB1' TCCR1A = 0; ^~~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:328:5: error: 'TCCR1B' was not declared in this scope TCCR1B = 0; ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:328:5: note: suggested alternative: 'TCB1' TCCR1B = 0; ^~~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:341:5: error: 'TCNT1' was not declared in this scope TCNT1 = 0; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:341:5: note: suggested alternative: 'TCB1' TCNT1 = 0; ^~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:343:5: error: 'OCR1A' was not declared in this scope OCR1A = 0; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:344:5: error: 'OCR1B' was not declared in this scope OCR1B = 0; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:347:19: error: 'WGM11' was not declared in this scope TCCR1A |= (1<<WGM11) | (1<<WGM10); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:347:32: error: 'WGM10' was not declared in this scope TCCR1A |= (1<<WGM11) | (1<<WGM10); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:348:19: error: 'WGM13' was not declared in this scope TCCR1B |= (1<<WGM13) | (1<<WGM12); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:348:32: error: 'WGM12' was not declared in this scope TCCR1B |= (1<<WGM13) | (1<<WGM12); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:21: error: 'CS11' was not declared in this scope TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:21: note: suggested alternative: 'B111' TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ B111 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:33: error: 'CS10' was not declared in this scope TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:33: note: suggested alternative: 'B110' TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ B110
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:26:4: error: #error cannot find timer overflow vector #error cannot find timer overflow vector ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:28:1: error: expected unqualified-id before '{' token { ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp: In function 'void send_bit(uint8_t, uint8_t)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:62:5: error: 'TIMSK1' was not declared in this scope TIMSK1 |= (1<<TOIE1); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:62:5: note: suggested alternative: 'TIMERB1' TIMSK1 |= (1<<TOIE1); ^~~~~~ TIMERB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:62:19: error: 'TOIE1' was not declared in this scope TIMSK1 |= (1<<TOIE1); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp: In function 'void __setup_timer()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:327:5: error: 'TCCR1A' was not declared in this scope TCCR1A = 0; ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:327:5: note: suggested alternative: 'TCB1' TCCR1A = 0; ^~~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:328:5: error: 'TCCR1B' was not declared in this scope TCCR1B = 0; ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:328:5: note: suggested alternative: 'TCB1' TCCR1B = 0; ^~~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:341:5: error: 'TCNT1' was not declared in this scope TCNT1 = 0; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:341:5: note: suggested alternative: 'TCB1' TCNT1 = 0; ^~~~~ TCB1 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:343:5: error: 'OCR1A' was not declared in this scope OCR1A = 0; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:344:5: error: 'OCR1B' was not declared in this scope OCR1B = 0; ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:347:19: error: 'WGM11' was not declared in this scope TCCR1A |= (1<<WGM11) | (1<<WGM10); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:347:32: error: 'WGM10' was not declared in this scope TCCR1A |= (1<<WGM11) | (1<<WGM10); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:348:19: error: 'WGM13' was not declared in this scope TCCR1B |= (1<<WGM13) | (1<<WGM12); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:348:32: error: 'WGM12' was not declared in this scope TCCR1B |= (1<<WGM13) | (1<<WGM12); ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:21: error: 'CS11' was not declared in this scope TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:21: note: suggested alternative: 'B111' TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ B111 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:33: error: 'CS10' was not declared in this scope TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:358:33: note: suggested alternative: 'B110' TCCR1B |= (1<<CS11) | (1<<CS10); ^~~~ B110
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:8:10: fatal error: avr/power.h: No such file or directory #include <avr/power.h> ^~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:8:10: fatal error: avr/power.h: No such file or directory #include <avr/power.h> ^~~~~~~~~~~~~ compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:8:23: fatal error: avr/power.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/noolite_tx/noolite_tx.cpp:8:23: fatal error: avr/power.h: No such file or directory compilation terminated.