From 9c99c3a83476f2a939dc492c1859460fb829ac47 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 11 Jun 2021 14:28:26 +0200 Subject: [PATCH] added init project files --- misc/eclipse/.cproject | 143 +++++++++++++++++++++++++++++++++++++++++ misc/eclipse/.project | 27 ++++++++ 2 files changed, 170 insertions(+) create mode 100644 misc/eclipse/.cproject create mode 100644 misc/eclipse/.project diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject new file mode 100644 index 0000000..bc3d2e4 --- /dev/null +++ b/misc/eclipse/.cproject @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/misc/eclipse/.project b/misc/eclipse/.project new file mode 100644 index 0000000..a98015c --- /dev/null +++ b/misc/eclipse/.project @@ -0,0 +1,27 @@ + + + fsfw-example-linux-mcu + + + + + + 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 + +