From 0c29d6eb35674a0ffa18f670b710d02908d9d95a Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 14 Jan 2015 22:49:13 +0100 Subject: [PATCH 01/10] 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 diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/.cproject new file mode 100644 index 00000000..c3595bab --- /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 00000000..20ea47b0 --- /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 + + + From 4532c817db9d47cc8c0ca20fa58a04787aa335b2 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 14 Jan 2015 23:02:20 +0100 Subject: [PATCH 02/10] Added external tool configuration for the In-Circuit Debug Interface (ICDI). --- ...ompts for .cfg target configuration) - kopie.launch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch new file mode 100644 index 00000000..8772f9ce --- /dev/null +++ b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch @@ -0,0 +1,10 @@ + + + + + + + + + + From 6917afd20d067c0a6c7f9bef7ee1c7944eaea791 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Wed, 14 Jan 2015 23:02:58 +0100 Subject: [PATCH 03/10] Added debug configuration for the RT-TM4C123G-LAUNCHPAD demo. --- ...AD (OpenOCD, Flash and Run) - kopie.launch | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/RT-TM4C123G-LAUNCHPAD (OpenOCD, Flash and Run) - kopie.launch diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/RT-TM4C123G-LAUNCHPAD (OpenOCD, Flash and Run) - kopie.launch b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/RT-TM4C123G-LAUNCHPAD (OpenOCD, Flash and Run) - kopie.launch new file mode 100644 index 00000000..552223cd --- /dev/null +++ b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/RT-TM4C123G-LAUNCHPAD (OpenOCD, Flash and Run) - kopie.launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 8c608abb1db04055e87327b40936f1bbf552a88a Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:16:35 +0100 Subject: [PATCH 04/10] Added project files for the RT-TM4C1294-LAUNCHPAD demo. --- demos/TIVA/RT-TM4C1294-LAUNCHPAD/.cproject | 51 ++++++++++++++++++++ demos/TIVA/RT-TM4C1294-LAUNCHPAD/.project | 54 ++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 demos/TIVA/RT-TM4C1294-LAUNCHPAD/.cproject create mode 100644 demos/TIVA/RT-TM4C1294-LAUNCHPAD/.project diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/.cproject b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/.cproject new file mode 100644 index 00000000..dff16053 --- /dev/null +++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/.cproject @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/.project b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/.project new file mode 100644 index 00000000..09271d40 --- /dev/null +++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/.project @@ -0,0 +1,54 @@ + + + RT-TM4C1294-LAUNCHPAD + + + + + + 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 + + + + board + 2 + CHIBIOS3/community/os/hal/boards/TI_TM4C1294_LAUNCHPAD + + + community_os + 2 + CHIBIOS3/community/os + + + os + 2 + CHIBIOS3/os + + + test + 2 + CHIBIOS3/test + + + + + CHIBIOS3 + file:/C:/ChibiStudio/chibios3 + + + From 072e0e2cdfa522845f32c3451b37cdef9356a1ee Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:18:19 +0100 Subject: [PATCH 05/10] Added project files for the TM4C123x GPT testhal. --- testhal/TIVA/TM4C123x/GPT/.cproject | 51 +++++++++++++ testhal/TIVA/TM4C123x/GPT/.project | 106 ++++++++++++++++++++++++++++ 2 files changed, 157 insertions(+) create mode 100644 testhal/TIVA/TM4C123x/GPT/.cproject create mode 100644 testhal/TIVA/TM4C123x/GPT/.project diff --git a/testhal/TIVA/TM4C123x/GPT/.cproject b/testhal/TIVA/TM4C123x/GPT/.cproject new file mode 100644 index 00000000..93c394ea --- /dev/null +++ b/testhal/TIVA/TM4C123x/GPT/.cproject @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/TIVA/TM4C123x/GPT/.project b/testhal/TIVA/TM4C123x/GPT/.project new file mode 100644 index 00000000..ae2b92b4 --- /dev/null +++ b/testhal/TIVA/TM4C123x/GPT/.project @@ -0,0 +1,106 @@ + + + TM4C123x-GPT + + + + + + 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 + + + community_os + 2 + CHIBIOS3/community/os + + + os + 2 + CHIBIOS3/os + + + test + 2 + CHIBIOS3/test + + + + + CHIBIOS3 + file:/C:/ChibiStudio/chibios3 + + + From 45f86d117074e1bc36f4d0c7ed228f4ac33deb94 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:18:52 +0100 Subject: [PATCH 06/10] 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 00000000..31b2a7f6 --- /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 00000000..fcc4cb16 --- /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 + + + From 22addb0a74f8901220566057f639f373e292e2a4 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:19:03 +0100 Subject: [PATCH 07/10] Added project files for the TM4C123x PWM testhal. --- testhal/TIVA/TM4C123x/PWM/.cproject | 51 +++++++++++++ testhal/TIVA/TM4C123x/PWM/.project | 106 ++++++++++++++++++++++++++++ 2 files changed, 157 insertions(+) create mode 100644 testhal/TIVA/TM4C123x/PWM/.cproject create mode 100644 testhal/TIVA/TM4C123x/PWM/.project diff --git a/testhal/TIVA/TM4C123x/PWM/.cproject b/testhal/TIVA/TM4C123x/PWM/.cproject new file mode 100644 index 00000000..b1141bf5 --- /dev/null +++ b/testhal/TIVA/TM4C123x/PWM/.cproject @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/TIVA/TM4C123x/PWM/.project b/testhal/TIVA/TM4C123x/PWM/.project new file mode 100644 index 00000000..30f93a6d --- /dev/null +++ b/testhal/TIVA/TM4C123x/PWM/.project @@ -0,0 +1,106 @@ + + + TM4C123x-PWM + + + + + + 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 + + + community_os + 2 + CHIBIOS3/community/os + + + os + 2 + CHIBIOS3/os + + + test + 2 + CHIBIOS3/test + + + + + CHIBIOS3 + file:/C:/ChibiStudio/chibios3 + + + From 8158c1bd65a87061f94a9377e4dd8ae309b3ebb5 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:21:41 +0100 Subject: [PATCH 08/10] Added debug and external tool configuration for the TM4C123x GPT testhal. --- ... .cfg target configuration) - kopie.launch | 10 ++++ ...PT (OpenOCD, Flash and Run) - kopie.launch | 52 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 testhal/TIVA/TM4C123x/GPT/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch create mode 100644 testhal/TIVA/TM4C123x/GPT/debug/TM4C123x-GPT (OpenOCD, Flash and Run) - kopie.launch diff --git a/testhal/TIVA/TM4C123x/GPT/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch b/testhal/TIVA/TM4C123x/GPT/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch new file mode 100644 index 00000000..8772f9ce --- /dev/null +++ b/testhal/TIVA/TM4C123x/GPT/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/testhal/TIVA/TM4C123x/GPT/debug/TM4C123x-GPT (OpenOCD, Flash and Run) - kopie.launch b/testhal/TIVA/TM4C123x/GPT/debug/TM4C123x-GPT (OpenOCD, Flash and Run) - kopie.launch new file mode 100644 index 00000000..4c35b029 --- /dev/null +++ b/testhal/TIVA/TM4C123x/GPT/debug/TM4C123x-GPT (OpenOCD, Flash and Run) - kopie.launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 39f16696b0801e10cfe5ea45eac51f40541f7865 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:21:58 +0100 Subject: [PATCH 09/10] Added debug and external tool configuration for the TM4C123x I2C testhal. --- ... .cfg target configuration) - kopie.launch | 10 ++++ ...2C (OpenOCD, Flash and Run) - kopie.launch | 52 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 testhal/TIVA/TM4C123x/I2C/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch create mode 100644 testhal/TIVA/TM4C123x/I2C/debug/TM4C123x-I2C (OpenOCD, Flash and Run) - kopie.launch diff --git a/testhal/TIVA/TM4C123x/I2C/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch b/testhal/TIVA/TM4C123x/I2C/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch new file mode 100644 index 00000000..8772f9ce --- /dev/null +++ b/testhal/TIVA/TM4C123x/I2C/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/testhal/TIVA/TM4C123x/I2C/debug/TM4C123x-I2C (OpenOCD, Flash and Run) - kopie.launch b/testhal/TIVA/TM4C123x/I2C/debug/TM4C123x-I2C (OpenOCD, Flash and Run) - kopie.launch new file mode 100644 index 00000000..0a80573b --- /dev/null +++ b/testhal/TIVA/TM4C123x/I2C/debug/TM4C123x-I2C (OpenOCD, Flash and Run) - kopie.launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From acedb79754feaa50386155bb63168cad6a820bfa Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 22 Jan 2015 21:22:08 +0100 Subject: [PATCH 10/10] Added debug and external tool configuration for the TM4C123x PWM testhal. --- ... .cfg target configuration) - kopie.launch | 10 ++++ ...WM (OpenOCD, Flash and Run) - kopie.launch | 52 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch create mode 100644 testhal/TIVA/TM4C123x/PWM/debug/TM4C123x-PWM (OpenOCD, Flash and Run) - kopie.launch diff --git a/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch b/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch new file mode 100644 index 00000000..8772f9ce --- /dev/null +++ b/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/testhal/TIVA/TM4C123x/PWM/debug/TM4C123x-PWM (OpenOCD, Flash and Run) - kopie.launch b/testhal/TIVA/TM4C123x/PWM/debug/TM4C123x-PWM (OpenOCD, Flash and Run) - kopie.launch new file mode 100644 index 00000000..6ab8ff4c --- /dev/null +++ b/testhal/TIVA/TM4C123x/PWM/debug/TM4C123x-PWM (OpenOCD, Flash and Run) - kopie.launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +