We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shiftIn() is missing in unit test for DUE and ZERO While compilation of examples does work ..
Error message ZERO
Last command: $ g++ -std=c++0x -o /github/workspace/unittest_unit_test_001.cpp.bin -DARDUINO=100 -g -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address -D__SAMD21G18A__ -DARDUINO_ARCH_SAMD -DARDUINO_SAMD_ZERO -DNUM_SERIAL_PORTS=2 -I/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino -I/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/unittest -I/github/home/Arduino/libraries/FastShiftIn /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Arduino.cpp /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Godmode.cpp /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/stdlib.cpp /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/unittest/ArduinoUnitTests.cpp /github/home/Arduino/libraries/FastShiftIn/FastShiftIn.cpp /github/home/Arduino/libraries/FastShiftIn/test/unit_test_001.cpp /github/home/Arduino/libraries/FastShiftIn/FastShiftIn.cpp: In member function ‘int FastShiftIn::readLSBFIRST()’: /github/home/Arduino/libraries/FastShiftIn/FastShiftIn.cpp:78:12: error: ‘shiftIn’ was not declared in this scope _value = shiftIn(_databit, _clockbit, LSBFIRST); ^~~~~~~
error message DUE
Last command: $ g++ -std=c++0x -o /github/workspace/unittest_unit_test_001.cpp.bin -DARDUINO=100 -g -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address -D__SAM3X8E__ -DARDUINO_ARCH_SAM -DARDUINO_SAM_DUE -DNUM_SERIAL_PORTS=4 -I/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino -I/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/unittest -I/github/home/Arduino/libraries/FastShiftIn /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Arduino.cpp /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Godmode.cpp /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/stdlib.cpp /action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/unittest/ArduinoUnitTests.cpp /github/home/Arduino/libraries/FastShiftIn/FastShiftIn.cpp /github/home/Arduino/libraries/FastShiftIn/test/unit_test_001.cpp /github/home/Arduino/libraries/FastShiftIn/FastShiftIn.cpp: In member function ‘int FastShiftIn::readLSBFIRST()’: /github/home/Arduino/libraries/FastShiftIn/FastShiftIn.cpp:78:12: error: ‘shiftIn’ was not declared in this scope _value = shiftIn(_databit, _clockbit, LSBFIRST); ^~~~~~~
The text was updated successfully, but these errors were encountered:
Arduino ci (#5)
27fbefc
* initial arduino-ci * added unit tests (fails for due and zero) ==> Arduino-CI/arduino_ci#252
Has the same problem with shiftOut()
Sorry, something went wrong.
Arduino ci (#3)
6b2adce
* initial arduino-ci * added unit test - fails due to - Arduino-CI/arduino_ci#252 * fix some things to get unit test and examples running
Successfully merging a pull request may close this issue.
shiftIn() is missing in unit test for DUE and ZERO
While compilation of examples does work ..
Error message ZERO
error message DUE
The text was updated successfully, but these errors were encountered: