DeepSleepScheduler - compatibility matrix

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

DeepSleepScheduler

Version: 3.3.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
SerialWithDeepSleepDelay
ShowSleep
SupervisionWithCallback
AdjustSleepTimeCorrections
BlinkRunnable
ScheduleRepeated
SchedulerWithOtherTaskPriority
Supervision
WdtTimesGenerator
WdtTimesMeasurer
Blink
PwmSleep
ScheduleFromInterrupt
arduino:avr:uno
1.8.4
Yes PASS PASS PASS PASS PASS PASS PASS FAIL PASS PASS PASS PASS PASS PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes PASS PASS PASS PASS PASS PASS PASS PASS PASS FAIL FAIL PASS FAIL PASS

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 768 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 30 bytes (1%) of dynamic memory, leaving 2018 bytes for local variables. Maximum is 2048 bytes.

examples/AdjustSleepTimeCorrections

Result: PASS

Sketch uses 2768 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 40 bytes (1%) of dynamic memory, leaving 2008 bytes for local variables. Maximum is 2048 bytes.

examples/Blink

Result: PASS

Sketch uses 2768 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 40 bytes (1%) of dynamic memory, leaving 2008 bytes for local variables. Maximum is 2048 bytes.

examples/BlinkRunnable

Result: PASS

Sketch uses 2832 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 46 bytes (2%) of dynamic memory, leaving 2002 bytes for local variables. Maximum is 2048 bytes.

examples/PwmSleep

Result: PASS

Sketch uses 2988 bytes (9%) of program storage space. Maximum is 32256 bytes.
Global variables use 40 bytes (1%) of dynamic memory, leaving 2008 bytes for local variables. Maximum is 2048 bytes.

examples/ScheduleFromInterrupt

Result: PASS

Sketch uses 3058 bytes (9%) of program storage space. Maximum is 32256 bytes.
Global variables use 44 bytes (2%) of dynamic memory, leaving 2004 bytes for local variables. Maximum is 2048 bytes.

examples/ScheduleRepeated

Result: PASS

Sketch uses 2858 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 40 bytes (1%) of dynamic memory, leaving 2008 bytes for local variables. Maximum is 2048 bytes.

examples/SchedulerWithOtherTaskPriority

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:8:16: error: 'uxTaskPriorityGet' was not declared in this scope
   Serial.print(uxTaskPriorityGet(NULL));
                ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:10:18: error: 'configMAX_PRIORITIES' was not declared in this scope
   Serial.println(configMAX_PRIORITIES);
                  ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino: In function 'void task1()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:17:18: error: 'uxTaskPriorityGet' was not declared in this scope
   Serial.println(uxTaskPriorityGet(NULL));
                  ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:22:3: error: 'vTaskPrioritySet' was not declared in this scope
   vTaskPrioritySet(NULL, 6);
   ^~~~~~~~~~~~~~~~

examples/SerialWithDeepSleepDelay

Result: PASS

Sketch uses 4286 bytes (13%) of program storage space. Maximum is 32256 bytes.
Global variables use 223 bytes (10%) of dynamic memory, leaving 1825 bytes for local variables. Maximum is 2048 bytes.

examples/ShowSleep

Result: PASS

Sketch uses 2830 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 40 bytes (1%) of dynamic memory, leaving 2008 bytes for local variables. Maximum is 2048 bytes.

examples/Supervision

Result: PASS

Sketch uses 2680 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 40 bytes (1%) of dynamic memory, leaving 2008 bytes for local variables. Maximum is 2048 bytes.

examples/SupervisionWithCallback

Result: PASS

Sketch uses 2834 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 48 bytes (2%) of dynamic memory, leaving 2000 bytes for local variables. Maximum is 2048 bytes.

examples/WdtTimesGenerator

Result: PASS

Sketch uses 2790 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 190 bytes (9%) of dynamic memory, leaving 1858 bytes for local variables. Maximum is 2048 bytes.

examples/WdtTimesMeasurer

Result: PASS

