STM32duino X-NUCLEO-53L4A1 - compatibility matrix

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

STM32duino X-NUCLEO-53L4A1

Version: 1.0.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
X_NUCLEO_53L4A1_HelloWorld
X_NUCLEO_53L4A1_HelloWorld_Interrupt
arduino:avr:uno
1.8.4
No ⚠️ PASS FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No ⚠️ PASS PASS PASS
arduino:megaavr:nona4809
1.8.7
No ⚠️ PASS FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No ⚠️ PASS PASS PASS
esp32:esp32:d1_mini32
1.0.6
No ⚠️ PASS 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-53L4A1 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_53L4A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_VL53L4CD 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_VL53L4CD/src/vl53l4cd_calibration.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_CalibrateXtalk(int16_t, uint16_t*, int16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:124:3: error: 'float_t' was not declared in this scope
   float_t AverageSignal = (float_t)0.0;
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:124:3: note: suggested alternative: 'float'
   float_t AverageSignal = (float_t)0.0;
   ^~~~~~~
  /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: error: 'inter_measurement_factor' was not declared in this scope
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: note: suggested alternative: 'inter_measurement_ms'
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
     inter_measurement_ms
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_GetRangeTiming(uint32_t*, uint32_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: error: 'float_t' was not declared in this scope
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: note: suggested alternative: 'float'
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~~~~
   float
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:415:3: error: 'clock_pll_factor' was not declared in this scope
   clock_pll_factor = clock_pll_factor * (float_t)clock_pll;
   ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:415:3: note: suggested alternative: 'clock_pll'
   clock_pll_factor = clock_pll_factor * (float_t)clock_pll;
   ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:187:5: error: 'AverageSpadNb' was not declared in this scope
     AverageSpadNb = AverageSpadNb / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:188:5: error: 'AverageSignal' was not declared in this scope
     AverageSignal = AverageSignal / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:190:5: error: 'tmp_xtalk' was not declared in this scope
     tmp_xtalk = (float_t)512.0 * (AverageSignal *
     ^~~~~~~~~

examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt

Result: FAIL

WARNING: library STM32duino_VL53L4CD 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_VL53L4CD/src/vl53l4cd_calibration.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_CalibrateXtalk(int16_t, uint16_t*, int16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:124:3: error: 'float_t' was not declared in this scope
   float_t AverageSignal = (float_t)0.0;
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:124:3: note: suggested alternative: 'float'
   float_t AverageSignal = (float_t)0.0;
   ^~~~~~~
  /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: error: 'inter_measurement_factor' was not declared in this scope
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: note: suggested alternative: 'inter_measurement_ms'
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
     inter_measurement_ms
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_GetRangeTiming(uint32_t*, uint32_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: error: 'float_t' was not declared in this scope
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: note: suggested alternative: 'float'
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~~~~
   float
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:415:3: error: 'clock_pll_factor' was not declared in this scope
   clock_pll_factor = clock_pll_factor * (float_t)clock_pll;
   ^~~~~~~~/home/ec2/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:415:3: note: suggested alternative: 'clock_pll'
   clock_pll_factor = clock_pll_factor * (float_t)clock_pll;
   ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:187:5: error: 'AverageSpadNb' was not declared in this scope
     AverageSpadNb = AverageSpadNb / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:188:5: error: 'AverageSignal' was not declared in this scope
     AverageSignal = AverageSignal / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:190:5: error: 'tmp_xtalk' was not declared in this scope
     tmp_xtalk = (float_t)512.0 * (AverageSignal *
     ^~~~~~~~~

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-53L4A1 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_53L4A1_HelloWorld

Result: PASS

WARNING: library STM32duino_VL53L4CD claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 86378 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44240 bytes (16%) of dynamic memory, leaving 226096 bytes for local variables. Maximum is 270336 bytes.

examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt

Result: PASS

WARNING: library STM32duino_VL53L4CD claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 87498 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 44496 bytes (16%) of dynamic memory, leaving 225840 bytes for local variables. Maximum is 270336 bytes.

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-53L4A1 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_53L4A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_VL53L4CD 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_VL53L4CD/src/vl53l4cd_calibration.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_CalibrateXtalk(int16_t, uint16_t*, int16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:124:3: error: 'float_t' was not declared in this scope
   float_t AverageSignal = (float_t)0.0;
   ^~~~~~~
������������������������������������������������������������������������������������������ges/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: error: 'inter_measurement_factor' was not declared in this scope
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: note: suggested alternative: 'inter_measurement_ms'
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
     inter_measurement_ms
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_GetRangeTiming(uint32_t*, uint32_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: error: 'float_t' was not declared in this scope
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: note: suggested alternative: 'float'
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:183:7: error: 'AverageSignal' was not declared in this scope
       AverageSignal += (float_t)results.signal_rate_kcps;
       ^~~~~~~~~~~~~
/home/ec2/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:415:3: note: suggested alternative: 'clock_pll'
   clock_pll_factor = clock_pll_factor * (float_t)clock_pll;
   ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:187:5: error: 'AverageSpadNb' was not declared in this scope
     AverageSpadNb = AverageSpadNb / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:188:5: error: 'AverageSignal' was not declared in this scope
     AverageSignal = AverageSignal / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:190:5: error: 'tmp_xtalk' was not declared in this scope
     tmp_xtalk = (float_t)512.0 * (AverageSignal *
     ^~~~~~~~~

examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt

Result: FAIL

WARNING: library STM32duino_VL53L4CD claims to run on stm32 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/STM32duino_VL53L4CD/src/vl53l4cd_class.h:43:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/platform.cpp:38:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h: In member function 'uint8_t VL53L4CD::VL53L4CD_I2CRead(uint������������������������������������������������������������������������������������������ges/arduino/hardware/megaavr/1.8.7/libraries/Wire/src/Wire.h:63:12: note: candidate 1: size_t TwoWire::requestFrom(/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: error: 'inter_measurement_factor' was not declared in this scope
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:354:5: note: suggested alternative: 'inter_measurement_ms'
     inter_measurement_factor = inter_measurement_factor
     ^~~~~~~~~~~~~~~~~~~~~~~~
     inter_measurement_ms
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp: In member function 'VL53L4CD_ERROR VL53L4CD::VL53L4CD_GetRangeTiming(uint32_t*, uint32_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: error: 'float_t' was not declared in this scope
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:408:3: note: suggested alternative: 'float'
   float_t clock_pll_factor = (float_t)1.065;
   ^~~~/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:183:7: error: 'AverageSignal' was not declared in this scope
       AverageSignal += (float_t)results.signal_rate_kcps;
       ^~~~~~~~~~~~~
/home/ec2/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_api.cpp:415:3: note: suggested alternative: 'clock_pll'
   clock_pll_factor = clock_pll_factor * (float_t)clock_pll;
   ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:187:5: error: 'AverageSpadNb' was not declared in this scope
     AverageSpadNb = AverageSpadNb / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:188:5: error: 'AverageSignal' was not declared in this scope
     AverageSignal = AverageSignal / (float_t)nb_samples;
     ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_VL53L4CD/src/vl53l4cd_calibration.cpp:190:5: error: 'tmp_xtalk' was not declared in this scope
     tmp_xtalk = (float_t)512.0 * (AverageSignal *
     ^~~~~~~~~

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-53L4A1 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_53L4A1_HelloWorld

Result: PASS

WARNING: library STM32duino_VL53L4CD claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 20112 bytes (7%) of program storage space. Maximum is 262144 bytes.
Global variables use 3600 bytes (10%) of dynamic memory, leaving 29168 bytes for local variables. Maximum is 32768 bytes.

examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt

Result: PASS

WARNING: library STM32duino_VL53L4CD claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 20568 bytes (7%) of program storage space. Maximum is 262144 bytes.
Global variables use 3748 bytes (11%) of dynamic memory, leaving 29020 bytes for local variables. Maximum is 32768 bytes.

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-53L4A1 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_53L4A1_HelloWorld

Result: PASS

WARNING: library STM32duino_VL53L4CD claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
Sketch uses 216266 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14168 bytes (4%) of dynamic memory, leaving 313512 bytes for local variables. Maximum is 327680 bytes.

examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt

Result: FAIL

WARNING: library STM32duino_VL53L4CD claims to run on stm32 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/STM32duino_X-NUCLEO-53L4A1/examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt/X_NUCLEO_53L4A1_HelloWorld_Interrupt.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-53L4A1/examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt/X_NUCLEO_53L4A1_HelloWorld_Interrupt.ino:75:22: error: 'A2' was not declared in this scope
 #define interruptPin A2
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-53L4A1/examples/X_NUCLEO_53L4A1_HelloWorld_Interrupt/X_NUCLEO_53L4A1_HelloWorld_Interrupt.ino:96:11: note: in expansion of macro 'interruptPin'
   pinMode(interruptPin, INPUT_PULLUP);
           ^