Rocket Scream RTCAVRZero - compatibility matrix

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

Rocket Scream RTCAVRZero

Version: 1.0.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
AlarmSingle
AlarmRepeat
arduino:avr:uno
1.8.4
No FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
Yes PASS PASS PASS
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: FAIL
This library has no main header file so an empty one was created.

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).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::begin(bool)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:20:12: error: 'CLKCTRL' was not declared in this scope
     temp = CLKCTRL.XOSC32KCTRLA;
            ^~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:20:12: note: suggested alternative: 'CLKPR'
     temp = CLKCTRL.XOSC32KCTRLA;
            ^~~~~~~
            CLKPR
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:21:14: error: 'CLKCTRL_ENABLE_bm' was not declared in this scope
     temp &= ~CLKCTRL_ENABLE_bm;
              ^~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:23:5: error: 'CPU_CCP' was not declared in this scope
     CPU_CCP = CCP_IOREG_gc;
     ^~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:23:15: error: 'CCP_IOREG_gc' was not declared in this scope
     CPU_CCP = CCP_IOREG_gc;
               ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:26:33: error: 'CLKCTRL_XOSC32KS_bm' was not declared in this scope
     while (CLKCTRL.MCLKSTATUS & CLKCTRL_XOSC32KS_bm)
                                 ^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:34:14: error: 'CLKCTRL_SEL_bm' was not declared in this scope
     temp &= ~CLKCTRL_SEL_bm;
              ^~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:46:5: error: 'RTC' was not declared in this scope
     RTC.CLKSEL = RTC_CLKSEL_TOSC32K_gc;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:46:18: error: 'RTC_CLKSEL_TOSC32K_gc' was not declared in this scope
     RTC.CLKSEL = RTC_CLKSEL_TOSC32K_gc;
                  ^~~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:52:4: error: 'RTC' was not declared in this scope
    RTC.CLKSEL = RTC_CLKSEL_INT32K_gc;
    ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:52:17: error: 'RTC_CLKSEL_INT32K_gc' was not declared in this scope
    RTC.CLKSEL = RTC_CLKSEL_INT32K_gc;
                 ^~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:56:10: error: 'RTC' was not declared in this scope
   while (RTC.STATUS > 0)
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:62:3: error: 'RTC' was not declared in this scope
   RTC.DBGCTRL |= RTC_DBGRUN_bm;
   ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:62:18: error: 'RTC_DBGRUN_bm' was not declared in this scope
   RTC.DBGCTRL |= RTC_DBGRUN_bm;
                  ^~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:63:15: error: 'RTC_PRESCALER_DIV32768_gc' was not declared in this scope
   RTC.CTRLA = RTC_PRESCALER_DIV32768_gc /* 32768 */
               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:64:17: error: 'RTC_RTCEN_bm' was not declared in this scope
               | RTC_RTCEN_bm /* Enable: enabled */
                 ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:65:17: error: 'RTC_RUNSTDBY_bm' was not declared in this scope
               | RTC_RUNSTDBY_bm; /* Run In Standby: enabled */
                 ^~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::enableAlarm(uint16_t, bool)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:94:10: error: 'RTC' was not declared in this scope
   while (RTC.STATUS > 0)
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:100:3: error: 'RTC' was not declared in this scope
   RTC.CNT = 0;
   ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:107:20: error: 'RTC_OVF_bm' was not declared in this scope
     RTC.INTCTRL |= RTC_OVF_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:115:19: error: 'RTC_CMP_bm' was not declared in this scope
    RTC.INTCTRL |= RTC_CMP_bm;
                   ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::disableAlarm()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:124:16: error: 'RTC' was not declared in this scope
   if (_repeat) RTC.INTCTRL &= ~RTC_OVF_bm;
                ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:124:32: error: 'RTC_OVF_bm' was not declared in this scope
   if (_repeat) RTC.INTCTRL &= ~RTC_OVF_bm;
                                ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:125:8: error: 'RTC' was not declared in this scope
   else RTC.INTCTRL &= ~RTC_CMP_bm;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:125:24: error: 'RTC_CMP_bm' was not declared in this scope
   else RTC.INTCTRL &= ~RTC_CMP_bm;
                        ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In function 'void RTC_CNT_vect()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:137:5: error: 'RTC' was not declared in this scope
     RTC.INTFLAGS = RTC_OVF_bm;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:137:20: error: 'RTC_OVF_bm' was not declared in this scope
     RTC.INTFLAGS = RTC_OVF_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:5: error: 'RTC' was not declared in this scope
     RTC.INTFLAGS = RTC_CMP_bm;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:20: error: 'RTC_CMP_bm' was not declared in this scope
     RTC.INTFLAGS = RTC_CMP_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:20: note: suggested alternative: 'RTC_CNT_vect'
     RTC.INTFLAGS = RTC_CMP_bm;
                    ^~~~~~~~~~
                    RTC_CNT_vect

examples/AlarmRepeat

