-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the submodules group with 4 updates
Bumps the submodules group with 4 updates: [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime), [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest), [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) and [installer/nxt-tools](https://github.com/trikset/nxt-tools). Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `29b4ecd` to `8adad20` - [Release notes](https://github.com/trikset/trikRuntime/releases) - [Commits](trikset/trikRuntime@29b4ecd...8adad20) Updates `qrtest/thirdparty/googletest/googletest` from `4a1a299` to `dddb219` - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@4a1a299...dddb219) Updates `plugins/robots/thirdparty/hidapi` from `5fd7a79` to `7011fa9` - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@5fd7a79...7011fa9) Updates `installer/nxt-tools` from `dff80a0` to `6c4d5f1` - [Commits](trikset/nxt-tools@dff80a0...6c4d5f1) --- updated-dependencies: - dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime dependency-type: direct:production dependency-group: submodules - dependency-name: qrtest/thirdparty/googletest/googletest dependency-type: direct:production dependency-group: submodules - dependency-name: plugins/robots/thirdparty/hidapi dependency-type: direct:production dependency-group: submodules - dependency-name: installer/nxt-tools dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8720120
commit efa0eb0
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule nxt-tools
updated
4377 files
Submodule hidapi
updated
22 files
+65 −26 | .github/workflows/builds.yml | |
+3 −1 | .github/workflows/checks.yml | |
+3 −1 | BUILD.autotools.md | |
+1 −1 | BUILD.cmake.md | |
+3 −0 | CMakeLists.txt | |
+1 −1 | configure.ac | |
+1 −1 | dist/hidapi.podspec | |
+1 −1 | hidtest/test.c | |
+12 −3 | libusb/hid.c | |
+91 −34 | linux/hid.c | |
+1 −1 | mac/CMakeLists.txt | |
+1 −1 | mac/Makefile-manual | |
+15 −14 | mac/hid.c | |
+35 −0 | netbsd/CMakeLists.txt | |
+29 −0 | netbsd/README.md | |
+1,173 −0 | netbsd/hid.c | |
+11 −0 | pc/hidapi-netbsd.pc.in | |
+15 −2 | src/CMakeLists.txt | |
+9 −1 | windows/hidapi_descriptor_reconstruct.h | |
+0 −2 | windows/hidapi_hidsdi.h | |
+65 −65 | windows/pp_data_dump/pp_data_dump.c | |
+73 −71 | windows/test/hid_report_reconstructor_test.c |
Submodule trikRuntime
updated
27 files
Submodule googletest
updated
53 files