Commit f744ae2
Add stubs for I2C methods
* Bump plugins/robots/thirdparty/trikRuntime/trikRuntime
Bumps [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) from `1b421af` to `f0530c8`.
- [Release notes](https://github.com/trikset/trikRuntime/releases)
- [Commits](trikset/trikRuntime@1b421af...f0530c8)
---
updated-dependencies:
- dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime
dependency-version: f0530c869d62488b75748cf8e40d19f2a45cd2b2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 82770e9 commit f744ae2
File tree
2 files changed
+3
-2
lines changed- plugins/robots
- interpreters/trikKitInterpreterCommon/include/trikKitInterpreterCommon
- thirdparty/trikRuntime
2 files changed
+3
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
Submodule trikRuntime updated 45 files
- .github/workflows/rockylinux.yml+1-1
- PythonQt/mjb_rejected_classes.log+2
- PythonQt/mjb_rejected_enums.log+1
- PythonQt/mjb_rejected_functions.log+14-4
- trikControl/include/trikControl/brickInterface.h+4-1
- trikControl/include/trikControl/i2cDeviceInterface.h+9-5
- trikControl/src/analogSensor.cpp+4-1
- trikControl/src/battery.cpp+5-8
- trikControl/src/brick.cpp+28-4
- trikControl/src/brick.h+8-2
- trikControl/src/encoder.cpp+9-2
- trikControl/src/i2cCommunicator.cpp-87
- trikControl/src/i2cCommunicator.h-61
- trikControl/src/i2cCommunicatorInterface.h+31
- trikControl/src/i2cDevice.cpp+58-16
- trikControl/src/i2cDevice.h+24-8
- trikControl/src/mspCommunicatorInterface.h+1-1
- trikControl/src/mspI2cCommunicator.cpp+36-5
- trikControl/src/mspI2cCommunicator.h+9-3
- trikControl/src/mspUsbCommunicator.cpp+3-3
- trikControl/src/mspUsbCommunicator.h+1-1
- trikControl/trikControl.pro+1-2
- trikHal/include/trikHal/hardwareAbstractionInterface.h+6
- trikHal/include/trikHal/mspI2cInterface.h+20-1
- trikHal/include/trikHal/mspUsbInterface.h+1-1
- trikHal/src/stub/stubCommonI2c.cpp+54
- trikHal/src/stub/stubCommonI2c.h+35
- trikHal/src/stub/stubHardwareAbstraction.cpp+10-1
- trikHal/src/stub/stubHardwareAbstraction.h+2
- trikHal/src/stub/stubMspI2c.cpp+14-1
- trikHal/src/stub/stubMspI2c.h+3-1
- trikHal/src/stub/stubMspUsb.cpp+2-1
- trikHal/src/stub/stubMspUsb.h+1-1
- trikHal/src/trik/commonI2c.cpp+174
- trikHal/src/trik/commonI2c.h+58
- trikHal/src/trik/trikHardwareAbstraction.cpp+10-1
- trikHal/src/trik/trikHardwareAbstraction.h+2
- trikHal/src/trik/trikI2c.cpp+62-18
- trikHal/src/trik/trikI2c.h+3-1
- trikHal/src/trik/trikMspUsb.cpp+2-2
- trikHal/src/trik/trikMspUsb.h+1-1
- trikHal/src/trik/usbMsp/usbMSP430Interface.cpp+2-2
- trikHal/trikHal.pro+4
- trikScriptRunner/generated_cpp/pytrikcontrol/pytrikcontrol0.cpp+214-4
- trikScriptRunner/generated_cpp/pytrikcontrol/pytrikcontrol0.h+53-9
0 commit comments