From 40d81b68b5c88d0c5f94f70d2f6b7187cbbcc9cb Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Fri, 27 Sep 2013 15:02:42 +0800 Subject: [PATCH 1/3] folk from felis, and add eclipse project files --- .cproject | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ .project | 28 +++++++++++++ 2 files changed, 147 insertions(+) create mode 100644 .cproject create mode 100644 .project diff --git a/.cproject b/.cproject new file mode 100644 index 00000000..ccf5b0dd --- /dev/null +++ b/.cproject @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 00000000..9274764a --- /dev/null +++ b/.project @@ -0,0 +1,28 @@ + + + uhs20_xxxfts + + + + + + 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 + de.innot.avreclipse.core.avrnature + + From 952e6f1e98a22b0772b4de25eb80cfe5f0116113 Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Fri, 27 Sep 2013 17:07:05 +0800 Subject: [PATCH 2/3] ARM non-init issue. --- .cproject | 35 ++++++++++++++++++++++------------- BTD.cpp | 12 ++++++++++-- SPP.cpp | 3 ++- 3 files changed, 34 insertions(+), 16 deletions(-) diff --git a/.cproject b/.cproject index ccf5b0dd..2444b015 100644 --- a/.cproject +++ b/.cproject @@ -22,20 +22,28 @@