From 45f86d117074e1bc36f4d0c7ed228f4ac33deb94 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:18:52 +0100 Subject: Added project files for the TM4C123x I2C testhal. --- testhal/TIVA/TM4C123x/I2C/.cproject | 51 ++++++++++++++++++ testhal/TIVA/TM4C123x/I2C/.project | 101 ++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 testhal/TIVA/TM4C123x/I2C/.cproject create mode 100644 testhal/TIVA/TM4C123x/I2C/.project diff --git a/testhal/TIVA/TM4C123x/I2C/.cproject b/testhal/TIVA/TM4C123x/I2C/.cproject new file mode 100644 index 0000000..31b2a7f --- /dev/null +++ b/testhal/TIVA/TM4C123x/I2C/.cproject @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/TIVA/TM4C123x/I2C/.project b/testhal/TIVA/TM4C123x/I2C/.project new file mode 100644 index 0000000..fcc4cb1 --- /dev/null +++ b/testhal/TIVA/TM4C123x/I2C/.project @@ -0,0 +1,101 @@ + + + TM4C123x-I2C + + + + + + 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