This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 0.2.0
More details
| Board | Claims compatibility | Inclusion |
|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes | PASS |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL |
|
arduino:megaavr:nona4809
1.8.7 |
No | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
No | FAIL |
|
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL |
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.
Result: FAIL
WARNING: library PWMFreak 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-testlib1885559534/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h: In function 'void setPwmFrequency(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:53:7: error: 'TCCR0B' was not declared in this scope
TCCR0B = TCCR0B & 0b11111000 | mode;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:55:7: error: 'TCCR1B' was not declared in this scope
TCCR1B = TCCR1B & 0b11111000 | mode;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:68:5: error: 'TCCR2B' was not declared in this scope
TCCR2B = TCCR2B & 0b11111000 | mode;
^~~~~~
Result: FAIL
WARNING: library PWMFreak 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-testlib1885559534/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h: In function 'void setPwmFrequency(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:53:7: error: 'TCCR0B' was not declared in this scope
TCCR0B = TCCR0B & 0b11111000 | mode;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:53:7: note: suggested alternative: 'TCA0'
TCCR0B = TCCR0B & 0b11111000 | mode;
^~~~~~
TCA0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:55:7: error: 'TCCR1B' was not declared in this scope
TCCR1B = TCCR1B & 0b11111000 | mode;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:55:7: note: suggested alternative: 'TCB1'
TCCR1B = TCCR1B & 0b11111000 | mode;
^~~~~~
TCB1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:68:5: error: 'TCCR2B' was not declared in this scope
TCCR2B = TCCR2B & 0b11111000 | mode;
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:68:5: note: suggested alternative: 'TCB2'
TCCR2B = TCCR2B & 0b11111000 | mode;
^~~~~~
TCB2
Result: FAIL
WARNING: library PWMFreak 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 /private/tmp/arduino-testlib4272571238/test/test.ino:1:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h: In function 'void setPwmFrequency(int, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:53:7: error: 'TCCR0B' was not declared in this scope
TCCR0B = TCCR0B & 0b11111000 | mode;
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:53:7: note: suggested alternative: 'TCC0'
TCCR0B = TCCR0B & 0b11111000 | mode;
^~~~~~
TCC0
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:55:7: error: 'TCCR1B' was not declared in this scope
TCCR1B = TCCR1B & 0b11111000 | mode;
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:55:7: note: suggested alternative: 'TCC1'
TCCR1B = TCCR1B & 0b11111000 | mode;
^~~~~~
TCC1
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:68:5: error: 'TCCR2B' was not declared in this scope
TCCR2B = TCCR2B & 0b11111000 | mode;
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:68:5: note: suggested alternative: 'TCC2'
TCCR2B = TCCR2B & 0b11111000 | mode;
^~~~~~
TCC2
Result: FAIL
WARNING: library PWMFreak 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-testlib3801271871/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h: In function 'void setPwmFrequency(int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:53:7: error: 'TCCR0B' was not declared in this scope
TCCR0B = TCCR0B & 0b11111000 | mode;
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:55:7: error: 'TCCR1B' was not declared in this scope
TCCR1B = TCCR1B & 0b11111000 | mode;
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/PWMFreak/src/PWMFreak.h:68:5: error: 'TCCR2B' was not declared in this scope
TCCR2B = TCCR2B & 0b11111000 | mode;
^