This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.0
More details
Board | Claims compatibility | Inclusion | AsyncRecieveSingle |
AsyncSend |
BlockRecieve |
MultiChained |
Simple |
UseWithParser |
AsyncRecieveContinuous |
---|---|---|---|---|---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
Result: PASS
This library has no main header file so an empty one was created.
Sketch uses 1332 bytes (4%) of program storage space. Maximum is 32256 bytes. Global variables use 184 bytes (8%) of dynamic memory, leaving 1864 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 4384 bytes (13%) of program storage space. Maximum is 32256 bytes. Global variables use 311 bytes (15%) of dynamic memory, leaving 1737 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 4590 bytes (14%) of program storage space. Maximum is 32256 bytes. Global variables use 347 bytes (16%) of dynamic memory, leaving 1701 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 3754 bytes (11%) of program storage space. Maximum is 32256 bytes. Global variables use 278 bytes (13%) of dynamic memory, leaving 1770 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 4660 bytes (14%) of program storage space. Maximum is 32256 bytes. Global variables use 341 bytes (16%) of dynamic memory, leaving 1707 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 2782 bytes (8%) of program storage space. Maximum is 32256 bytes. Global variables use 338 bytes (16%) of dynamic memory, leaving 1710 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 2546 bytes (7%) of program storage space. Maximum is 32256 bytes. Global variables use 240 bytes (11%) of dynamic memory, leaving 1808 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 3086 bytes (9%) of program storage space. Maximum is 32256 bytes. Global variables use 248 bytes (12%) of dynamic memory, leaving 1800 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: PASS
Sketch uses 2614 bytes (5%) of program storage space. Maximum is 49152 bytes. Global variables use 177 bytes (2%) of dynamic memory, leaving 5967 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 5423 bytes (11%) of program storage space. Maximum is 49152 bytes. Global variables use 226 bytes (3%) of dynamic memory, leaving 5918 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 5630 bytes (11%) of program storage space. Maximum is 49152 bytes. Global variables use 230 bytes (3%) of dynamic memory, leaving 5914 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 4842 bytes (9%) of program storage space. Maximum is 49152 bytes. Global variables use 227 bytes (3%) of dynamic memory, leaving 5917 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 5693 bytes (11%) of program storage space. Maximum is 49152 bytes. Global variables use 226 bytes (3%) of dynamic memory, leaving 5918 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 3935 bytes (8%) of program storage space. Maximum is 49152 bytes. Global variables use 255 bytes (4%) of dynamic memory, leaving 5889 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 3700 bytes (7%) of program storage space. Maximum is 49152 bytes. Global variables use 221 bytes (3%) of dynamic memory, leaving 5923 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 4160 bytes (8%) of program storage space. Maximum is 49152 bytes. Global variables use 229 bytes (3%) of dynamic memory, leaving 5915 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 4 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:13:117: error: default argument given for parameter 5 of 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' [-fpermissive] AsyncSerialCallback onRecievedOk, AsyncSerialCallback onTimeout = nullptr, AsyncSerialCallback onOverflow = nullptr) ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:10:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.h:41:2: note: previous specification in 'AsyncSerial::AsyncSerial(byte*, size_t, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback, AsyncSerial::AsyncSerialCallback)' here AsyncSerial(byte *buffer, size_t bufferLength, ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp: In member function 'AsyncSerial::Status AsyncSerial::AsyncRecieve()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AsyncSerial/src/AsyncSerialLib.cpp:35:26: error: return-statement with no value, in function returning 'AsyncSerial::Status' [-fpermissive] if (_status == IDDLE) { return; } ^