From 88c2c035016af641afa0bc1dbf0f779d9c4939f4 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Wed, 28 Feb 2018 11:59:19 +0000 Subject: [PATCH 1/2] Eclipse project files --- .gitignore | 2 +- lib_xua/.cproject | 860 ++++++++++++++++++++++++++++++++++++++++++++++ lib_xua/.makefile | 8 + lib_xua/.project | 42 +++ lib_xua/.xproject | 1 + 5 files changed, 912 insertions(+), 1 deletion(-) create mode 100644 lib_xua/.cproject create mode 100644 lib_xua/.makefile create mode 100644 lib_xua/.project create mode 100644 lib_xua/.xproject diff --git a/.gitignore b/.gitignore index ff869912..4e56bb88 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,8 @@ module_dfu/host/xmosdfu/xmosdfu *.xi *.i *.bin -.* *~ +.settings *.a *.swp *.*~ diff --git a/lib_xua/.cproject b/lib_xua/.cproject new file mode 100644 index 00000000..08cfa4f2 --- /dev/null +++ b/lib_xua/.cproject @@ -0,0 +1,860 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib_xua/.makefile b/lib_xua/.makefile new file mode 100644 index 00000000..87b347b9 --- /dev/null +++ b/lib_xua/.makefile @@ -0,0 +1,8 @@ +all: + @echo "** Module only - only builds as part of application **" + + +clean: + @echo "** Module only - only builds as part of application **" + + diff --git a/lib_xua/.project b/lib_xua/.project new file mode 100644 index 00000000..c752d2f7 --- /dev/null +++ b/lib_xua/.project @@ -0,0 +1,42 @@ + + + lib_xua + + + + + + com.xmos.cdt.core.ProjectInfoSyncBuilder + + + + + com.xmos.cdt.core.LegacyProjectCheckerBuilder + + + + + com.xmos.cdt.core.ModulePathBuilder + + + + + 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.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + com.xmos.cdt.core.XdeProjectNature + + diff --git a/lib_xua/.xproject b/lib_xua/.xproject new file mode 100644 index 00000000..2a5ae266 --- /dev/null +++ b/lib_xua/.xproject @@ -0,0 +1 @@ +lib_xuaXM-012639-SM From 3192b2ee0bf0179a454cdf962f838f9cee08edc2 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 28 Feb 2018 13:45:08 +0000 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e56bb88..3ee22367 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.log -module_dfu/host/xmosdfu/xmosdfu *.dSYM */.build_*/* */bin/*