Sketch uses 3802 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 247 bytes (12%) of dynamic memory, leaving 1801 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /tmp/arduino-testlib181426319/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/AdjustSleepTimeCorrections

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/AdjustSleepTimeCorrections/AdjustSleepTimeCorrections.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Blink

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Blink/Blink.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/BlinkRunnable

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/BlinkRunnable/BlinkRunnable.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/PwmSleep

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/ScheduleFromInterrupt

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleFromInterrupt/ScheduleFromInterrupt.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/ScheduleRepeated

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleRepeated/ScheduleRepeated.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/SchedulerWithOtherTaskPriority

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/SerialWithDeepSleepDelay

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SerialWithDeepSleepDelay/SerialWithDeepSleepDelay.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/ShowSleep

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ShowSleep/ShowSleep.ino:19:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Supervision

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Supervision/Supervision.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/SupervisionWithCallback

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SupervisionWithCallback/SupervisionWithCallback.ino:3:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/WdtTimesGenerator

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:4:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/WdtTimesMeasurer

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:23:10: fatal error: avr/wdt.h: No such file or directory
 #include <avr/wdt.h>
          ^~~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /tmp/arduino-testlib181426319/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /tmp/arduino-testlib181426319/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /tmp/arduino-testlib181426319/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/AdjustSleepTimeCorrections

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/AdjustSleepTimeCorrections/AdjustSleepTimeCorrections.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/AdjustSleepTimeCorrections/AdjustSleepTimeCorrections.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/AdjustSleepTimeCorrections/AdjustSleepTimeCorrections.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/Blink

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Blink/Blink.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Blink/Blink.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Blink/Blink.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/BlinkRunnable

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/BlinkRunnable/BlinkRunnable.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/BlinkRunnable/BlinkRunnable.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/BlinkRunnable/BlinkRunnable.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/PwmSleep

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:3:20: error: 'SLEEP_MODE_PWR_SAVE' was not declared in this scope
 #define SLEEP_MODE SLEEP_MODE_PWR_SAVE
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:80:22: note: in expansion of macro 'SLEEP_MODE'
       set_sleep_mode(SLEEP_MODE);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:3:20: note: suggested alternative: 'SLEEP_MODE_PWR_DOWN'
 #define SLEEP_MODE SLEEP_MODE_PWR_SAVE
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:80:22: note: in expansion of macro 'SLEEP_MODE'
       set_sleep_mode(SLEEP_MODE);
                      ^~~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/ScheduleFromInterrupt

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleFromInterrupt/ScheduleFromInterrupt.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleFromInterrupt/ScheduleFromInterrupt.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleFromInterrupt/ScheduleFromInterrupt.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/ScheduleRepeated

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleRepeated/ScheduleRepeated.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleRepeated/ScheduleRepeated.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleRepeated/ScheduleRepeated.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/SchedulerWithOtherTaskPriority

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:8:16: error: 'uxTaskPriorityGet' was not declared in this scope
   Serial.print(uxTaskPriorityGet(NULL));
                ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:10:18: error: 'configMAX_PRIORITIES' was not declared in this scope
   Serial.println(configMAX_PRIORITIES);
                  ^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino: In function 'void task1()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:17:18: error: 'uxTaskPriorityGet' was not declared in this scope
   Serial.println(uxTaskPriorityGet(NULL));
                  ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:22:3: error: 'vTaskPrioritySet' was not declared in this scope
   vTaskPrioritySet(NULL, 6);
   ^~~~~~~~~~~~~~~~

examples/SerialWithDeepSleepDelay

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SerialWithDeepSleepDelay/SerialWithDeepSleepDelay.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SerialWithDeepSleepDelay/SerialWithDeepSleepDelay.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SerialWithDeepSleepDelay/SerialWithDeepSleepDelay.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/ShowSleep

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ShowSleep/ShowSleep.ino:19:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ShowSleep/ShowSleep.ino:19:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ShowSleep/ShowSleep.ino:19:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/Supervision

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Supervision/Supervision.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Supervision/Supervision.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Supervision/Supervision.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/SupervisionWithCallback

Result: FAIL

