Commit b5fb9ad
committed
extras: Updated submodules.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>1 parent cf2f487 commit b5fb9ad
File tree
4 files changed
+4
-4
lines changed- extras
4 files changed
+4
-4
lines changedSubmodule arduino-core-api updated 85 files
- api/ArduinoAPI.h+2-2
- api/HardwareSPI.h+25-11
- test/.gitignore+19-1
- test/CMakeLists.txt+12-2
- test/external/catch/v2.13.1/include/catch.hpp-17.8k
- test/external/catch/v2.13.9/include/catch.hpp-18.0k
- test/src/CanMsg/test_CanExtendedId.cpp+1-1
- test/src/CanMsg/test_CanMsg.cpp+1-1
- test/src/CanMsg/test_CanMsg_CopyCtor.cpp+1-1
- test/src/CanMsg/test_CanStandardId.cpp+1-1
- test/src/CanMsg/test_isExtendedId.cpp+1-1
- test/src/CanMsg/test_isStandardId.cpp+1-1
- test/src/CanMsg/test_operator_assignment.cpp+1-1
- test/src/CanMsg/test_printTo.cpp+1-1
- test/src/CanMsgRingbuffer/test_available.cpp+1-1
- test/src/Common/test_makeWord.cpp+1-1
- test/src/Common/test_map.cpp+1-1
- test/src/Common/test_max.cpp+1-1
- test/src/Common/test_min.cpp+1-1
- test/src/IPAddress/test_IPAddress.cpp+1-1
- test/src/IPAddress/test_IPAddress6.cpp+1-1
- test/src/IPAddress/test_fromString.cpp+1-1
- test/src/IPAddress/test_fromString6.cpp+1-1
- test/src/IPAddress/test_operator_assignment.cpp+1-1
- test/src/IPAddress/test_operator_comparison.cpp+1-1
- test/src/IPAddress/test_operator_comparison6.cpp+1-1
- test/src/IPAddress/test_operator_parentheses.cpp+1-1
- test/src/IPAddress/test_operator_parentheses6.cpp+1-1
- test/src/IPAddress/test_printTo.cpp+1-1
- test/src/IPAddress/test_printTo6.cpp+1-1
- test/src/IPAddress/test_toString.cpp+1-1
- test/src/Print/test_availableForWrite.cpp+1-1
- test/src/Print/test_clearWriteError.cpp+1-1
- test/src/Print/test_getWriteError.cpp+1-1
- test/src/Print/test_print.cpp+2-1
- test/src/Print/test_println.cpp+1-1
- test/src/Ringbuffer/test_available.cpp+1-1
- test/src/Ringbuffer/test_availableForStore.cpp+1-1
- test/src/Ringbuffer/test_clear.cpp+1-1
- test/src/Ringbuffer/test_isFull.cpp+1-1
- test/src/Ringbuffer/test_peek.cpp+1-1
- test/src/Ringbuffer/test_read_char.cpp+1-1
- test/src/Ringbuffer/test_store_char.cpp+1-1
- test/src/Stream/test_find.cpp+1-1
- test/src/Stream/test_findUntil.cpp+1-1
- test/src/Stream/test_getTimeout.cpp+1-1
- test/src/Stream/test_parseFloat.cpp+4-1
- test/src/Stream/test_parseInt.cpp+1-1
- test/src/Stream/test_readBytes.cpp+1-1
- test/src/Stream/test_readBytesUntil.cpp+1-1
- test/src/Stream/test_readString.cpp+1-1
- test/src/Stream/test_readStringUntil.cpp+1-1
- test/src/Stream/test_setTimeout.cpp+1-1
- test/src/String/StringPrinter.h+1-1
- test/src/String/test_String.cpp+1-1
- test/src/String/test_characterAccessFunc.cpp+3-3
- test/src/String/test_compareTo.cpp+1-1
- test/src/String/test_comparisonFunc.cpp+1-1
- test/src/String/test_concat.cpp+1-1
- test/src/String/test_indexOf.cpp+1-1
- test/src/String/test_isEmpty.cpp+1-1
- test/src/String/test_lastIndexOf.cpp+1-1
- test/src/String/test_length.cpp+1-1
- test/src/String/test_move.cpp+5-3
- test/src/String/test_operators.cpp+1-1
- test/src/String/test_remove.cpp+1-1
- test/src/String/test_replace.cpp+1-1
- test/src/String/test_substring.cpp+1-1
- test/src/String/test_toDouble.cpp+1-1
- test/src/String/test_toFloat.cpp+1-1
- test/src/String/test_toInt.cpp+1-1
- test/src/String/test_toLowerCase.cpp+1-1
- test/src/String/test_toUpperCase.cpp+1-1
- test/src/String/test_trim.cpp+1-1
- test/src/WCharacter/test_isAscii.cpp+2-1
- test/src/WCharacter/test_isControl.cpp+2-1
- test/src/WCharacter/test_isDigit.cpp+2-1
- test/src/WCharacter/test_isHexadecimalDigit.cpp+2-1
- test/src/WCharacter/test_isLowerCase.cpp+2-1
- test/src/WCharacter/test_isPunct.cpp+2-1
- test/src/WCharacter/test_isSpace.cpp+2-1
- test/src/WCharacter/test_isUpperCase.cpp+2-1
- test/src/WCharacter/test_isWhitespace.cpp+2-1
- test/src/WCharacter/test_toAscii.cpp+2-1
- test/src/main.cpp-12
Submodule arduino-devops updated 41 files
- .github/workflows/compile-examples.yml+7-2
- .github/workflows/release.yml+6-1
- .github/workflows/verify-extlib.yml+46
- .gitignore+1
- .readthedocs.yaml+20
- README.md+57-1
- arduino-ci.py+80-24
- arduino-extlib.py+544
- config/ci-config-matrix-ifx-lib.yml+7-7
- docs/Makefile+28
- docs/_templates/layout.html+70
- docs/compile-examples/description.rst+35
- docs/compile-examples/getting-started.rst+160
- docs/compile-examples/index.rst+8
- docs/conf.py+87
- docs/img/arduino-logo.png
- docs/img/compile-examples-wflow-ga-run-success.png
- docs/img/compile-matrix-diag.png
- docs/img/ifx_logo_white_green_s.png
- docs/img/release-from-ga-select-version.png
- docs/img/release-from-ga-wflow.png
- docs/img/release-from-release-new-release.png
- docs/img/release-from-release-tag.png
- docs/img/release-wflow-success.png
- docs/index.rst+44
- docs/make.bat+35
- docs/overview/content.rst+10
- docs/overview/motivation.rst+31
- docs/overview/requirements.rst+30
- docs/overview/usage.rst+55
- docs/release/description.rst+38
- docs/release/getting-started.rst+204
- docs/release/index.rst+11
- docs/requirements.txt+9
- docs/scripts/arduino-ci.rst+299
- docs/scripts/arduino-cli-install.rst+68
- docs/scripts/arduino-extlib.rst+379
- docs/scripts/arduino-packager.rst+227
- docs/scripts/arduino-release.rst+376
- docs/scripts/pckg-install-local.rst+179
- tests/ino-ci-xmc-core.test+16-16
0 commit comments