From c847305f0a24478a899b12bec11a0d608cea7657 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 11 Jun 2021 13:51:30 +0200 Subject: [PATCH] renamed submodule --- .gitmodules | 2 +- cmake/scripts/RPi/crosscompile/create_cmake_release_cfg.sh | 0 cmake/scripts/RPi/crosscompile/create_cmake_relwithdeb_cfg.sh | 0 fsfw-hal => fsfw_hal | 0 4 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 cmake/scripts/RPi/crosscompile/create_cmake_release_cfg.sh mode change 100644 => 100755 cmake/scripts/RPi/crosscompile/create_cmake_relwithdeb_cfg.sh rename fsfw-hal => fsfw_hal (100%) diff --git a/.gitmodules b/.gitmodules index aef2777..8304ab3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = fsfw url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw.git [submodule "fsfw-hal"] - path = fsfw-hal + path = fsfw_hal url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw-hal.git [submodule "tmtc/tmtccmd"] path = tmtc/tmtccmd diff --git a/cmake/scripts/RPi/crosscompile/create_cmake_release_cfg.sh b/cmake/scripts/RPi/crosscompile/create_cmake_release_cfg.sh old mode 100644 new mode 100755 diff --git a/cmake/scripts/RPi/crosscompile/create_cmake_relwithdeb_cfg.sh b/cmake/scripts/RPi/crosscompile/create_cmake_relwithdeb_cfg.sh old mode 100644 new mode 100755 diff --git a/fsfw-hal b/fsfw_hal similarity index 100% rename from fsfw-hal rename to fsfw_hal