LitSwitch - compatibility matrix

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

LitSwitch

Version: 1.0.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 444 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/LitSwitchExample1

Result: PASS

Sketch uses 4190 bytes (12%) of program storage space. Maximum is 32256 bytes.
Global variables use 570 bytes (27%) of dynamic memory, leaving 1478 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
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/LitSwitchExample1

Result: PASS

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 80804 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43684 bytes (16%) of dynamic memory, leaving 226652 bytes for local variables. Maximum is 270336 bytes.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
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/LitSwitchExample1

Result: PASS

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 4999 bytes (10%) of program storage space. Maximum is 49152 bytes.
Global variables use 347 bytes (5%) of dynamic memory, leaving 5797 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
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/LitSwitchExample1

Result: PASS

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 14236 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3236 bytes (9%) of dynamic memory, leaving 29532 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal.h:53:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:35,
                 from /tmp/arduino-sketch-C9EB5F1F89D4CFA1EB5B770D64D39938/sketch/test.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:37:27: error: expected identifier before numeric constant
 #define PULLDOWN          0x08
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:18: note: in expansion of macro 'PULLDOWN'
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:37:27: error: expected '}' before numeric constant
 #define PULLDOWN          0x08
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:18: note: in expansion of macro 'PULLDOWN'
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:37:27: error: expected unqualified-id before numeric constant
 #define PULLDOWN          0x08
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:18: note: in expansion of macro 'PULLDOWN'
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                  ^
In file included from /tmp/arduino-testlib3399588645/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:55: error: expected declaration before '}' token
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                                                       ^

examples/LitSwitchExample1

Result: FAIL

WARNING: library LitSwitch claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal.h:53:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:35,
                 from /tmp/arduino-sketch-BF9E7DA0969B7D2CB5A9E9E38C49C614/sketch/LitSwitchExample1.pde.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:37:27: error: expected identifier before numeric constant
 #define PULLDOWN          0x08
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:18: note: in expansion of macro 'PULLDOWN'
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:37:27: error: expected '}' before numeric constant
 #define PULLDOWN          0x08
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:18: note: in expansion of macro 'PULLDOWN'
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:37:27: error: expected unqualified-id before numeric constant
 #define PULLDOWN          0x08
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:18: note: in expansion of macro 'PULLDOWN'
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                  ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/examples/LitSwitchExample1/LitSwitchExample1.pde:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/LitSwitch/LitSwitch.h:44:55: error: expected declaration before '}' token
 enum buttonType {PULLDOWN = 0, PULLUP, PULLUP_INTERNAL};
                                                       ^