aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/config_wizard/resources/app_templates/c/template.xml
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-17 11:46:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-17 11:46:37 +0000
commit777fa5d5684ef62c7241e43a457acfb69965e4a3 (patch)
tree0c360747ca668eaea0be36aed358267667b056b1 /tools/eclipse/config_wizard/resources/app_templates/c/template.xml
parent87fe41551da40c49c3a6fb5fa970c355dc8a0f21 (diff)
downloadChibiOS-777fa5d5684ef62c7241e43a457acfb69965e4a3.tar.gz
ChibiOS-777fa5d5684ef62c7241e43a457acfb69965e4a3.tar.bz2
ChibiOS-777fa5d5684ef62c7241e43a457acfb69965e4a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5219 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/config_wizard/resources/app_templates/c/template.xml')
-rw-r--r--tools/eclipse/config_wizard/resources/app_templates/c/template.xml82
1 files changed, 0 insertions, 82 deletions
diff --git a/tools/eclipse/config_wizard/resources/app_templates/c/template.xml b/tools/eclipse/config_wizard/resources/app_templates/c/template.xml
deleted file mode 100644
index 9b2b51fdd..000000000
--- a/tools/eclipse/config_wizard/resources/app_templates/c/template.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<template
- type="ProjTempl"
- version="1.0"
- supplier="chibios.org"
- revision="1.0"
- author="Giovanni Di Sirio"
- id="org.chibios.tools.eclipse.newchibiproject"
- label="ChibiOS/RT C Application"
- description="Template of a ChibiOS/RT C application based on makefiles."
- preview-icon="icons/chibios.gif">
-
- <property-group
- id="application-settings"
- label="Application Settings"
- description="Application Settings"
- type="PAGES-ONLY"
- branding-icon="icons/chibios.gif">
- <property
- id="chibiosLocation"
- label="ChibiOS/RT location"
- description="ChibiOS/RT installation path"
- type="browsedir"
- pattern=".*"
- default=""
- size=""
- mandatory="true"
- hidden="false"
- persist="true" />
- <property
- id="platform"
- label="Platform"
- description="ChibiOS/RT installation path"
- type="select"
- pattern=".*"
- default=""
- size=""
- mandatory="true"
- hidden="false"
- persist="true">
- <item
- value="STM32F0xx"
- label="STMicroelectronics STM32F0xx" />
- <item
- value="STM32F4xx"
- label="STMicroelectronics STM32F4xx" />
- <item
- value="STM32L1xx"
- label="STMicroelectronics STM32L1xx" />
- </property>
- </property-group>
-
- <process type="org.eclipse.cdt.managedbuilder.core.NewManagedProject">
- <simple
- name="name"
- value="$(projectName)" />
- <simple
- name="location"
- value="$(location)" />
- <simple
- name="artifactExtension"
- value="exe" />
- <simple
- name="isCProject"
- value="true" />
- </process>
-
- <!-- Note, type is prefixed by the plugin_id (not the class package). -->
- <process
- type="org.chibios.tools.eclipse.config.ApplicationGeneratorProcessRunner">
- <simple
- name="name"
- value="$(projectName)" />
- <simple
- name="chibiosLocation"
- value="$(chibiosLocation)" />
- <simple
- name="platform"
- value="$(platform)" />
- </process>
-
-</template>