RTCVars - compatibility matrix

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

RTCVars

Version: 0.1.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
FullRTCVars
MinimalRTCVars
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
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: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: note: suggested alternative: 'SP'
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
          SP
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
        SP
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
        SP
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
        SP

examples/FullRTCVars

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/examples/FullRTCVars/FullRTCVars.ino:2:12: fatal error: user_interface.h: No such file or directory
   #include <user_interface.h>
            ^~~~~~~~~~~~~~~~~~
compilation terminated.

examples/MinimalRTCVars

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: note: suggested alternative: 'SP'
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
          SP
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
        SP
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
        SP
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
        SP

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~

examples/FullRTCVars

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/examples/FullRTCVars/FullRTCVars.ino:2:12: fatal error: user_interface.h: No such file or directory
   #include <user_interface.h>
            ^~~~~~~~~~~~~~~~~~
compilation terminated.

examples/MinimalRTCVars

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: note: suggested alternative: 'SP'
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
          SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
        SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
        SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
        SP

examples/FullRTCVars

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/examples/FullRTCVars/FullRTCVars.ino:2:12: fatal error: user_interface.h: No such file or directory
   #include <user_interface.h>
            ^~~~~~~~~~~~~~~~~~
compilation terminated.

examples/MinimalRTCVars

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: note: suggested alternative: 'SP'
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
          SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
        SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
        SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: note: suggested alternative: 'SP'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~
        SP

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~

examples/FullRTCVars

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/examples/FullRTCVars/FullRTCVars.ino:2:12: fatal error: user_interface.h: No such file or directory
   #include <user_interface.h>
            ^~~~~~~~~~~~~~~~~~
compilation terminated.

examples/MinimalRTCVars

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:10: error: 'ESP' was not declared in this scope
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);
          ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;
        ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:8: error: 'ESP' was not declared in this scope
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;
        ^~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:14: error: 'class EspClass' has no member named 'rtcUserMemoryWrite'
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);  
              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:12: error: 'class EspClass' has no member named 'rtcUserMemoryRead'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;  
            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:12: error: 'class EspClass' has no member named 'rtcUserMemoryRead'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;  
            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:12: error: 'class EspClass' has no member named 'rtcUserMemoryRead'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;  
            ^

examples/FullRTCVars

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/examples/FullRTCVars/FullRTCVars.ino:2:30: fatal error: user_interface.h: No such file or directory
compilation terminated.

examples/MinimalRTCVars

Result: FAIL

WARNING: library RTCVars claims to run on esp8266 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/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::saveToRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:129:14: error: 'class EspClass' has no member named 'rtcUserMemoryWrite'
   return ESP.rtcUserMemoryWrite(RTC_BASE, (uint32_t*) &buf, _state_size + 1);  
              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::loadFromRTC()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:137:12: error: 'class EspClass' has no member named 'rtcUserMemoryRead'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, _state_size + 1)) return false;  
            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp: In member function 'bool RTCVars::_checkValidRTCData()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:165:12: error: 'class EspClass' has no member named 'rtcUserMemoryRead'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf_head, RTC_STATE_HEADER_SIZE)) return false;  
            ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RTCVars/RTCVars.cpp:181:12: error: 'class EspClass' has no member named 'rtcUserMemoryRead'
   if (!ESP.rtcUserMemoryRead(RTC_BASE, (uint32_t*) &buf, size_in_rtc + 1)) return false;  
            ^