Sodaq_wdt - compatibility matrix

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

Sodaq_wdt

Version: 1.0.2
More details

Compatibility matrix

Board Claims compatibility Inclusion
wdt_sleep_test
wdt_test
arduino:avr:uno
1.8.4
Yes PASS FAIL PASS
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
Yes PASS PASS PASS
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 474 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 10 bytes (0%) of dynamic memory, leaving 2038 bytes for local variables. Maximum is 2048 bytes.

examples/wdt_sleep_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:7:19: error: 'LED1' was not declared in this scope
 #define SLEEP_LED LED1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: note: in expansion of macro 'SLEEP_LED'
   pinMode(SLEEP_LED, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:7:19: note: suggested alternative: 'EEDR'
 #define SLEEP_LED LED1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: note: in expansion of macro 'SLEEP_LED'
   pinMode(SLEEP_LED, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:8:17: error: 'LED2' was not declared in this scope
 #define WDT_LED LED2
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: note: in expansion of macro 'WDT_LED'
   pinMode(WDT_LED, OUTPUT);
           ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:8:17: note: suggested alternative: 'EEDR'
 #define WDT_LED LED2
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: note: in expansion of macro 'WDT_LED'
   pinMode(WDT_LED, OUTPUT);
           ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:8:17: error: 'LED2' was not declared in this scope
 #define WDT_LED LED2
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: note: in expansion of macro 'WDT_LED'
     digitalWrite(WDT_LED, HIGH);
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:8:17: note: suggested alternative: 'EEDR'
 #define WDT_LED LED2
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: note: in expansion of macro 'WDT_LED'
     digitalWrite(WDT_LED, HIGH);
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void systemSleep()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:7:19: error: 'LED1' was not declared in this scope
 #define SLEEP_LED LED1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:98:18: note: in expansion of macro 'SLEEP_LED'
     digitalWrite(SLEEP_LED, HIGH);
                  ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:7:19: note: suggested alternative: 'EEDR'
 #define SLEEP_LED LED1
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:98:18: note: in expansion of macro 'SLEEP_LED'
     digitalWrite(SLEEP_LED, HIGH);
                  ^~~~~~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/wdt_test

Result: PASS

Sketch uses 1776 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 231 bytes (11%) of dynamic memory, leaving 1817 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib3132782692/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/wdt_sleep_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:40:20: error: 'WDT_PERIOD_1X' was not declared in this scope
   sodaq_wdt_enable(WDT_PERIOD_1X);
                    ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: error: 'SLEEP_LED' was not declared in this scope
   pinMode(SLEEP_LED, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: note: suggested alternative: 'SEEK_SET'
   pinMode(SLEEP_LED, OUTPUT);
           ^~~~~~~~~
           SEEK_SET
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: error: 'WDT_LED' was not declared in this scope
   pinMode(WDT_LED, OUTPUT);
           ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: note: suggested alternative: 'DT_LNK'
   pinMode(WDT_LED, OUTPUT);
           ^~~~~~~
           DT_LNK
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:47:3: error: 'DIAG_STREAM' was not declared in this scope
   DIAG_STREAM.begin(57600);
   ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:58:5: error: 'DIAG_STREAM' was not declared in this scope
     DIAG_STREAM.println("WDT interrupt has been triggered");
     ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: error: 'WDT_LED' was not declared in this scope
     digitalWrite(WDT_LED, HIGH);
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: note: suggested alternative: 'DT_LNK'
     digitalWrite(WDT_LED, HIGH);
                  ^~~~~~~
                  DT_LNK
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/wdt_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:32:20: error: 'WDT_PERIOD_2X' was not declared in this scope
   sodaq_wdt_enable(WDT_PERIOD_2X);
                    ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:35:3: error: 'DIAG_STREAM' was not declared in this scope
   DIAG_STREAM.begin(57600);
   ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:46:5: error: 'DIAG_STREAM' was not declared in this scope
     DIAG_STREAM.println("WDT interrupt has been triggered");
     ^~~~~~~~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib3132782692/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: note: suggested alternative: 'WDT_PERIOD_t'
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
                                           WDT_PERIOD_t
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/wdt_sleep_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: note: suggested alternative: 'WDT_PERIOD_t'
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
                                           WDT_PERIOD_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:40:20: error: 'WDT_PERIOD_1X' was not declared in this scope
   sodaq_wdt_enable(WDT_PERIOD_1X);
                    ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:40:20: note: suggested alternative: 'WDT_PERIOD_t'
   sodaq_wdt_enable(WDT_PERIOD_1X);
                    ^~~~~~~~~~~~~
                    WDT_PERIOD_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: error: 'SLEEP_LED' was not declared in this scope
   pinMode(SLEEP_LED, OUTPUT);
           ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: note: suggested alternative: 'SLEEP_t'
   pinMode(SLEEP_LED, OUTPUT);
           ^~~~~~~~~
           SLEEP_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: error: 'WDT_LED' was not declared in this scope
   pinMode(WDT_LED, OUTPUT);
           ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: note: suggested alternative: 'WDT_t'
   pinMode(WDT_LED, OUTPUT);
           ^~~~~~~
           WDT_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:47:3: error: 'DIAG_STREAM' was not declared in this scope
   DIAG_STREAM.begin(57600);
   ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:58:5: error: 'DIAG_STREAM' was not declared in this scope
     DIAG_STREAM.println("WDT interrupt has been triggered");
     ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: error: 'WDT_LED' was not declared in this scope
     digitalWrite(WDT_LED, HIGH);
                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: note: suggested alternative: 'WDT_t'
     digitalWrite(WDT_LED, HIGH);
                  ^~~~~~~
                  WDT_t
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/wdt_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: note: suggested alternative: 'WDT_PERIOD_t'
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^~~~~~~~~~~~~
                                           WDT_PERIOD_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:32:20: error: 'WDT_PERIOD_2X' was not declared in this scope
   sodaq_wdt_enable(WDT_PERIOD_2X);
                    ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:32:20: note: suggested alternative: 'WDT_PERIOD_t'
   sodaq_wdt_enable(WDT_PERIOD_2X);
                    ^~~~~~~~~~~~~
                    WDT_PERIOD_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:35:3: error: 'DIAG_STREAM' was not declared in this scope
   DIAG_STREAM.begin(57600);
   ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:46:5: error: 'DIAG_STREAM' was not declared in this scope
     DIAG_STREAM.println("WDT interrupt has been triggered");
     ^~~~~~~~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 12176 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 3000 bytes (9%) of dynamic memory, leaving 29768 bytes for local variables. Maximum is 32768 bytes.

examples/wdt_sleep_test

Result: PASS

Sketch uses 12776 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 3000 bytes (9%) of dynamic memory, leaving 29768 bytes for local variables. Maximum is 32768 bytes.

examples/wdt_test

Result: PASS

Sketch uses 12584 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 3000 bytes (9%) of dynamic memory, leaving 29768 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib770114578/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/wdt_sleep_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:40:20: error: 'WDT_PERIOD_1X' was not declared in this scope
   sodaq_wdt_enable(WDT_PERIOD_1X);
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:43:11: error: 'SLEEP_LED' was not declared in this scope
   pinMode(SLEEP_LED, OUTPUT);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:44:11: error: 'WDT_LED' was not declared in this scope
   pinMode(WDT_LED, OUTPUT);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:47:3: error: 'DIAG_STREAM' was not declared in this scope
   DIAG_STREAM.begin(57600);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:58:5: error: 'DIAG_STREAM' was not declared in this scope
     DIAG_STREAM.println("WDT interrupt has been triggered");
     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_sleep_test/wdt_sleep_test.ino:61:18: error: 'WDT_LED' was not declared in this scope
     digitalWrite(WDT_LED, HIGH);
                  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/wdt_test

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK/src/Sodaq_wdt.h:105:43: error: 'WDT_PERIOD_1X' was not declared in this scope
 void sodaq_wdt_enable(wdt_period period = WDT_PERIOD_1X);
                                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:32:20: error: 'WDT_PERIOD_2X' was not declared in this scope
   sodaq_wdt_enable(WDT_PERIOD_2X);
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:35:3: error: 'DIAG_STREAM' was not declared in this scope
   DIAG_STREAM.begin(57600);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt/examples/wdt_test/wdt_test.ino:46:5: error: 'DIAG_STREAM' was not declared in this scope
     DIAG_STREAM.println("WDT interrupt has been triggered");
     ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt