M10PWM - compatibility matrix

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

M10PWM

Version: 1.0.2
More details

Compatibility matrix

Board Claims compatibility Inclusion
arduino:avr:uno
1.8.4
No FAIL
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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

WARNING: library M10PWM claims to run on FP51 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /tmp/arduino-testlib944010807/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:67: error: expected ';' at end of member declaration
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:69: error: '__reentrant' does not name a type
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                     ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:74: error: expected ';' at end of member declaration
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:76: error: '__reentrant' does not name a type
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                            ^~~~~~~~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library M10PWM claims to run on FP51 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /tmp/arduino-testlib556200848/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:67: error: expected ';' at end of member declaration
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:69: error: '__reentrant' does not name a type; did you mean '__restrict'?
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                     ^~~~~~~~~~~
                                                                     __restrict
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:74: error: expected ';' at end of member declaration
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:76: error: '__reentrant' does not name a type; did you mean '__restrict'?
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                            ^~~~~~~~~~~
                                                                            __restrict

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library M10PWM claims to run on FP51 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /tmp/arduino-testlib556200848/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:67: error: expected ';' at end of member declaration
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:69: error: '__reentrant' does not name a type
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                     ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:74: error: expected ';' at end of member declaration
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:76: error: '__reentrant' does not name a type
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                            ^~~~~~~~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library M10PWM claims to run on FP51 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /tmp/arduino-testlib944010807/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:67: error: expected ';' at end of member declaration
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:69: error: '__reentrant' does not name a type; did you mean '__restrict'?
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                     ^~~~~~~~~~~
                                                                     __restrict
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:74: error: expected ';' at end of member declaration
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:76: error: '__reentrant' does not name a type; did you mean '__restrict'?
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                            ^~~~~~~~~~~
                                                                            __restrict

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library M10PWM claims to run on FP51 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /tmp/arduino-testlib136183621/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:67: error: expected ';' at end of member declaration
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:34:69: error: '__reentrant' does not name a type
     void (*resolution) (uint8_t pwm_index, uint16_t pwm_resolution) __reentrant;
                                                                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:74: error: expected ';' at end of member declaration
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M10PWM/src/M10PWM.h:35:76: error: '__reentrant' does not name a type
     void (*dutyCycle) (uint8_t pwm_index, uint8_t pwm_on, uint8_t pwm_off) __reentrant;
                                                                            ^