ES920 - compatibility matrix

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

ES920

Version: 0.1.25
More details

Compatibility matrix

Board Claims compatibility Inclusion
arduino
openFrameworks
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
Yes ⚠️ FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:9:0,
                 from /tmp/arduino-testlib3177430409/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'void arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:71: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:93: error: 'ERROR' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
In file included from /tmp/arduino-testlib3177430409/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'bool arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose() const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:677:73: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         bool verbose() const { return LOG_GET_LEVEL() == DebugLogLevel::INFO; }
                                                                         ^~~~

examples/arduino

Result: FAIL


					
					

examples/openFrameworks

Result: FAIL


					
				
				

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/Packetizer/Packetizer/util/CRCx/FastCRC/FastCRCsw.h:71:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/Packetizer/Packetizer/util/CRCx/FastCRC/FastCRC.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/Packetizer/Packetizer/util/CRCx/CRCx.h:8,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/Packetizer/Packetizer/Encoding.h:6,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/Packetizer/Packetizer.h:31,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:8,
                 from /tmp/arduino-testlib2221827768/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/Packetizer/Packetizer/util/CRCx/FastCRC/FastCRC_tables.h:38:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/arduino

Result: FAIL


					
					

examples/openFrameworks

Result: FAIL


					
				
				

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:9:0,
                 from /tmp/arduino-testlib2221827768/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'void arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:71: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:93: error: 'ERROR' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
In file included from /tmp/arduino-testlib2221827768/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'bool arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose() const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:677:73: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         bool verbose() const { return LOG_GET_LEVEL() == DebugLogLevel::INFO; }
                                                                         ^~~~

examples/arduino

Result: FAIL


					
					

examples/openFrameworks

Result: FAIL


					
				
				

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:9:0,
                 from /tmp/arduino-testlib3177430409/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'void arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:71: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:93: error: 'ERROR' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
In file included from /tmp/arduino-testlib3177430409/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'bool arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose() const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:677:73: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         bool verbose() const { return LOG_GET_LEVEL() == DebugLogLevel::INFO; }
                                                                         ^~~~

examples/arduino

Result: FAIL


					
					

examples/openFrameworks

Result: FAIL


					
				
				

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:9:0,
                 from /tmp/arduino-testlib2788266701/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'void arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose(bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:56: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:675:78: error: 'ERROR' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         void verbose(const bool b) { LOG_SET_LEVEL(b ? DebugLogLevel::INFO : DebugLogLevel::ERROR); }
                                                                              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920/util/DebugLog/DebugLog.h:30:61: note: in definition of macro 'LOG_SET_LEVEL'
 #define LOG_SET_LEVEL(l) DebugLog::Manager::get().log_level(l)
                                                             ^
In file included from /tmp/arduino-testlib2788266701/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h: In member function 'bool arduino::es920::ES920Base<Stream, PIN_RST, PAYLOAD_SIZE>::verbose() const':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ES920/ES920.h:677:58: error: 'INFO' is not a member of 'DebugLogLevel {aka arx::debug::LogLevel}'
         bool verbose() const { return LOG_GET_LEVEL() == DebugLogLevel::INFO; }
                                                          ^

examples/arduino

Result: FAIL


					
					

examples/openFrameworks

Result: FAIL