From 5e85a1c6574dd56c79cd3a5ee17ac39e1e5e57d7 Mon Sep 17 00:00:00 2001 From: stnolting <22944758+stnolting@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:28:55 +0200 Subject: [PATCH] [eclipse] add project configuration --- sw/example/eclipse/.cproject | 212 ++++++++++++++++++ sw/example/eclipse/.project | 33 +++ .../eclipse/.settings/language.settings.xml | 15 ++ ....embedcdt.debug.gdbjtag.openocd.core.prefs | 3 + 4 files changed, 263 insertions(+) create mode 100644 sw/example/eclipse/.cproject create mode 100644 sw/example/eclipse/.project create mode 100644 sw/example/eclipse/.settings/language.settings.xml create mode 100644 sw/example/eclipse/.settings/org.eclipse.embedcdt.debug.gdbjtag.openocd.core.prefs diff --git a/sw/example/eclipse/.cproject b/sw/example/eclipse/.cproject new file mode 100644 index 000000000..f29b38d12 --- /dev/null +++ b/sw/example/eclipse/.cproject @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${cross_make} + all + true + true + true + + + ${cross_make} + clean_all + true + true + true + + + ${cross_make} + exe + true + true + true + + + ${cross_make} + elf + true + true + true + + + ${cross_make} + + info + true + true + true + + + + \ No newline at end of file diff --git a/sw/example/eclipse/.project b/sw/example/eclipse/.project new file mode 100644 index 000000000..3ad9b1824 --- /dev/null +++ b/sw/example/eclipse/.project @@ -0,0 +1,33 @@ + + + eclipse_example + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + + + + + 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 + + + + source + 2 + sw/lib/source + + + diff --git a/sw/example/eclipse/.settings/language.settings.xml b/sw/example/eclipse/.settings/language.settings.xml new file mode 100644 index 000000000..ae1f9734c --- /dev/null +++ b/sw/example/eclipse/.settings/language.settings.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sw/example/eclipse/.settings/org.eclipse.embedcdt.debug.gdbjtag.openocd.core.prefs b/sw/example/eclipse/.settings/org.eclipse.embedcdt.debug.gdbjtag.openocd.core.prefs new file mode 100644 index 000000000..118350e56 --- /dev/null +++ b/sw/example/eclipse/.settings/org.eclipse.embedcdt.debug.gdbjtag.openocd.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +executable.name=openocd.exe +install.folder=C\:\\OpenOCD\\bin