From 0c29d6eb35674a0ffa18f670b710d02908d9d95a Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 14 Jan 2015 22:49:13 +0100 Subject: Added project files for the RT-TM4C123G-LAUNCHPAD demo. --- demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject | 51 +++++++++++++++ demos/TIVA/RT-TM4C123G-LAUNCHPAD/.project | 101 +++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject create mode 100644 demos/TIVA/RT-TM4C123G-LAUNCHPAD/.project (limited to 'demos/TIVA') diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject new file mode 100644 index 0000000..c3595ba --- /dev/null +++ b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.project b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.project new file mode 100644 index 0000000..20ea47b --- /dev/null +++ b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.project @@ -0,0 +1,101 @@ + + + RT-TM4C123G-LAUNCHPAD + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + -j1 + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + 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 + + + + board + 2 + CHIBIOS3/community/os/hal/boards/TI_TM4C123G_LAUNCHPAD + + + os + 2 + CHIBIOS3/os + + + test + 2 + CHIBIOS3/test + + + + + CHIBIOS3 + file:/C:/ChibiStudio/chibios3 + + + -- cgit v1.2.3