This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.11
More details
Board | Claims compatibility | Inclusion | Blink |
BlinkWhenItsDark |
---|---|---|---|---|
arduino:avr:uno
1.8.4 |
No | FAIL | PASS | PASS |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL | PASS | PASS |
arduino:megaavr:nona4809
1.8.7 |
No | FAIL | PASS | PASS |
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | PASS | PASS |
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL | PASS | FAIL |
Result: FAIL
This library has no main header file so an empty one was created.
/private/tmp/arduino-testlib2776140940/test/test.ino:1:10: fatal error: Cooperative_Multitasking.h: No such file or directory #include <Cooperative_Multitasking.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). Sketch uses 3264 bytes (10%) of program storage space. Maximum is 32256 bytes. Global variables use 43 bytes (2%) of dynamic memory, leaving 2005 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). Sketch uses 3596 bytes (11%) of program storage space. Maximum is 32256 bytes. Global variables use 43 bytes (2%) of dynamic memory, leaving 2005 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/tmp/arduino-testlib3274920304/test/test.ino:1:10: fatal error: Cooperative_Multitasking.h: No such file or directory #include <Cooperative_Multitasking.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 80192 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43472 bytes (16%) of dynamic memory, leaving 226864 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 80954 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43544 bytes (16%) of dynamic memory, leaving 226792 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/tmp/arduino-testlib3274920304/test/test.ino:1:10: fatal error: Cooperative_Multitasking.h: No such file or directory #include <Cooperative_Multitasking.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 3454 bytes (7%) of program storage space. Maximum is 49152 bytes. Global variables use 48 bytes (0%) of dynamic memory, leaving 6096 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 3788 bytes (7%) of program storage space. Maximum is 49152 bytes. Global variables use 48 bytes (0%) of dynamic memory, leaving 6096 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/private/tmp/arduino-testlib2776140940/test/test.ino:1:10: fatal error: Cooperative_Multitasking.h: No such file or directory #include <Cooperative_Multitasking.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 13328 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3020 bytes (9%) of dynamic memory, leaving 29748 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 13532 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3020 bytes (9%) of dynamic memory, leaving 29748 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/tmp/arduino-testlib3112944924/test/test.ino:1:38: fatal error: Cooperative_Multitasking.h: No such file or directory compilation terminated.
Result: PASS
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). Sketch uses 201698 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13280 bytes (4%) of dynamic memory, leaving 314400 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
WARNING: library Cooperative_Multitasking claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cooperative_Multitasking/examples/BlinkWhenItsDark/BlinkWhenItsDark.ino: In function 'bool isDark()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cooperative_Multitasking/examples/BlinkWhenItsDark/BlinkWhenItsDark.ino:39:21: error: 'A1' was not declared in this scope return analogRead(A1) < 300; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cooperative_Multitasking/examples/BlinkWhenItsDark/BlinkWhenItsDark.ino: In function 'bool isLight()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Cooperative_Multitasking/examples/BlinkWhenItsDark/BlinkWhenItsDark.ino:55:21: error: 'A1' was not declared in this scope return analogRead(A1) >= 400; ^