Yet Another Arduino PcInt Library - compatibility matrix

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

Yet Another Arduino PcInt Library

Version: 2.1.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1458 bytes (4%) of program storage space. Maximum is 32256 bytes.
Global variables use 114 bytes (5%) of dynamic memory, leaving 1934 bytes for local variables. Maximum is 2048 bytes.

examples/PinChanged

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: note: suggested alternative: 'A7'
   {A8,  "A8"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: note: suggested alternative: 'A7'
   {A9,  "A9"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

examples/PinListenerComponent

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: note: suggested alternative: 'A7'
   {A8,  "A8"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: note: suggested alternative: 'A7'
   {A9,  "A9"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/PinChangeInterruptBoards.h:64:2: error: #error PinChangeInterrupt library does not support this MCU.
 #error PinChangeInterrupt library does not support this MCU.
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::attachInterrupt(uint8_t, PcInt::callback, void*, uint8_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:30: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:30: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:23: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:23: note: suggested alternative: 'digitalPinToPort'
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
                       digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:21: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:21: note: suggested alternative: 'digitalPinToPort'
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
                     digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:121:25: error: '_BV' was not declared in this scope
   uint8_t portBitMask = _BV(portBit);
                         ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:121:25: note: suggested alternative: '_B'
   uint8_t portBitMask = _BV(portBit);
                         ^~~
                         _B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: error: 'SREG' was not declared in this scope
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:125:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: note: suggested alternative: 'SING'
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:125:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::detachInterrupt(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:30: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:30: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:23: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:23: note: suggested alternative: 'digitalPinToPort'
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
                       digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:21: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:21: note: suggested alternative: 'digitalPinToPort'
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
                     digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:150:25: error: '_BV' was not declared in this scope
   uint8_t portBitMask = _BV(portBit);
                         ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:150:25: note: suggested alternative: '_B'
   uint8_t portBitMask = _BV(portBit);
                         ^~~
                         _B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: error: 'SREG' was not declared in this scope
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:154:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: note: suggested alternative: 'SING'
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:154:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~

examples/PinChanged

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: note: suggested alternative: 'A7'
   {A8,  "A8"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: note: suggested alternative: 'A7'
   {A9,  "A9"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

examples/PinListenerComponent

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: note: suggested alternative: 'A7'
   {A8,  "A8"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: note: suggested alternative: 'A7'
   {A9,  "A9"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/PinChangeInterruptBoards.h:64:2: error: #error PinChangeInterrupt library does not support this MCU.
 #error PinChangeInterrupt library does not support this MCU.
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::attachInterrupt(uint8_t, PcInt::callback, void*, uint8_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:30: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:30: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:23: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:23: note: suggested alternative: 'digitalPinToPort'
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
                       digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:21: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:21: note: suggested alternative: 'digitalPinToPort'
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
                     digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::detachInterrupt(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:30: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:30: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:23: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:23: note: suggested alternative: 'digitalPinToPort'
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
                       digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:21: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:21: note: suggested alternative: 'digitalPinToPort'
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
                     digitalPinToPort

examples/PinChanged

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: note: suggested alternative: 'A7'
   {A8,  "A8"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: note: suggested alternative: 'A7'
   {A9,  "A9"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

examples/PinListenerComponent

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: note: suggested alternative: 'A7'
   {A8,  "A8"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: note: suggested alternative: 'A7'
   {A9,  "A9"},
    ^~
    A7
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/PinChangeInterruptBoards.h:64:2: error: #error PinChangeInterrupt library does not support this MCU.
 #error PinChangeInterrupt library does not support this MCU.
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::attachInterrupt(uint8_t, PcInt::callback, void*, uint8_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:30: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:30: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:23: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:23: note: suggested alternative: 'digitalPinToPort'
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
                       digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:21: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:21: note: suggested alternative: 'digitalPinToPort'
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
                     digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:121:25: error: '_BV' was not declared in this scope
   uint8_t portBitMask = _BV(portBit);
                         ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:121:25: note: suggested alternative: '_B'
   uint8_t portBitMask = _BV(portBit);
                         ^~~
                         _B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: error: 'SREG' was not declared in this scope
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:125:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: note: suggested alternative: 'SING'
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:125:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::detachInterrupt(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:30: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:30: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:30: note: suggested alternative: 'digitalPinToPort'
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                              ^~~~~~~~~~~~~~~~~
                              digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:23: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:23: note: suggested alternative: 'digitalPinToPort'
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                       ^~~~~~~~~~~~~~~~~~~~
                       digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:21: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:21: note: suggested alternative: 'digitalPinToPort'
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                     ^~~~~~~~~~~~~~~~~~~~
                     digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:150:25: error: '_BV' was not declared in this scope
   uint8_t portBitMask = _BV(portBit);
                         ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:150:25: note: suggested alternative: '_B'
   uint8_t portBitMask = _BV(portBit);
                         ^~~
                         _B
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: error: 'SREG' was not declared in this scope
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:154:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: note: suggested alternative: 'SING'
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:154:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^~~~~~~~~~~~~~~~~~~~

examples/PinChanged

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:17:4: note: suggested alternative: 'A6'
   {A8,  "A8"},
    ^~
    A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:18:4: note: suggested alternative: 'A6'
   {A9,  "A9"},
    ^~
    A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:19:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:20:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:21:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:22:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:23:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinChanged/PinChanged.ino:24:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

examples/PinListenerComponent

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr 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/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: note: suggested alternative: 'A6'
   {A8,  "A8"},
    ^~
    A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: note: suggested alternative: 'A6'
   {A9,  "A9"},
    ^~
    A6
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: error: 'A10' was not declared in this scope
   {A10, "A10"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:42:4: note: suggested alternative: 'A1'
   {A10, "A10"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: error: 'A11' was not declared in this scope
   {A11, "A11"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:43:4: note: suggested alternative: 'A1'
   {A11, "A11"},
    ^~~
    A1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: error: 'A12' was not declared in this scope
   {A12, "A12"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:44:4: note: suggested alternative: 'A2'
   {A12, "A12"},
    ^~~
    A2
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: error: 'A13' was not declared in this scope
   {A13, "A13"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:45:4: note: suggested alternative: 'A3'
   {A13, "A13"},
    ^~~
    A3
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: error: 'A14' was not declared in this scope
   {A14, "A14"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:46:4: note: suggested alternative: 'A4'
   {A14, "A14"},
    ^~~
    A4
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: error: 'A15' was not declared in this scope
   {A15, "A15"},
    ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:47:4: note: suggested alternative: 'A5'
   {A15, "A15"},
    ^~~
    A5

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:29:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/PinChangeInterruptBoards.h:64:2: error: #error PinChangeInterrupt library does not support this MCU.
 #error PinChangeInterrupt library does not support this MCU.
  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::attachInterrupt(uint8_t, PcInt::callback, void*, uint8_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:117:51: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:118:51: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:119:47: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:120:45: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: error: 'SREG' was not declared in this scope
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:125:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp: In static member function 'static void PcInt::detachInterrupt(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:146:51: error: 'digitalPinToPCICR' was not declared in this scope
   volatile uint8_t * pcicr = digitalPinToPCICR(pin);
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:147:51: error: 'digitalPinToPCMSK' was not declared in this scope
   volatile uint8_t * pcmsk = digitalPinToPCMSK(pin);
                                                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:148:47: error: 'digitalPinToPCICRbit' was not declared in this scope
   uint8_t portGroup = digitalPinToPCICRbit(pin);
                                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:149:45: error: 'digitalPinToPCMSKbit' was not declared in this scope
   uint8_t portBit = digitalPinToPCMSKbit(pin);
                                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:31:52: error: 'SREG' was not declared in this scope
 #define WITHOUT_INTERRUPTION(CODE) {uint8_t sreg = SREG; noInterrupts(); {CODE} SREG = sreg;}
                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/src/YetAnotherPcInt.cpp:154:5: note: in expansion of macro 'WITHOUT_INTERRUPTION'
     WITHOUT_INTERRUPTION({
     ^

examples/PinChanged

Result: FAIL

cp: cannot create regular file '/tmp/arduino-sketch-01005D64AB00810A147AEAC6C98C784B/partitions.csv': No such file or directory

examples/PinListenerComponent

Result: FAIL

WARNING: library Yet_Another_Arduino_PcInt_Library claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:40:4: error: 'A8' was not declared in this scope
   {A8,  "A8"},
    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Yet_Another_Arduino_PcInt_Library/examples/PinListenerComponent/PinListenerComponent.ino:41:4: error: 'A9' was not declared in this scope
   {A9,  "A9"},
    ^