This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.1.0
More details
Board | Claims compatibility | Inclusion |
---|---|---|
arduino:avr:uno
1.8.4 |
Yes | PASS |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes ⚠️ | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes | PASS |
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS |
Result: PASS
Sketch uses 1814 bytes (5%) of program storage space. Maximum is 32256 bytes. Global variables use 45 bytes (2%) of dynamic memory, leaving 2003 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp: In member function 'virtual bool List::handleInputEvent(int, int, bool, bool)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:376:24: error: 'max' was not declared in this scope setSelectedIndex(max(selectedIndex_ + y, 0)); ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:376:24: note: suggested alternative: '_Kmax' setSelectedIndex(max(selectedIndex_ + y, 0)); ^~~ _Kmax /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:379:24: error: 'min' was not declared in this scope setSelectedIndex(min(selectedIndex_ + y, itemCount_ - 1)); ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp: In member function 'virtual bool Input::handleInputEvent(int, int, bool, bool)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:460:45: error: 'max' was not declared in this scope text_[position_] = charSet_->charAt(max(charSet_->indexOf(text_[position_]) + y, 0)); ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:460:45: note: suggested alternative: '_Kmax' text_[position_] = charSet_->charAt(max(charSet_->indexOf(text_[position_]) + y, 0)); ^~~ _Kmax /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:463:45: error: 'min' was not declared in this scope text_[position_] = charSet_->charAt(min(charSet_->indexOf(text_[position_]) + y, charSet_->size() - 1)); ^~~
Result: PASS
Sketch uses 2138 bytes (4%) of program storage space. Maximum is 49152 bytes. Global variables use 42 bytes (0%) of dynamic memory, leaving 6102 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp: In member function 'virtual bool List::handleInputEvent(int, int, bool, bool)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:376:24: error: 'max' was not declared in this scope setSelectedIndex(max(selectedIndex_ + y, 0)); ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:376:24: note: suggested alternative: '_Kmax' setSelectedIndex(max(selectedIndex_ + y, 0)); ^~~ _Kmax /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:379:24: error: 'min' was not declared in this scope setSelectedIndex(min(selectedIndex_ + y, itemCount_ - 1)); ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp: In member function 'virtual bool Input::handleInputEvent(int, int, bool, bool)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:460:45: error: 'max' was not declared in this scope text_[position_] = charSet_->charAt(max(charSet_->indexOf(text_[position_]) + y, 0)); ^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:460:45: note: suggested alternative: '_Kmax' text_[position_] = charSet_->charAt(max(charSet_->indexOf(text_[position_]) + y, 0)); ^~~ _Kmax /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ScreenUi/ScreenUi.cpp:463:45: error: 'min' was not declared in this scope text_[position_] = charSet_->charAt(min(charSet_->indexOf(text_[position_]) + y, charSet_->size() - 1)); ^~~
Result: PASS
Sketch uses 199236 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13104 bytes (3%) of dynamic memory, leaving 314576 bytes for local variables. Maximum is 327680 bytes.