AsyncAnalog - compatibility matrix

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

AsyncAnalog

Version: 0.1.5
More details

Compatibility matrix

Board Claims compatibility Inclusion
asyncAnalogTest
asyncAnalogTest2
arduino:avr:uno
1.8.4
Yes PASS PASS PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL 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/asyncAnalogTest

Result: PASS

Sketch uses 2142 bytes (6%) of program storage space. Maximum is 32256 bytes.
Global variables use 205 bytes (10%) of dynamic memory, leaving 1843 bytes for local variables. Maximum is 2048 bytes.

examples/asyncAnalogTest2

Result: PASS

Sketch uses 2344 bytes (7%) of program storage space. Maximum is 32256 bytes.
Global variables use 227 bytes (11%) of dynamic memory, leaving 1821 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /tmp/arduino-testlib1344261637/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

examples/asyncAnalogTest

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/examples/asyncAnalogTest/asyncAnalogTest.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

examples/asyncAnalogTest2

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/examples/asyncAnalogTest2/asyncAnalogTest2.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /tmp/arduino-testlib1344261637/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

examples/asyncAnalogTest

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/examples/asyncAnalogTest/asyncAnalogTest.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

examples/asyncAnalogTest2

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/examples/asyncAnalogTest2/asyncAnalogTest2.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /tmp/arduino-testlib3534029568/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

examples/asyncAnalogTest

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/examples/asyncAnalogTest/asyncAnalogTest.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

examples/asyncAnalogTest2

Result: FAIL

WARNING: library AsyncAnalog claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/examples/asyncAnalogTest2/asyncAnalogTest2.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^~~~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library AsyncAnalog 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 /tmp/arduino-testlib1344261637/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^

examples/asyncAnalogTest

Result: FAIL

WARNING: library AsyncAnalog 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/user/libraries/AsyncAnalog/examples/asyncAnalogTest/asyncAnalogTest.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^

examples/asyncAnalogTest2

Result: FAIL

WARNING: library AsyncAnalog 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/user/libraries/AsyncAnalog/examples/asyncAnalogTest2/asyncAnalogTest2.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncAnalog/AsyncAnalog.h:14:4: error: #error “AsyncAnalog library only supports boards with an AVR processor .”
   #error “AsyncAnalog library only supports boards with an AVR processor .”
    ^