KMP_RS485 - compatibility matrix

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

KMP_RS485

Version: 1.0.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 490 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.

examples/Echo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/KMP_RS485/examples/Echo/Echo.ino:21:18: error: 'Serial1' was not declared in this scope
 KMP_RS485 _rs485(Serial1, 3 /*tePin*/, 14 /*TX pin*/); // This configuration is liked with PRODINo MKR Zero you can change it to fit with your needs
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/KMP_RS485/examples/Echo/Echo.ino:21:18: note: suggested alternative: 'Serial'
 KMP_RS485 _rs485(Serial1, 3 /*tePin*/, 14 /*TX pin*/); // This configuration is liked with PRODINo MKR Zero you can change it to fit with your needs
                  ^~~~~~~
                  Serial

examples/Receiver

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/KMP_RS485/examples/Receiver/Receiver.ino:21:18: error: 'Serial1' was not declared in this scope
 KMP_RS485 _rs485(Serial1, 3 /*tePin*/, 14 /*TX pin*/); // This configuration is liked with PRODINo MKR Zero you can change it to fit with your needs
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/KMP_RS485/examples/Receiver/Receiver.ino:21:18: note: suggested alternative: 'Serial'
 KMP_RS485 _rs485(Serial1, 3 /*tePin*/, 14 /*TX pin*/); // This configuration is liked with PRODINo MKR Zero you can change it to fit with your needs
                  ^~~~~~~
                  Serial

examples/Transmitter

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/KMP_RS485/examples/Transmitter/Transmitter.ino:21:18: error: 'Serial1' was not declared in this scope
 KMP_RS485 _rs485(Serial1, 3 /*tePin*/, 14 /*TX pin*/); // This configuration is liked with PRODINo MKR Zero you can change it to fit with your needs
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/KMP_RS485/examples/Transmitter/Transmitter.ino:21:18: note: suggested alternative: 'Serial'
 KMP_RS485 _rs485(Serial1, 3 /*tePin*/, 14 /*TX pin*/); // This configuration is liked with PRODINo MKR Zero you can change it to fit with your needs
                  ^~~~~~~
                  Serial

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

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

examples/Echo

Result: PASS

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

examples/Receiver

Result: PASS

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

examples/Transmitter

Result: PASS

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

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes.
Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.

examples/Echo

Result: PASS

Sketch uses 5041 bytes (10%) of program storage space. Maximum is 49152 bytes.
Global variables use 373 bytes (6%) of dynamic memory, leaving 5771 bytes for local variables. Maximum is 6144 bytes.

examples/Receiver

Result: PASS

Sketch uses 4919 bytes (10%) of program storage space. Maximum is 49152 bytes.
Global variables use 373 bytes (6%) of dynamic memory, leaving 5771 bytes for local variables. Maximum is 6144 bytes.

examples/Transmitter

Result: PASS

Sketch uses 4975 bytes (10%) of program storage space. Maximum is 49152 bytes.
Global variables use 373 bytes (6%) of dynamic memory, leaving 5771 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 12156 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.

examples/Echo

Result: PASS

Sketch uses 13280 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3044 bytes (9%) of dynamic memory, leaving 29724 bytes for local variables. Maximum is 32768 bytes.

examples/Receiver

Result: PASS

Sketch uses 13116 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3044 bytes (9%) of dynamic memory, leaving 29724 bytes for local variables. Maximum is 32768 bytes.

examples/Transmitter

Result: PASS

Sketch uses 13152 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3044 bytes (9%) of dynamic memory, leaving 29724 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

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

examples/Echo

Result: PASS

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

examples/Receiver

Result: PASS

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

examples/Transmitter

Result: PASS

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