AllSensors DLV - compatibility matrix

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

AllSensors DLV

Version: 1.0.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1636 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 122 bytes (5%) of dynamic memory, leaving 1926 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

Sketch uses 81706 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44220 bytes (16%) of dynamic memory, leaving 226116 bytes for local variables. Maximum is 270336 bytes.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

Sketch uses 3104 bytes (6%) of program storage space. Maximum is 49152 bytes.
Global variables use 317 bytes (5%) of dynamic memory, leaving 5827 bytes for local variables. Maximum is 6144 bytes.
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:34:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.cpp:13:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'bool AllSensors_DLV::readData()':
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(int, int)
     size_t requestFrom(int, int);
            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:61:12: note: candidate 2: virtual size_t TwoWire::requestFrom(uint8_t, size_t)
     size_t requestFrom(uint8_t, size_t);
            ^~~~~~~~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.cpp:13:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:77:3: error: 'TwoWire' does not name a type; did you mean 'TwoWire_h'?
   TwoWire *bus;
   ^~~~~~~
   TwoWire_h
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:153:26: error: expected ')' before '*' token
   AllSensors_DLV(TwoWire *bus, SensorType type, float pressure_max);
                          ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:170:31: error: expected ')' before '*' token
   AllSensors_DLV_005D(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::DIFFERENTIAL, 5.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:175:31: error: expected ')' before '*' token
   AllSensors_DLV_015D(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::DIFFERENTIAL, 15.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:180:31: error: expected ')' before '*' token
   AllSensors_DLV_030D(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::DIFFERENTIAL, 30.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:185:31: error: expected ')' before '*' token
   AllSensors_DLV_060D(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::DIFFERENTIAL, 60.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:190:31: error: expected ')' before '*' token
   AllSensors_DLV_005G(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::GAGE, 5.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:195:31: error: expected ')' before '*' token
   AllSensors_DLV_015G(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::GAGE, 15.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:200:31: error: expected ')' before '*' token
   AllSensors_DLV_030G(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::GAGE, 30.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:205:31: error: expected ')' before '*' token
   AllSensors_DLV_060G(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::GAGE, 60.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:210:31: error: expected ')' before '*' token
   AllSensors_DLV_015A(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::ABSOLUTE, 15.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.h:215:31: error: expected ')' before '*' token
   AllSensors_DLV_030A(TwoWire *bus) : AllSensors_DLV(bus, AllSensors_DLV::SensorType::ABSOLUTE, 30.0) {}
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.cpp:15:31: error: expected constructor, destructor, or type conversion before '(' token
 AllSensors_DLV::AllSensors_DLV(TwoWire *bus, SensorType type, float pressure_max) :
                               ^
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.cpp: In member function 'bool AllSensors_DLV::readData()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/AllSensors_DLV/src/AllSensors_DLV.cpp:37:3: error: 'bus' was not declared in this scope
   bus->requestFrom(I2C_ADDRESS, (uint8_t) READ_LENGTH);
   ^~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 202362 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13872 bytes (4%) of dynamic memory, leaving 313808 bytes for local variables. Maximum is 327680 bytes.