From 6386736586b13e0217aff2eef9e4c9e32895a5ed Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 8 Jun 2021 13:31:11 +0200 Subject: [PATCH] added fsfw_common submodule --- .cproject | 1255 +++++++++++++++++++++++++++++++++++++++++++++++++++ .gitmodules | 3 + .project | 27 ++ fsfw_common | 1 + 4 files changed, 1286 insertions(+) create mode 100644 .cproject create mode 100644 .gitmodules create mode 100644 .project create mode 160000 fsfw_common diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..c59f7d4 --- /dev/null +++ b/.cproject @@ -0,0 +1,1255 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..30532fe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "fsfw_common"] + path = fsfw_common + url = https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-common.git diff --git a/.project b/.project new file mode 100644 index 0000000..c4483f1 --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ + + + fsfw_example_public + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + diff --git a/fsfw_common b/fsfw_common new file mode 160000 index 0000000..642e946 --- /dev/null +++ b/fsfw_common @@ -0,0 +1 @@ +Subproject commit 642e94621f5066339e36abe2e4ca31e1f644e04f