Result: FAIL

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).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::begin(bool)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:20:12: error: 'CLKCTRL' was not declared in this scope
     temp = CLKCTRL.XOSC32KCTRLA;
            ^~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:20:12: note: suggested alternative: 'CLKPR'
     temp = CLKCTRL.XOSC32KCTRLA;
            ^~~~~~~
            CLKPR
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:21:14: error: 'CLKCTRL_ENABLE_bm' was not declared in this scope
     temp &= ~CLKCTRL_ENABLE_bm;
              ^~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:23:5: error: 'CPU_CCP' was not declared in this scope
     CPU_CCP = CCP_IOREG_gc;
     ^~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:23:15: error: 'CCP_IOREG_gc' was not declared in this scope
     CPU_CCP = CCP_IOREG_gc;
               ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:26:33: error: 'CLKCTRL_XOSC32KS_bm' was not declared in this scope
     while (CLKCTRL.MCLKSTATUS & CLKCTRL_XOSC32KS_bm)
                                 ^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:34:14: error: 'CLKCTRL_SEL_bm' was not declared in this scope
     temp &= ~CLKCTRL_SEL_bm;
              ^~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:46:5: error: 'RTC' was not declared in this scope
     RTC.CLKSEL = RTC_CLKSEL_TOSC32K_gc;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:46:18: error: 'RTC_CLKSEL_TOSC32K_gc' was not declared in this scope
     RTC.CLKSEL = RTC_CLKSEL_TOSC32K_gc;
                  ^~~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:52:4: error: 'RTC' was not declared in this scope
    RTC.CLKSEL = RTC_CLKSEL_INT32K_gc;
    ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:52:17: error: 'RTC_CLKSEL_INT32K_gc' was not declared in this scope
    RTC.CLKSEL = RTC_CLKSEL_INT32K_gc;
                 ^~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:56:10: error: 'RTC' was not declared in this scope
   while (RTC.STATUS > 0)
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:62:3: error: 'RTC' was not declared in this scope
   RTC.DBGCTRL |= RTC_DBGRUN_bm;
   ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:62:18: error: 'RTC_DBGRUN_bm' was not declared in this scope
   RTC.DBGCTRL |= RTC_DBGRUN_bm;
                  ^~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:63:15: error: 'RTC_PRESCALER_DIV32768_gc' was not declared in this scope
   RTC.CTRLA = RTC_PRESCALER_DIV32768_gc /* 32768 */
               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:64:17: error: 'RTC_RTCEN_bm' was not declared in this scope
               | RTC_RTCEN_bm /* Enable: enabled */
                 ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:65:17: error: 'RTC_RUNSTDBY_bm' was not declared in this scope
               | RTC_RUNSTDBY_bm; /* Run In Standby: enabled */
                 ^~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::enableAlarm(uint16_t, bool)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:94:10: error: 'RTC' was not declared in this scope
   while (RTC.STATUS > 0)
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:100:3: error: 'RTC' was not declared in this scope
   RTC.CNT = 0;
   ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:107:20: error: 'RTC_OVF_bm' was not declared in this scope
     RTC.INTCTRL |= RTC_OVF_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:115:19: error: 'RTC_CMP_bm' was not declared in this scope
    RTC.INTCTRL |= RTC_CMP_bm;
                   ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::disableAlarm()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:124:16: error: 'RTC' was not declared in this scope
   if (_repeat) RTC.INTCTRL &= ~RTC_OVF_bm;
                ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:124:32: error: 'RTC_OVF_bm' was not declared in this scope
   if (_repeat) RTC.INTCTRL &= ~RTC_OVF_bm;
                                ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:125:8: error: 'RTC' was not declared in this scope
   else RTC.INTCTRL &= ~RTC_CMP_bm;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:125:24: error: 'RTC_CMP_bm' was not declared in this scope
   else RTC.INTCTRL &= ~RTC_CMP_bm;
                        ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In function 'void RTC_CNT_vect()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:137:5: error: 'RTC' was not declared in this scope
     RTC.INTFLAGS = RTC_OVF_bm;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:137:20: error: 'RTC_OVF_bm' was not declared in this scope
     RTC.INTFLAGS = RTC_OVF_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:5: error: 'RTC' was not declared in this scope
     RTC.INTFLAGS = RTC_CMP_bm;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:20: error: 'RTC_CMP_bm' was not declared in this scope
     RTC.INTFLAGS = RTC_CMP_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:20: note: suggested alternative: 'RTC_CNT_vect'
     RTC.INTFLAGS = RTC_CMP_bm;
                    ^~~~~~~~~~
                    RTC_CNT_vect

examples/AlarmSingle

