This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 0.0.1
More details
| Board | Claims compatibility | Inclusion | OLED_demo |
|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes ⚠️ | FAIL | FAIL |
|
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: FAIL
In file included from /tmp/arduino-testlib48219557/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:37: note: suggested alternative: 'SPIF'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:49: note: suggested alternative: 'SPIF'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: note: suggested alternative: 'INT0'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
INT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:37: note: suggested alternative: 'SPIF'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:49: note: suggested alternative: 'SPIF'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: note: suggested alternative: 'INT0'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
INT0
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/examples/OLED_demo/OLED_demo.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:37: note: suggested alternative: 'SPIF'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:49: note: suggested alternative: 'SPIF'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: note: suggested alternative: 'INT0'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
INT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:37: note: suggested alternative: 'SPIF'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:49: note: suggested alternative: 'SPIF'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: note: suggested alternative: 'INT0'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
INT0
Multiple libraries were found for "font6x8.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Tiny4kOLED
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306
Result: FAIL
In file included from /tmp/arduino-testlib48219557/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:17:10: fatal error: util/delay.h: No such file or directory
#include <util/delay.h>
^~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/examples/OLED_demo/OLED_demo.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:17:10: fatal error: util/delay.h: No such file or directory
#include <util/delay.h>
^~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "font6x8.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Tiny4kOLED
Result: FAIL
In file included from /tmp/arduino-testlib48219557/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: note: suggested alternative: 'USART0'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
USART0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: note: suggested alternative: 'USART0'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
USART0
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/examples/OLED_demo/OLED_demo.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:62:85: note: suggested alternative: 'USART0'
const unsigned char USISR_8bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0x0<<USICNT0;
^~~~~~~
USART0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:37: error: 'USISIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:49: error: 'USIOIF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:61: error: 'USIPF' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:72: error: 'USIDC' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: error: 'USICNT0' was not declared in this scope
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:64:85: note: suggested alternative: 'USART0'
const unsigned char USISR_1bit = 1<<USISIF | 1<<USIOIF | 1<<USIPF | 1<<USIDC | 0xE<<USICNT0;
^~~~~~~
USART0
Multiple libraries were found for "font6x8.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Tiny4kOLED
Result: FAIL
In file included from /tmp/arduino-testlib48219557/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:17:10: fatal error: util/delay.h: No such file or directory
#include <util/delay.h>
^~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/examples/OLED_demo/OLED_demo.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:17:10: fatal error: util/delay.h: No such file or directory
#include <util/delay.h>
^~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "font6x8.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Tiny4kOLED
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306
Result: FAIL
In file included from /tmp/arduino-testlib48219557/test/test.ino:1:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/ssd1306xled.h:17:24: fatal error: util/delay.h: No such file or directory compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/examples/OLED_demo/OLED_demo.ino:2:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled/font6x8.h:13:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated. Multiple libraries were found for "font6x8.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306xled Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ssd1306 Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Tiny4kOLED