STM32duino X-NUCLEO-NFC06A1 - compatibility matrix

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

STM32duino X-NUCLEO-NFC06A1

Version: 1.0.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
X_NUCLEO_NFC06A1_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

WARNING: library STM32duino_X-NUCLEO-NFC06A1 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_NFC06A1_HelloWorld

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3916/src/rfal_rfst25r3916.h:51:10: fatal error: functional: No such file or directory
 #include <functional>
          ^~~~~~~~~~~~
compilation terminated.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

WARNING: library STM32duino_X-NUCLEO-NFC06A1 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_NFC06A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_NFC-RFAL claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library STM32duino_ST25R3916 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-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:70:20: error: 'D11' was not declared in this scope
   #define SPI_MOSI D11
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:20: note: in expansion of macro 'SPI_MOSI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                    ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:70:20: note: suggested alternative: 'B11'
   #define SPI_MOSI D11
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:20: note: in expansion of macro 'SPI_MOSI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                    ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:71:20: error: 'D12' was not declared in this scope
   #define SPI_MISO D12
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:30: note: in expansion of macro 'SPI_MISO'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                              ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:71:20: note: suggested alternative: 'p12'
   #define SPI_MISO D12
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:30: note: in expansion of macro 'SPI_MISO'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                              ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:72:19: error: 'D13' was not declared in this scope
   #define SPI_SCK D13
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:40: note: in expansion of macro 'SPI_SCK'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:72:19: note: suggested alternative: 'p13'
   #define SPI_SCK D13
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:40: note: in expansion of macro 'SPI_SCK'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:12: error: cannot declare variable 'dev_spi' to be of abstract type 'arduino::HardwareSPI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
            ^~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/libraries/SPI/SPI.h:22:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3916/src/rfal_rfst25r3916.h:40,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:58:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:104:7: note:   because the following virtual functions are pure within 'arduino::HardwareSPI':
 class HardwareSPI
       ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:109:21: note: 	virtual uint8_t arduino::HardwareSPI::transfer(uint8_t)
     virtual uint8_t transfer(uint8_t data) = 0;
                     ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:110:22: note: 	virtual uint16_t arduino::HardwareSPI::transfer16(uint16_t)
     virtual uint16_t transfer16(uint16_t data) = 0;
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:111:18: note: 	virtual void arduino::HardwareSPI::transfer(void*, size_t)
     virtual void transfer(void *buf, size_t count) = 0;
                  ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:114:18: note: 	virtual void arduino::HardwareSPI::usingInterrupt(int)
     virtual void usingInterrupt(int interruptNumber) = 0;
                  ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:115:18: note: 	virtual void arduino::HardwareSPI::notUsingInterrupt(int)
     virtual void notUsingInterrupt(int interruptNumber) = 0;
                  ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:116:18: note: 	virtual void arduino::HardwareSPI::beginTransaction(arduino::SPISettings)
     virtual void beginTransaction(SPISettings settings) = 0;
                  ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:117:18: note: 	virtual void arduino::HardwareSPI::endTransaction()
     virtual void endTransaction(void) = 0;
                  ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:120:18: note: 	virtual void arduino::HardwareSPI::attachInterrupt()
     virtual void attachInterrupt() = 0;
                  ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:121:18: note: 	virtual void arduino::HardwareSPI::detachInterrupt()
     virtual void detachInterrupt() = 0;
                  ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:123:18: note: 	virtual void arduino::HardwareSPI::begin()
     virtual void begin() = 0;
                  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/HardwareSPI.h:124:18: note: 	virtual void arduino::HardwareSPI::end()
     virtual void end() = 0;
                  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:74:16: error: 'D10' was not declared in this scope
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:177:46: note: in expansion of macro 'CS_PIN'
   RfalRfST25R3916Class rfst25r3916(&dev_spi, CS_PIN, IRQ_PIN);
                                              ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:74:16: note: suggested alternative: 'B10'
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:177:46: note: in expansion of macro 'CS_PIN'
   RfalRfST25R3916Class rfst25r3916(&dev_spi, CS_PIN, IRQ_PIN);
                                              ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:249:19: error: 'USER_BTN' was not declared in this scope
   if (digitalRead(USER_BTN) == PushButtonState) {
                   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:249:19: note: suggested alternative: 'USBTX'
   if (digitalRead(USER_BTN) == PushButtonState) {
                   ^~~~~~~~
                   USBTX
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:80:23: error: 'D7' was not declared in this scope
 #define LED_FIELD_PIN D7
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLE

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

WARNING: library STM32duino_X-NUCLEO-NFC06A1 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_NFC06A1_HelloWorld

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3916/src/rfal_rfst25r3916.h:51:10: fatal error: functional: No such file or directory
 #include <functional>
          ^~~~~~~~~~~~
compilation terminated.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

WARNING: library STM32duino_X-NUCLEO-NFC06A1 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_NFC06A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_NFC-RFAL claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library STM32duino_ST25R3916 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-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:70:20: error: 'D11' was not declared in this scope
   #define SPI_MOSI D11
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:20: note: in expansion of macro 'SPI_MOSI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                    ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:70:20: note: suggested alternative: 'B11'
   #define SPI_MOSI D11
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:20: note: in expansion of macro 'SPI_MOSI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                    ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:71:20: error: 'D12' was not declared in this scope
   #define SPI_MISO D12
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:30: note: in expansion of macro 'SPI_MISO'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                              ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:72:19: error: 'D13' was not declared in this scope
   #define SPI_SCK D13
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:40: note: in expansion of macro 'SPI_SCK'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:12: error: cannot declare variable 'dev_spi' to be of abstract type 'arduino::HardwareSPI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
            ^~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/libraries/SPI/SPI.h:24:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3916/src/rfal_rfst25r3916.h:40,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:58:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:104:7: note:   because the following virtual functions are pure within 'arduino::HardwareSPI':
 class HardwareSPI
       ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:109:21: note: 	virtual uint8_t arduino::HardwareSPI::transfer(uint8_t)
     virtual uint8_t transfer(uint8_t data) = 0;
                     ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:110:22: note: 	virtual uint16_t arduino::HardwareSPI::transfer16(uint16_t)
     virtual uint16_t transfer16(uint16_t data) = 0;
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:111:18: note: 	virtual void arduino::HardwareSPI::transfer(void*, size_t)
     virtual void transfer(void *buf, size_t count) = 0;
                  ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:114:18: note: 	virtual void arduino::HardwareSPI::usingInterrupt(int)
     virtual void usingInterrupt(int interruptNumber) = 0;
                  ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:115:18: note: 	virtual void arduino::HardwareSPI::notUsingInterrupt(int)
     virtual void notUsingInterrupt(int interruptNumber) = 0;
                  ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:116:18: note: 	virtual void arduino::HardwareSPI::beginTransaction(arduino::SPISettings)
     virtual void beginTransaction(SPISettings settings) = 0;
                  ^~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:117:18: note: 	virtual void arduino::HardwareSPI::endTransaction()
     virtual void endTransaction(void) = 0;
                  ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:120:18: note: 	virtual void arduino::HardwareSPI::attachInterrupt()
     virtual void attachInterrupt() = 0;
                  ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:121:18: note: 	virtual void arduino::HardwareSPI::detachInterrupt()
     virtual void detachInterrupt() = 0;
                  ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:123:18: note: 	virtual void arduino::HardwareSPI::begin()
     virtual void begin() = 0;
                  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/api/HardwareSPI.h:124:18: note: 	virtual void arduino::HardwareSPI::end()
     virtual void end() = 0;
                  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:74:16: error: 'D10' was not declared in this scope
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:177:46: note: in expansion of macro 'CS_PIN'
   RfalRfST25R3916Class rfst25r3916(&dev_spi, CS_PIN, IRQ_PIN);
                                              ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:74:16: note: suggested alternative: 'B10'
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:177:46: note: in expansion of macro 'CS_PIN'
   RfalRfST25R3916Class rfst25r3916(&dev_spi, CS_PIN, IRQ_PIN);
                                              ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:249:19: error: 'USER_BTN' was not declared in this scope
   if (digitalRead(USER_BTN) == PushButtonState) {
                   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:249:19: note: suggested alternative: '_SFR_BYTE'
   if (digitalRead(USER_BTN) == PushButtonState) {
                   ^~~~~~~~
                   _SFR_BYTE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:80:23: error: 'D7' was not declared in this scope
 #define LED_FIELD_PIN D7
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:312:11: note: in expansion of macro 'LED_FIELD_PIN'
   pinMode(LED_FIELD_PIN, OUTPUT);
           ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:313:11: error: 'USER_BTN' was not declared in this scope
   pinMode(USER_BTN, INPUT);
           ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:313:11: note: suggested alternative: '_SFR_BYTE'
   pinMode(USER_BTN, INPUT);
           ^~~~~~~~
           _SFR_BYTE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void ledsOn()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:80:23: error: 'D7' was not declared in this scope
 #define LED_FIELD_PIN D7
            

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-NFC06A1 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_NFC06A1_HelloWorld

Result: FAIL

WARNING: library STM32duino_NFC-RFAL claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
WARNING: library STM32duino_ST25R3916 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/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/esp32/xtensa/xtruntime.h:30:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/freertos/freertos/portmacro.h:80,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/freertos/freertos/portable.h:96,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/freertos/freertos/FreeRTOS.h:105,
                 from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:32,
                 from /tmp/arduino-sketch-F2923E29DE6CFF90A19E412A257F7371/sketch/X_NUCLEO_NFC06A1_HelloWorld.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/esp32/xtensa/config/specreg.h:40:13: error: expected unqualified-id before numeric constant
 #define BR  4
             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_NFC-RFAL/src/rfal_nfcDep.h:339:22: note: in expansion of macro 'BR'
   uint8_t            BR;             /*!< Initiator's Bit Rates supported in Rx */
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:70:20: error: 'D11' was not declared in this scope
   #define SPI_MOSI D11
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:20: note: in expansion of macro 'SPI_MOSI'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:71:20: error: 'D12' was not declared in this scope
   #define SPI_MISO D12
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:30: note: in expansion of macro 'SPI_MISO'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:72:19: error: 'D13' was not declared in this scope
   #define SPI_SCK D13
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:176:40: note: in expansion of macro 'SPI_SCK'
   SPIClass dev_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:74:16: error: 'D10' was not declared in this scope
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:177:46: note: in expansion of macro 'CS_PIN'
   RfalRfST25R3916Class rfst25r3916(&dev_spi, CS_PIN, IRQ_PIN);
                                              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:249:19: error: 'USER_BTN' was not declared in this scope
   if (digitalRead(USER_BTN) == PushButtonState) {
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:76:19: error: 'A2' was not declared in this scope
 #define LED_B_PIN A2
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:308:11: note: in expansion of macro 'LED_B_PIN'
   pinMode(LED_B_PIN, OUTPUT);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:77:19: error: 'A1' was not declared in this scope
 #define LED_F_PIN A1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:309:11: note: in expansion of macro 'LED_F_PIN'
   pinMode(LED_F_PIN, OUTPUT);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:313:11: error: 'USER_BTN' was not declared in this scope
   pinMode(USER_BTN, INPUT);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:76:19: error: 'A2' was not declared in this scope
 #define LED_B_PIN A2
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:464:26: note: in expansion of macro 'LED_B_PIN'
             digitalWrite(LED_B_PIN, HIGH);
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:77:19: error: 'A1' was not declared in this scope
 #define LED_F_PIN A1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:499:26: note: in expansion of macro 'LED_F_PIN'
             digitalWrite(LED_F_PIN, HIGH);
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void ledsOn()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:76:19: error: 'A2' was not declared in this scope
 #define LED_B_PIN A2
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:1204:16: note: in expansion of macro 'LED_B_PIN'
   digitalWrite(LED_B_PIN, HIGH);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:77:19: error: 'A1' was not declared in this scope
 #define LED_F_PIN A1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:1205:16: note: in expansion of macro 'LED_F_PIN'
   digitalWrite(LED_F_PIN, HIGH);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino: In function 'void ledsOff()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:76:19: error: 'A2' was not declared in this scope
 #define LED_B_PIN A2
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:1214:16: note: in expansion of macro 'LED_B_PIN'
   digitalWrite(LED_B_PIN, LOW);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:77:19: error: 'A1' was not declared in this scope
 #define LED_F_PIN A1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC06A1/examples/X_NUCLEO_NFC06A1_HelloWorld/X_NUCLEO_NFC06A1_HelloWorld.ino:1215:16: note: in expansion of macro 'LED_F_PIN'
   digitalWrite(LED_F_PIN, LOW);
                ^