Result: FAIL

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).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::begin(bool)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:20:12: error: 'CLKCTRL' was not declared in this scope
     temp = CLKCTRL.XOSC32KCTRLA;
            ^~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:20:12: note: suggested alternative: 'CLKPR'
     temp = CLKCTRL.XOSC32KCTRLA;
            ^~~~~~~
            CLKPR
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:21:14: error: 'CLKCTRL_ENABLE_bm' was not declared in this scope
     temp &= ~CLKCTRL_ENABLE_bm;
              ^~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:23:5: error: 'CPU_CCP' was not declared in this scope
     CPU_CCP = CCP_IOREG_gc;
     ^~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:23:15: error: 'CCP_IOREG_gc' was not declared in this scope
     CPU_CCP = CCP_IOREG_gc;
               ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:26:33: error: 'CLKCTRL_XOSC32KS_bm' was not declared in this scope
     while (CLKCTRL.MCLKSTATUS & CLKCTRL_XOSC32KS_bm)
                                 ^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:34:14: error: 'CLKCTRL_SEL_bm' was not declared in this scope
     temp &= ~CLKCTRL_SEL_bm;
              ^~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:46:5: error: 'RTC' was not declared in this scope
     RTC.CLKSEL = RTC_CLKSEL_TOSC32K_gc;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:46:18: error: 'RTC_CLKSEL_TOSC32K_gc' was not declared in this scope
     RTC.CLKSEL = RTC_CLKSEL_TOSC32K_gc;
                  ^~~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:52:4: error: 'RTC' was not declared in this scope
    RTC.CLKSEL = RTC_CLKSEL_INT32K_gc;
    ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:52:17: error: 'RTC_CLKSEL_INT32K_gc' was not declared in this scope
    RTC.CLKSEL = RTC_CLKSEL_INT32K_gc;
                 ^~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:56:10: error: 'RTC' was not declared in this scope
   while (RTC.STATUS > 0)
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:62:3: error: 'RTC' was not declared in this scope
   RTC.DBGCTRL |= RTC_DBGRUN_bm;
   ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:62:18: error: 'RTC_DBGRUN_bm' was not declared in this scope
   RTC.DBGCTRL |= RTC_DBGRUN_bm;
                  ^~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:63:15: error: 'RTC_PRESCALER_DIV32768_gc' was not declared in this scope
   RTC.CTRLA = RTC_PRESCALER_DIV32768_gc /* 32768 */
               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:64:17: error: 'RTC_RTCEN_bm' was not declared in this scope
               | RTC_RTCEN_bm /* Enable: enabled */
                 ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:65:17: error: 'RTC_RUNSTDBY_bm' was not declared in this scope
               | RTC_RUNSTDBY_bm; /* Run In Standby: enabled */
                 ^~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::enableAlarm(uint16_t, bool)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:94:10: error: 'RTC' was not declared in this scope
   while (RTC.STATUS > 0)
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:100:3: error: 'RTC' was not declared in this scope
   RTC.CNT = 0;
   ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:107:20: error: 'RTC_OVF_bm' was not declared in this scope
     RTC.INTCTRL |= RTC_OVF_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:115:19: error: 'RTC_CMP_bm' was not declared in this scope
    RTC.INTCTRL |= RTC_CMP_bm;
                   ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In member function 'void RocketScream_RTCAVRZeroClass::disableAlarm()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:124:16: error: 'RTC' was not declared in this scope
   if (_repeat) RTC.INTCTRL &= ~RTC_OVF_bm;
                ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:124:32: error: 'RTC_OVF_bm' was not declared in this scope
   if (_repeat) RTC.INTCTRL &= ~RTC_OVF_bm;
                                ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:125:8: error: 'RTC' was not declared in this scope
   else RTC.INTCTRL &= ~RTC_CMP_bm;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:125:24: error: 'RTC_CMP_bm' was not declared in this scope
   else RTC.INTCTRL &= ~RTC_CMP_bm;
                        ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp: In function 'void RTC_CNT_vect()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:137:5: error: 'RTC' was not declared in this scope
     RTC.INTFLAGS = RTC_OVF_bm;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:137:20: error: 'RTC_OVF_bm' was not declared in this scope
     RTC.INTFLAGS = RTC_OVF_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:5: error: 'RTC' was not declared in this scope
     RTC.INTFLAGS = RTC_CMP_bm;
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:20: error: 'RTC_CMP_bm' was not declared in this scope
     RTC.INTFLAGS = RTC_CMP_bm;
                    ^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:141:20: note: suggested alternative: 'RTC_CNT_vect'
     RTC.INTFLAGS = RTC_CMP_bm;
                    ^~~~~~~~~~
                    RTC_CNT_vect

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

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

examples/AlarmRepeat

Result: FAIL

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

examples/AlarmSingle

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.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 832 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/AlarmRepeat

Result: PASS

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

examples/AlarmSingle

Result: PASS

Sketch uses 1098 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.

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/AlarmRepeat

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:1:10: fatal error: avr/io.h: No such file or directory
 #include <avr/io.h>
          ^~~~~~~~~~
compilation terminated.

examples/AlarmSingle

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Rocket_Scream_RTCAVRZero/src/RocketScream_RTCAVRZero.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_RTCAVRZero/src/RocketScream_RTCAVRZero.cpp:1:20: fatal error: avr/io.h: No such file or directory
compilation terminated.

examples/AlarmRepeat

Result: FAIL

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

examples/AlarmSingle

Result: FAIL

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