This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.1
More details
| Board | Claims compatibility | Inclusion | X_NUCLEO_NFC05A1_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 |
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library STM32duino_X-NUCLEO-NFC05A1 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.
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_ST25R3911B claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:215:16: error: 'function' in namespace 'std' does not name a template type
static std::function<Ret(Params...)> func;
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:219:6: error: 'function' in namespace 'std' does not name a template type
std::function<Ret(Params...)> Callback<Ret(Params...)>::func;
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
#define SPI_MOSI D11
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:68:18: note: suggested alternative: 'DD2'
#define SPI_MISO D12
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:69:17: note: suggested alternative: 'DD3'
#define SPI_SCK D13
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
#define CS_PIN D10
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: error: 'D5' was not declared in this scope
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:294:11: note: in expansion of macro 'LED_V_PIN'
pinMode(LED_V_PIN, OUTPUT);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: note: suggested alternative: 'A5'
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:294:11: note: in expansion of macro 'LED_V_PIN'
pinMode(LED_V_PIN, OUTPUT);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:75:22: error: 'D4' was not declared in this scope
#define LED_AP2P_PIN D4
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:295:11: note: in expansion of macro 'LED_AP2P_PIN'
pinMode(LED_AP2P_PIN, OUTPUT);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:75:22: note: suggested alternative: 'A4'
#define LED_AP2P_PIN D4
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:295:11: note: in expansion of macro 'LED_AP2P_PIN'
pinMode(LED_AP2P_PIN, OUTPUT);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:76: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:296: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:76:23: note: suggested alternative: 'A7'
#define LED_FIELD_PIN D7
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:296: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:297: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:297:11: note: suggested alternative: '_SFR_BYTE'
pinMode(USER_BTN, INPUT);
^~~~~~~~
_SFR_BYTE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NU
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library STM32duino_X-NUCLEO-NFC05A1 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.
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_ST25R3911B 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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
#define SPI_MOSI D11
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:68:18: note: suggested alternative: 'p12'
#define SPI_MISO D12
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:69:17: note: suggested alternative: 'p13'
#define SPI_SCK D13
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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_ST25R3911B/src/rfal_rfst25r3911.h:40,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
#define CS_PIN D10
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: error: 'D5' was not declared in this scope
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.i
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library STM32duino_X-NUCLEO-NFC05A1 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.
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_ST25R3911B 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_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:215:16: error: 'function' in namespace 'std' does not name a template type
static std::function<Ret(Params...)> func;
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:219:6: error: 'function' in namespace 'std' does not name a template type
std::function<Ret(Params...)> Callback<Ret(Params...)>::func;
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
#define SPI_MOSI D11
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:68:18: note: suggested alternative: 'DD2'
#define SPI_MISO D12
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:69:17: note: suggested alternative: 'DD3'
#define SPI_SCK D13
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
#define CS_PIN D10
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: error: 'D5' was not declared in this scope
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:294:11: note: in expansion of macro 'LED_V_PIN'
pinMode(LED_V_PIN, OUTPUT);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: note: suggested alternative: 'A5'
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:294:11: note: in expansion of macro 'LED_V_PIN'
pinMode(LED_V_PIN, OUTPUT);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:75:22: error: 'D4' was not declared in this scope
#define LED_AP2P_PIN D4
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:295:11: note: in expansion of macro 'LED_AP2P_PIN'
pinMode(LED_AP2P_PIN, OUTPUT);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:75:22: note: suggested alternative: 'A4'
#define LED_AP2P_PIN D4
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:295:11: note: in expansion of macro 'LED_AP2P_PIN'
pinMode(LED_AP2P_PIN, OUTPUT);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:76: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:296: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:76:23: note: suggested alternative: 'A7'
#define LED_FIELD_PIN D7
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:296: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:297: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:297:11: note: suggested alternative: 'USART2'
pinMode(USER_BTN, INPUT);
^~~~~~~~
USART2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library STM32duino_X-NUCLEO-NFC05A1 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.
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_ST25R3911B claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:215:16: error: 'function' in namespace 'std' does not name a template type
static std::function<Ret(Params...)> func;
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:219:6: error: 'function' in namespace 'std' does not name a template type
std::function<Ret(Params...)> Callback<Ret(Params...)>::func;
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:67:18: note: suggested alternative: 'B11'
#define SPI_MOSI D11
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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_ST25R3911B/src/rfal_rfst25r3911.h:40,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:70:16: note: suggested alternative: 'B10'
#define CS_PIN D10
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: error: 'D5' was not declared in this scope
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:294:11: note: in expansion of macro 'LED_V_PIN'
pinMode(LED_V_PIN, OUTPUT);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:74:19: note: suggested alternative: 'A5'
#define LED_V_PIN D5
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/exam
Result: PASS
This library has no main header file so an empty one was created.
WARNING: library STM32duino_X-NUCLEO-NFC05A1 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.
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_ST25R3911B 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-FA75B495E9766490B0901ABE87832632/sketch/X_NUCLEO_NFC05A1_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 */
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:58:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:215:16: error: 'function' in namespace 'std' does not name a template type
static std::function<Ret(Params...)> func;
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_ST25R3911B/src/rfal_rfst25r3911.h:219:6: error: 'function' in namespace 'std' does not name a template type
std::function<Ret(Params...)> Callback<Ret(Params...)>::func;
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:172:46: note: in expansion of macro 'CS_PIN'
RfalRfST25R3911BClass rfst25r3911b(&dev_spi, CS_PIN, IRQ_PIN);
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void checkUserButton()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:72: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:73: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:293: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:297: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:72: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:448: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:73: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:483: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void ledsOn()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:72: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:1188: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:73: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:1189: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino: In function 'void ledsOff()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_X-NUCLEO-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:72: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:1198: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:73: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-NFC05A1/examples/X_NUCLEO_NFC05A1_HelloWorld/X_NUCLEO_NFC05A1_HelloWorld.ino:1199:16: note: in expansion of macro 'LED_F_PIN'
digitalWrite(LED_F_PIN, LOW);