WARNING: library DeepSleepScheduler claims to run on avr, esp32, esp8266 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/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SupervisionWithCallback/SupervisionWithCallback.ino:3:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::sleepIfRequired()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: error: 'ADCSRA' was not declared in this scope
       adcsraSave = ADCSRA;
                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:81:20: note: suggested alternative: 'ADC_t'
       adcsraSave = ADCSRA;
                    ^~~~~~
                    ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: error: 'ADCSRA' was not declared in this scope
       ADCSRA = adcsraSave;
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:99:7: note: suggested alternative: 'ADC_t'
       ADCSRA = adcsraSave;
       ^~~~~~
       ADC_t
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:3:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SupervisionWithCallback/SupervisionWithCallback.ino:3:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'long unsigned int Scheduler::wdtEnableForSleep(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: error: 'WDTO_8S' was not declared in this scope
     wdt_enable(WDTO_8S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:177:16: note: suggested alternative: 'WDTO_1S'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: error: 'WDTO_4S' was not declared in this scope
     wdt_enable(WDTO_4S);
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:180:16: note: suggested alternative: 'WDTO_1S'
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SupervisionWithCallback/SupervisionWithCallback.ino:3:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h: In member function 'void Scheduler::wdtEnableInterrupt()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: error: 'WDTCSR' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:3: note: suggested alternative: 'WDT_t'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
   ^~~~~~
   WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: error: 'WDCE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:19: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                   ^~~~
                   IDLE
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: error: 'WDIE' was not declared in this scope
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:238:33: note: suggested alternative: 'IDLE'
   WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                 ^~~~
                                 IDLE

examples/WdtTimesGenerator

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:45:5: error: 'WDTCSR' was not declared in this scope
     WDTCSR |= (1 << WDCE) | (1 << WDIE);
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:45:5: note: suggested alternative: 'WDT_t'
     WDTCSR |= (1 << WDCE) | (1 << WDIE);
     ^~~~~~
     WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:45:21: error: 'WDCE' was not declared in this scope
     WDTCSR |= (1 << WDCE) | (1 << WDIE);
                     ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:45:21: note: suggested alternative: 'ADC0'
     WDTCSR |= (1 << WDCE) | (1 << WDIE);
                     ^~~~
                     ADC0
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:45:35: error: 'WDIE' was not declared in this scope
     WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:45:35: note: suggested alternative: 'WDT'
     WDTCSR |= (1 << WDCE) | (1 << WDIE);
                                   ^~~~
                                   WDT
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino: In function 'void pwrDownSleep()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:58:21: error: 'ADCSRA' was not declared in this scope
   byte adcsraSave = ADCSRA;
                     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:58:21: note: suggested alternative: 'ADC_t'
   byte adcsraSave = ADCSRA;
                     ^~~~~~
                     ADC_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino: In function 'unsigned int getAndPrintNextWdtTime(unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:107:14: error: 'WDTO_4S' was not declared in this scope
       return WDTO_4S;
              ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:107:14: note: suggested alternative: 'WDTO_1S'
       return WDTO_4S;
              ^~~~~~~
              WDTO_1S
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:110:14: error: 'WDTO_8S' was not declared in this scope
       return WDTO_8S;
              ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:110:14: note: suggested alternative: 'WDTO_1S'
       return WDTO_8S;
              ^~~~~~~
              WDTO_1S

examples/WdtTimesMeasurer

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino: In function 'void printNextCorrection(long unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:168:17: error: 'WDTO_4S' was not declared in this scope
       wdtTime = WDTO_4S;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:168:17: note: suggested alternative: 'WDTO_1S'
       wdtTime = WDTO_4S;
                 ^~~~~~~
                 WDTO_1S
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:173:17: error: 'WDTO_8S' was not declared in this scope
       wdtTime = WDTO_8S;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:173:17: note: suggested alternative: 'WDTO_1S'
       wdtTime = WDTO_8S;
                 ^~~~~~~
                 WDTO_1S

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /tmp/arduino-testlib1218798866/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/AdjustSleepTimeCorrections

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/AdjustSleepTimeCorrections/AdjustSleepTimeCorrections.ino:26:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Blink

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Blink/Blink.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/BlinkRunnable

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/BlinkRunnable/BlinkRunnable.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/PwmSleep

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/ScheduleFromInterrupt

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleFromInterrupt/ScheduleFromInterrupt.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/ScheduleRepeated

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ScheduleRepeated/ScheduleRepeated.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/SchedulerWithOtherTaskPriority

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SchedulerWithOtherTaskPriority/SchedulerWithOtherTaskPriority.ino:2:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/SerialWithDeepSleepDelay

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SerialWithDeepSleepDelay/SerialWithDeepSleepDelay.ino:6:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/ShowSleep

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/ShowSleep/ShowSleep.ino:19:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/Supervision

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/Supervision/Supervision.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/SupervisionWithCallback

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler.h:702:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/SupervisionWithCallback/SupervisionWithCallback.ino:3:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/DeepSleepScheduler_avr_implementation.h:2:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/WdtTimesGenerator

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:4:10: fatal error: avr/sleep.h: No such file or directory
 #include <avr/sleep.h>
          ^~~~~~~~~~~~~
compilation terminated.

examples/WdtTimesMeasurer

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:23:10: fatal error: avr/wdt.h: No such file or directory
 #include <avr/wdt.h>
          ^~~~~~~~~~~
compilation terminated.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 198258 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13108 bytes (4%) of dynamic memory, leaving 314572 bytes for local variables. Maximum is 327680 bytes.

examples/AdjustSleepTimeCorrections

Result: PASS

Sketch uses 210614 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13424 bytes (4%) of dynamic memory, leaving 314256 bytes for local variables. Maximum is 327680 bytes.

examples/Blink

Result: PASS

Sketch uses 210674 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13424 bytes (4%) of dynamic memory, leaving 314256 bytes for local variables. Maximum is 327680 bytes.

examples/BlinkRunnable

Result: PASS

Sketch uses 210818 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13424 bytes (4%) of dynamic memory, leaving 314256 bytes for local variables. Maximum is 327680 bytes.

examples/PwmSleep

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino: In function 'void highValue()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:15:27: error: 'analogWrite' was not declared in this scope
   analogWrite(PWN_PIN, 200);
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino: In function 'void lowValue()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/PwmSleep/PwmSleep.ino:20:26: error: 'analogWrite' was not declared in this scope
   analogWrite(PWN_PIN, 10);
                          ^

examples/ScheduleFromInterrupt

Result: PASS

Sketch uses 211342 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13912 bytes (4%) of dynamic memory, leaving 313768 bytes for local variables. Maximum is 327680 bytes.

examples/ScheduleRepeated

Result: PASS

Sketch uses 210698 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13424 bytes (4%) of dynamic memory, leaving 314256 bytes for local variables. Maximum is 327680 bytes.

examples/SchedulerWithOtherTaskPriority

Result: PASS

Sketch uses 216266 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13576 bytes (4%) of dynamic memory, leaving 314104 bytes for local variables. Maximum is 327680 bytes.

examples/SerialWithDeepSleepDelay

Result: PASS

Sketch uses 216338 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13576 bytes (4%) of dynamic memory, leaving 314104 bytes for local variables. Maximum is 327680 bytes.

examples/ShowSleep

Result: PASS

Sketch uses 210718 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13424 bytes (4%) of dynamic memory, leaving 314256 bytes for local variables. Maximum is 327680 bytes.

examples/Supervision

Result: PASS

Sketch uses 210518 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13424 bytes (4%) of dynamic memory, leaving 314256 bytes for local variables. Maximum is 327680 bytes.

examples/SupervisionWithCallback

Result: PASS

Sketch uses 210582 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13432 bytes (4%) of dynamic memory, leaving 314248 bytes for local variables. Maximum is 327680 bytes.

examples/WdtTimesGenerator

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesGenerator/WdtTimesGenerator.ino:4:23: fatal error: avr/sleep.h: No such file or directory
compilation terminated.

examples/WdtTimesMeasurer

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/DeepSleepScheduler/examples/WdtTimesMeasurer/WdtTimesMeasurer.ino:23:21: fatal error: avr/wdt.h: No such file or directory
compilation terminated.