diff --git a/.gitignore b/.gitignore index ff869912..3ee22367 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.log -module_dfu/host/xmosdfu/xmosdfu *.dSYM */.build_*/* */bin/* @@ -11,8 +10,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