Rocket Scream LowPowerAVRZero - compatibility matrix

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

Rocket Scream LowPowerAVRZero

Version: 1.0.0
More details

Compatibility matrix

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

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

WARNING: library Rocket_Scream_LowPowerAVRZero claims to run on megaavr architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::disablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:53:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:56:19: error: 'PORT_ISC_INPUT_DISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INPUT_DISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::enablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:69:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:72:19: error: 'PORT_ISC_INTDISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INTDISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~

examples/PowerDown

Result: FAIL

WARNING: library Rocket_Scream_LowPowerAVRZero claims to run on megaavr architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::disablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:53:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:56:19: error: 'PORT_ISC_INPUT_DISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INPUT_DISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::enablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:69:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:72:19: error: 'PORT_ISC_INTDISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INTDISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~

examples/PowerDownExternalInterrupt

Result: FAIL

WARNING: library Rocket_Scream_LowPowerAVRZero claims to run on megaavr architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::disablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:53:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:56:19: error: 'PORT_ISC_INPUT_DISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INPUT_DISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::enablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:69:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:72:19: error: 'PORT_ISC_INTDISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INTDISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~

examples/StandbyRTC

Result: FAIL

WARNING: library Rocket_Scream_LowPowerAVRZero claims to run on megaavr architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
WARNING: library Rocket_Scream_RTCAVRZero claims to run on megaavr architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::disablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:48:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:50:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:53:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:56:19: error: 'PORT_ISC_INPUT_DISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INPUT_DISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp: In member function 'void RocketScream_LowPowerAVRZeroClass::enablePinISC(uint8_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: error: 'PORT_t' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:3: note: suggested alternative: 'PORT0'
   PORT_t *port = digitalPinToPortStruct(pin);
   ^~~~~~
   PORT0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: error: 'port' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:11: note: suggested alternative: 'word'
   PORT_t *port = digitalPinToPortStruct(pin);
           ^~~~
           word
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: error: 'digitalPinToPortStruct' was not declared in this scope
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:64:18: note: suggested alternative: 'digitalPinToPort'
   PORT_t *port = digitalPinToPortStruct(pin);
                  ^~~~~~~~~~~~~~~~~~~~~~
                  digitalPinToPort
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: error: 'digitalPinToBitPosition' was not declared in this scope
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:66:21: note: suggested alternative: 'digitalPinToBitMask'
   uint8_t bit_pos = digitalPinToBitPosition(pin);
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     digitalPinToBitMask
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:69:36: error: 'getPINnCTRLregister' was not declared in this scope
   volatile uint8_t *pin_ctrl_reg = getPINnCTRLregister(port, bit_pos);
                                    ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:72:19: error: 'PORT_ISC_INTDISABLE_gc' was not declared in this scope
   *pin_ctrl_reg = PORT_ISC_INTDISABLE_gc;
                   ^~~~~~~~~~~~~~~~~~~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/PowerDown

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/PowerDownExternalInterrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/StandbyRTC

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes.
Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.

examples/PowerDown

Result: PASS

Sketch uses 1103 bytes (2%) of program storage space. Maximum is 49152 bytes.
Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.

examples/PowerDownExternalInterrupt

Result: PASS

Sketch uses 1846 bytes (3%) of program storage space. Maximum is 49152 bytes.
Global variables use 215 bytes (3%) of dynamic memory, leaving 5929 bytes for local variables. Maximum is 6144 bytes.

examples/StandbyRTC

Result: PASS

Sketch uses 1345 bytes (2%) of program storage space. Maximum is 49152 bytes.
Global variables use 25 bytes (0%) of dynamic memory, leaving 6119 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/PowerDown

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/PowerDownExternalInterrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/StandbyRTC

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:20: fatal error: avr/io.h: No such file or directory
compilation terminated.

examples/PowerDown

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:20: fatal error: avr/io.h: No such file or directory
compilation terminated.

examples/PowerDownExternalInterrupt

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:20: fatal error: avr/io.h: No such file or directory
compilation terminated.

examples/StandbyRTC

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_LowPowerAVRZero/src/RocketScream_LowPowerAVRZero.cpp:1:20: fatal error: avr/io.h: No such file or directory
compilation terminated.