From d7571317c4981813a6ddd37cb765ddc5fb6eb997 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Fri, 15 Jan 2021 11:10:40 +0100 Subject: [PATCH] Updated the README.md file with useful commands to clone the project, as well as the sub-modules. Updated the scalp_firmware project. --- README.md | 7 +++++++ scalp_firmware | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7040d6..500c233 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,10 @@ The Git repository **scalp_project** corresponds to the root of the Scalp projec | +-- scalp\_board (Wiki & documentation) ``` + +# Clone project and submodules + +``` +# git clone ssh://git@ssh.hesge.ch:10572/soma/scalp_project.git +# git submodule update --init --recursive +``` diff --git a/scalp_firmware b/scalp_firmware index c519317..8fc4033 160000 --- a/scalp_firmware +++ b/scalp_firmware @@ -1 +1 @@ -Subproject commit c519317a1d0cc4cbafb2ee1bc57cbb3c61e7aa87 +Subproject commit 8fc4033083adb05574e459c9d329dc1587541987 -- GitLab