Fix: write bcm message to socket.
[apps/low-level-can-service.git] / .gitmodules
index 4f6899d..6984efe 100644 (file)
@@ -1,3 +1,18 @@
-[submodule "libs/openxc-message-format"]
-       path = libs/openxc-message-format
-       url = git@github.com:openxc/openxc-message-format.git
+[submodule "low-can-binding/libs/openxc-message-format"]
+       path = CAN-binder/libs/openxc-message-format
+       url = https://github.com/openxc/openxc-message-format
+[submodule "low-can-binding/libs/nanopb"]
+       path = CAN-binder/libs/nanopb
+       url = https://github.com/nanopb/nanopb.git
+[submodule "low-can-binding/libs/uds-c"]
+       path = CAN-binder/libs/uds-c
+       url = https://github.com/openxc/uds-c.git
+[submodule "low-can-binding/libs/bitfield-c"]
+       path = CAN-binder/libs/bitfield-c
+       url = https://github.com/openxc/bitfield-c.git
+[submodule "low-can-binding/libs/isotp-c"]
+       path = CAN-binder/libs/isotp-c
+       url = https://github.com/openxc/isotp-c
+[submodule "CAN-binder/libs/inih"]
+       path = CAN-binder/libs/inih
+       url = git@github.com:claneys/inih.git