diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-01 17:07:49 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-01 17:07:49 +0100 |
commit | 0c9926d385f357e4a0a8bb2932da0aa6e2503b9b (patch) | |
tree | 045a16fcb00de415ce15f2245da7c135837f44d1 | |
parent | 5800150cb6611075b712c0104773335550dd66e6 (diff) | |
parent | e320a0bc3f6a40cf7b6c7cd2e708de419dc4006c (diff) |
Merge branch 'master' of github.com:iotbzh/CAN_signaling
-rw-r--r-- | .gitmodules | 10 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 4df8d50c..de99e87d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "src/libs/openxc-message-format"] path = src/libs/openxc-message-format - url = git@github.com:openxc/openxc-message-format.git + url = https://github.com/openxc/openxc-message-format.git [submodule "src/libs/nanopb"] path = src/libs/nanopb - url = git@github.com:nanopb/nanopb.git + url = https://github.com/nanopb/nanopb.git [submodule "src/libs/uds-c"] path = src/libs/uds-c - url = git@github.com:openxc/uds-c.git + url = https://github.com/openxc/uds-c.git [submodule "src/libs/bitfield-c"] path = src/libs/bitfield-c - url = git@github.com:openxc/bitfield-c.git + url = https://github.com/openxc/bitfield-c.git [submodule "src/libs/isotp-c"] path = src/libs/isotp-c - url = git@github.com:openxc/isotp-c.git + url = https://github.com/openxc/isotp-c.git @@ -2,5 +2,11 @@ Low level CAN bus binder. Based upon OpenXC vi-firmware project. -# Prerequirements +# Getting started + +This repo make use of git submodule, make sure to execute the following commands : + ~/CAN_Signaling$ git submodule init + ~/CAN_Signaling$ git submodule update + +# Prerequirements |