STM32duino X-NUCLEO-LED61A1 - compatibility matrix

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

STM32duino X-NUCLEO-LED61A1

Version: 1.0.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

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

Result: FAIL

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: error: 'D4' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                       ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: note: suggested alternative: 'A4'
     led = new Led6001(D4, A3, D6, D5);
                       ^~
                       A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: error: 'D6' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                               ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: note: suggested alternative: 'A6'
     led = new Led6001(D4, A3, D6, D5);
                               ^~
                               A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: error: 'D5' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: note: suggested alternative: 'A5'
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
                                   A5

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 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/X_NUCLEO_LED61A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: error: 'D4' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                       ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: note: suggested alternative: 'A4'
     led = new Led6001(D4, A3, D6, D5);
                       ^~
                       A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: error: 'D6' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                               ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: note: suggested alternative: 'A6'
     led = new Led6001(D4, A3, D6, D5);
                               ^~
                               A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: error: 'D5' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: note: suggested alternative: 'A5'
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
                                   A5

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 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/X_NUCLEO_LED61A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: error: 'D4' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                       ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: note: suggested alternative: 'A4'
     led = new Led6001(D4, A3, D6, D5);
                       ^~
                       A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: error: 'D6' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                               ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: note: suggested alternative: 'A6'
     led = new Led6001(D4, A3, D6, D5);
                               ^~
                               A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: error: 'D5' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: note: suggested alternative: 'A5'
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
                                   A5

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 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/X_NUCLEO_LED61A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: error: 'D4' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                       ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:23: note: suggested alternative: 'A4'
     led = new Led6001(D4, A3, D6, D5);
                       ^~
                       A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: error: 'D6' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                               ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:31: note: suggested alternative: 'A6'
     led = new Led6001(D4, A3, D6, D5);
                               ^~
                               A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: error: 'D5' was not declared in this scope
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:144:35: note: suggested alternative: 'A5'
     led = new Led6001(D4, A3, D6, D5);
                                   ^~
                                   A5

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
Sketch uses 197736 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13084 bytes (3%) of dynamic memory, leaving 314596 bytes for local variables. Maximum is 327680 bytes.

examples/X_NUCLEO_LED61A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_X-NUCLEO-LED61A1 claims to run on stm32 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/STM32duino_X-NUCLEO-LED61A1/examples/X_NUCLEO_LED61A1_HelloWorld/X_NUCLEO_LED61A1_HelloWorld.ino:46:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h: In member function 'virtual void Led6001::set_pwm_dimming(float)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h:198:66: error: 'analogWrite' was not declared in this scope
             analogWrite(pwm, (uint8_t) (dimming * PWM_DIMMING_ON));
                                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h: In member function 'virtual void Led6001::set_analog_dimming(float)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h:211:158: error: 'analogWrite' was not declared in this scope
             analogWrite(analog, (uint8_t) (((float) (dimming * (MAX_PWM_ANALOG_DIMMING - MIN_PWM_ANALOG_DIMMING) + MIN_PWM_ANALOG_DIMMING)) * PWM_DIMMING_ON));
                                                                                                                                                              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h: In member function 'virtual void Led6001::power_on()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h:222:40: error: 'analogWrite' was not declared in this scope
         analogWrite(pwm, PWM_DIMMING_ON);
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h: In member function 'virtual void Led6001::power_off()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-LED61A1/src/Led6001.h:233:41: error: 'analogWrite' was not declared in this scope
         analogWrite(pwm, PWM_DIMMING_OFF);
                                         ^