STM32duino X-NUCLEO-NFC03A1 - compatibility matrix

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

STM32duino X-NUCLEO-NFC03A1

Version: 2.0.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
X_NUCLEO_NFC03A1_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-NFC03A1 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_NFC03A1_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 avr architecture(s).
WARNING: library STM32duino_ST25R95 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: error: 'D11' was not declared in this scope
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: error: 'D12' was not declared in this scope
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: note: suggested alternative: 'DD2'
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: error: 'D13' was not declared in this scope
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: note: suggested alternative: 'DD3'
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:75:20: error: 'D8' was not declared in this scope
 #define IRQ_IN_PIN D8
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:48: note: in expansion of macro 'IRQ_IN_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:75:20: note: suggested alternative: 'u8'
 #define IRQ_IN_PIN D8
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:48: note: in expansion of macro 'IRQ_IN_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:76:21: error: 'D2' was not declared in this scope
 #define IRQ_OUT_PIN D2
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:60: note: in expansion of macro 'IRQ_OUT_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:76:21: note: suggested alternative: 'A2'
 #define IRQ_OUT_PIN D2
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:60: note: in expansion of macro 'IRQ_OUT_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:77:23: error: 'D9' was not declared in this scope
 #define INTERFACE_PIN D9
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:73: note: in expansion of macro 'INTERFACE_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                                         ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:240: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:240: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:71:19: error: 'D7' was not declared in this scope
 #define LED_A_PIN D7
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:291:11: note: in expansion of macro 'LED_A_PIN'
   pinMode(LED_A_PIN, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:71:19: note: suggested alternative: 'A7'
 #define LED_A_PIN D7
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:291:11: note: in expansion of macro 'LED_A_PIN'
   pinMode(LED_A_PIN, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:72:19: error: 'D6' was not declared in this scope
 #define LED_B_PIN D6
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

WARNING: library STM32duino_X-NUCLEO-NFC03A1 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_NFC03A1_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_ST25R95 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: error: 'D11' was not declared in this scope
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: error: 'D12' was not declared in this scope
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: note: suggested alternative: 'p12'
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: error: 'D13' was not declared in this scope
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: note: suggested alternative: 'p13'
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:10: 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_ST25R95/src/rfal_rfst25r95.h:40,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:75:20: error: 'D8' was not declared in this scope
 #define IRQ_IN_PIN D8
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:48: note: in expansion of macro 'IRQ_IN_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:75:20: note: suggested alternative: 'p8'
 #define IRQ_IN_PIN D8
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:48: note: in expansion of macro 'IRQ_IN_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:7

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

WARNING: library STM32duino_X-NUCLEO-NFC03A1 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_NFC03A1_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 megaavr architecture(s).
WARNING: library STM32duino_ST25R95 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: error: 'D11' was not declared in this scope
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: error: 'D12' was not declared in this scope
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: note: suggested alternative: 'DD2'
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: error: 'D13' was not declared in this scope
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: note: suggested alternative: 'DD3'
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:75:20: error: 'D8' was not declared in this scope
 #define IRQ_IN_PIN D8
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:48: note: in expansion of macro 'IRQ_IN_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:76:21: error: 'D2' was not declared in this scope
 #define IRQ_OUT_PIN D2
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:60: note: in expansion of macro 'IRQ_OUT_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:76:21: note: suggested alternative: 'A2'
 #define IRQ_OUT_PIN D2
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:60: note: in expansion of macro 'IRQ_OUT_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:77:23: error: 'D9' was not declared in this scope
 #define INTERFACE_PIN D9
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:73: note: in expansion of macro 'INTERFACE_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                                         ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:240: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:240:19: note: suggested alternative: 'USART2'
   if (digitalRead(USER_BTN) == PushButtonState) {
                   ^~~~~~~~
                   USART2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:71:19: error: 'D7' was not declared in this scope
 #define LED_A_PIN D7
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:291:11: note: in expansion of macro 'LED_A_PIN'
   pinMode(LED_A_PIN, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:71:19: note: suggested alternative: 'A7'
 #define LED_A_PIN D7
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:291:11: note: in expansion of macro 'LED_A_PIN'
   pinMode(LED_A_PIN, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:72:19: error: 'D6' was not declared in this scope
 #define LED_B_PIN D6
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:292: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:72:19: note: suggested alternative: 'A6'
 #define LED_B_PIN D6
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:292:11: note

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-NFC03A1 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_NFC03A1_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_ST25R95 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: error: 'D11' was not declared in this scope
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: error: 'D12' was not declared in this scope
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: error: 'D13' was not declared in this scope
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:10: 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_ST25R95/src/rfal_rfst25r95.h:40,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
 #define CS_PIN D10
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:75:20: error: 'D8' was not declared in this scope
 #define IRQ_IN_PIN D8
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:48: note: in expansion of macro 'IRQ_IN_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:76:21: error: 'D2' was not declared in this scope
 #define IRQ_OUT_PIN D2
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:60: note: in expansion of macro 'IRQ_OUT_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:76:21: note: suggested alternative: 'A2'
 #define IRQ_OUT_PIN D2
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:60: note: in expansion of macro 'IRQ_OUT_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                            ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:77:23: error: 'D9' was not declared in this scope
 #define INTERFACE_PIN D9
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:73: note: in expansion of macro 'INTERFACE_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                                         ^~~~~~~~~~~~~
/ho

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

WARNING: library STM32duino_X-NUCLEO-NFC03A1 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_NFC03A1_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_ST25R95 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-BEF814B31D32BF048D3ED293BCD29CCB/sketch/X_NUCLEO_NFC03A1_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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:67:18: error: 'D11' was not declared in this scope
 #define SPI_MOSI D11
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:18: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:68:18: error: 'D12' was not declared in this scope
 #define SPI_MISO D12
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:28: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:69:17: error: 'D13' was not declared in this scope
 #define SPI_SCK D13
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:171:38: 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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:70: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:40: note: in expansion of macro 'CS_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:77:23: error: 'D9' was not declared in this scope
 #define INTERFACE_PIN D9
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:172:73: note: in expansion of macro 'INTERFACE_PIN'
 RfalRfST25R95Class rfst25r95(&dev_spi, CS_PIN, IRQ_IN_PIN, IRQ_OUT_PIN, INTERFACE_PIN);
                                                                         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:240: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-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC03A1/examples/X_NUCLEO_NFC03A1_HelloWorld/X_NUCLEO_NFC03A1_HelloWorld.ino:295:11: error: 'USER_BTN' was not declared in this scope
   pinMode(USER_BTN, INPUT);
           ^