X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.gitmodules;h=de99e87dee3089a373e982b1bd05b4cc0c423180;hb=fcfcc2a8fe250ddba81c7c374496ef3ae21a27eb;hp=76992e0a1ee43a521b20da53651b2ee2fc24b3e0;hpb=22c952aeff99fa184d1108e0736b1833e4cc7239;p=apps%2Flow-level-can-service.git diff --git a/.gitmodules b/.gitmodules index 76992e0..de99e87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,15 @@ -[submodule "libs/openxc-message-format"] - path = libs/openxc-message-format - url = git@github.com:openxc/openxc-message-format.git -[submodule "libs/nanopb"] - path = libs/nanopb - url = git@github.com:nanopb/nanopb.git +[submodule "src/libs/openxc-message-format"] + path = src/libs/openxc-message-format + url = https://github.com/openxc/openxc-message-format.git +[submodule "src/libs/nanopb"] + path = src/libs/nanopb + url = https://github.com/nanopb/nanopb.git +[submodule "src/libs/uds-c"] + path = src/libs/uds-c + url = https://github.com/openxc/uds-c.git +[submodule "src/libs/bitfield-c"] + path = src/libs/bitfield-c + url = https://github.com/openxc/bitfield-c.git +[submodule "src/libs/isotp-c"] + path = src/libs/isotp-c + url = https://github.com/openxc/isotp-c.git