This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from apollo-lhc/feature/i2c-checker-daemon
Add I2C checker daemon, update device plugins with version feature
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule BUTool
updated
9 files
+2 −1 | .gitignore | |
+14 −7 | include/BUTool/DeviceFactory.hh | |
+2 −0 | include/BUTool/Launcher.hh | |
+28 −0 | include/BUTool/VersionTracker.hh | |
+7 −3 | mk/Makefile | |
+20 −0 | mk/version.mk | |
+22 −3 | src/BUTool/DeviceFactory.cc | |
+28 −0 | src/BUTool/Launcher_addDevice.cc | |
+6 −1 | src/BUTool/Launcher_commands.cc |
Submodule ApolloSM_plugin
updated
8 files
+1 −0 | .gitignore | |
+11 −2 | Makefile | |
+2 −1 | README.txt | |
+1 −7 | include/ApolloSM_device/ApolloSM_device.hh | |
+10 −0 | include/ApolloSM_device/Version.hh | |
+19 −0 | mk/version.mk | |
+12 −0 | src/ApolloSM_device/ApolloSM_device.cc | |
+258 −0 | src/standalone/i2c_write_monitor.cxx |
Submodule GenericIPBus_plugin
updated
6 files
+2 −1 | .gitignore | |
+5 −1 | Makefile | |
+0 −7 | include/GenericIPBus_device/GenericIPBus_device.hh | |
+10 −0 | include/GenericIPBus_device/Version.hh | |
+19 −0 | mk/version.mk | |
+14 −0 | src/GenericIPBus_device/GenericIPBus_device.cc |