This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 2.3.0
More details
Board | Claims compatibility | Inclusion | Basic_RTOS_Example |
Basic_RTOS_Example2 |
CompilerAndLinker_Test |
GpioInterrupt_Test |
RtosCrash_Test |
TaskLoad_RTOS_Example |
---|---|---|---|---|---|---|---|---|
arduino:avr:uno
1.8.4 |
No ⚠️ | PASS | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
No ⚠️ | PASS | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
Yes | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
Result: PASS
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes. Global variables use 55 bytes (2%) of dynamic memory, leaving 1993 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:60:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:60:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:80:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:80:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:104:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:104:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:172:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:172:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:225:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:225:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void printRamFree()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:65:3: note: in expansion of macro 'SERIAL' SERIAL.print("Ram Remaining : ("); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:65:3: note: in expansion of macro 'SERIAL' SERIAL.print("Ram Remaining : ("); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:83:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:83:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:103:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:103:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:127:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:127:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:195:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:195:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:254:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:254:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ Multiple libraries were found for "Ethernet.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Result: PASS
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes. Global variables use 55 bytes (2%) of dynamic memory, leaving 1993 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:63:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:63:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:104:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:104:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:140:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:140:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:208:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:208:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:261:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:261:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void endlessRecursion(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:72:2: note: in expansion of macro 'SERIAL' SERIAL.print("Level "); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:72:2: note: in expansion of macro 'SERIAL' SERIAL.print("Level "); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:94:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:94:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:156:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:156:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:180:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:180:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:248:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:248:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:324:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:324:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:61:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:61:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:81:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:81:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadC(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:104:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread C: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:104:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread C: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:137:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:137:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:209:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:209:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:263:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:263:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IoTWay/base64.cpp:6:10: fatal error: pgmspace.h: No such file or directory #include <pgmspace.h> ^~~~~~~~~~~~ compilation terminated. Multiple libraries were found for "Ethernet.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/variants/NANO_RP2040_CONNECT/pinmode_arduino.h:30:0, from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/Arduino.h:26, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/FreeRTOS_SAMD21.h:6, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/CompilerAndLinker_Test/GameThing.h:1, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/CompilerAndLinker_Test/GameThing.c:1: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/Common.h:76:9: error: unknown type name 'bool' typedef bool boolean; ^~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Result: PASS
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes. Global variables use 68 bytes (1%) of dynamic memory, leaving 6076 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:60:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:60:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:80:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:80:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:104:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:104:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:172:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:172:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:225:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:225:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void printRamFree()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:65:3: note: in expansion of macro 'SERIAL' SERIAL.print("Ram Remaining : ("); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:65:3: note: in expansion of macro 'SERIAL' SERIAL.print("Ram Remaining : ("); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:83:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:83:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:103:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:103:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:127:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:127:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:195:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:195:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:254:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:28:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example2/Basic_RTOS_Example2.ino:254:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ Multiple libraries were found for "Ethernet.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Result: PASS
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 802 bytes (1%) of program storage space. Maximum is 49152 bytes. Global variables use 68 bytes (1%) of dynamic memory, leaving 6076 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:63:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:63:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:104:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:104:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:140:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:140:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:208:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:208:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:261:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:27:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd51 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:261:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void endlessRecursion(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:72:2: note: in expansion of macro 'SERIAL' SERIAL.print("Level "); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:72:2: note: in expansion of macro 'SERIAL' SERIAL.print("Level "); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:94:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:94:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:156:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:156:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:180:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:180:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:248:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:248:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:324:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:324:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:61:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:61:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:81:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:81:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadC(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:104:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread C: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:104:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread C: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:137:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:137:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:209:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:209:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:263:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: note: suggested alternative: 'Serial1' #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:263:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^~~~~~
Result: PASS
Sketch uses 13152 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3204 bytes (9%) of dynamic memory, leaving 29564 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 23348 bytes (8%) of program storage space. Maximum is 262144 bytes. Global variables use 18248 bytes (55%) of dynamic memory, leaving 14520 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IoTWay/base64.cpp:6:10: fatal error: pgmspace.h: No such file or directory #include <pgmspace.h> ^~~~~~~~~~~~ compilation terminated. Multiple libraries were found for "Ethernet.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Result: PASS
Sketch uses 13152 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3204 bytes (9%) of dynamic memory, leaving 29564 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 23844 bytes (9%) of program storage space. Maximum is 262144 bytes. Global variables use 18392 bytes (56%) of dynamic memory, leaving 14376 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 23252 bytes (8%) of program storage space. Maximum is 262144 bytes. Global variables use 18248 bytes (55%) of dynamic memory, leaving 14520 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 25076 bytes (9%) of program storage space. Maximum is 262144 bytes. Global variables use 18264 bytes (55%) of dynamic memory, leaving 14504 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/message_buffer.h:66:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/FreeRTOS_SAMD21.h:22, from /tmp/arduino-testlib3119664690/test/test.ino:1: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/stream_buffer.h:841:17: error: 'StaticStreamBuffer_t' has not been declared StaticStreamBuffer_t * const pxStaticStreamBuffer ) PRIVILEGED_FUNCTION; ^
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/message_buffer.h:66:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/FreeRTOS_SAMD21.h:22, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:10: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/stream_buffer.h:841:17: error: 'StaticStreamBuffer_t' has not been declared StaticStreamBuffer_t * const pxStaticStreamBuffer ) PRIVILEGED_FUNCTION; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void myDelayUs(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:40:20: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelay( us / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void myDelayMs(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:45:29: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelay( (ms * 1000) / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void myDelayMsUntil(TickType_t*, int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:50:52: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelayUntil( previousWakeTime, (ms * 1000) / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:60:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:80:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:104:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:172:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/Basic_RTOS_Example/Basic_RTOS_Example.ino:225:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/IoTWay/IoTWay.cpp:2:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/message_buffer.h:66:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/FreeRTOS_SAMD21.h:22, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/CompilerAndLinker_Test/GameThing.h:1, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/CompilerAndLinker_T'StaticStreamBuffer_t' has not been declared StaticStreamBuffer_t * const pxStaticStreamBuffer ) PRIVILEGED_FUNCTION; ^
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/GpioInterrupt_Test/GpioInterrupt_Test.ino:89:47: error: macro "portYIELD_FROM_ISR" passed 1 arguments, but takes just 0 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); ^
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/message_buffer.h:66:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/FreeRTOS_SAMD21.h:22, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:13: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/stream_buffer.h:841:17: error: 'StaticStreamBuffer_t' has not been declared StaticStreamBuffer_t * const pxStaticStreamBuffer ) PRIVILEGED_FUNCTION; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void myDelayUs(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:47:20: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelay( us / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void myDelayMs(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:52:29: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelay( (ms * 1000) / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void myDelayMsUntil(TickType_t*, int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:57:52: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelayUntil( previousWakeTime, (ms * 1000) / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void endlessRecursion(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:72:2: note: in expansion of macro 'SERIAL' SERIAL.print("Level "); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:94:2: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:156:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:180:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:248:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:30:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/RtosCrash_Test/RtosCrash_Test.ino:324:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^
Result: FAIL
WARNING: library FreeRTOS_SAMD21 claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/message_buffer.h:66:0, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/FreeRTOS_SAMD21.h:22, from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:10: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/src/stream_buffer.h:841:17: error: 'StaticStreamBuffer_t' has not been declared StaticStreamBuffer_t * const pxStaticStreamBuffer ) PRIVILEGED_FUNCTION; ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void myDelayUs(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:41:20: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelay( us / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void myDelayMs(int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:46:29: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelay( (ms * 1000) / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void myDelayMsUntil(TickType_t*, int)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:51:52: error: 'portTICK_PERIOD_US' was not declared in this scope vTaskDelayUntil( previousWakeTime, (ms * 1000) / portTICK_PERIOD_US ); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadA(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:61:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread A: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadB(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:81:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread B: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void threadC(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:104:3: note: in expansion of macro 'SERIAL' SERIAL.println("Thread C: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void taskMonitor(void*)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:137:5: note: in expansion of macro 'SERIAL' SERIAL.println("Task Monitor: Started"); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:209:3: note: in expansion of macro 'SERIAL' SERIAL.begin(115200); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino: In function 'void loop()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:23:25: error: 'SerialUSB' was not declared in this scope #define SERIAL SerialUSB //Sparkfun Samd21 Boards ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21/examples/TaskLoad_RTOS_Example/TaskLoad_RTOS_Example.ino:263:5: note: in expansion of macro 'SERIAL' SERIAL.print("."); //print out dots in terminal, we only do this when the RTOS is in the idle state ^