aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/config_wizard/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eclipse/config_wizard/plugin.xml')
-rw-r--r--tools/eclipse/config_wizard/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/eclipse/config_wizard/plugin.xml b/tools/eclipse/config_wizard/plugin.xml
index 84ca332e5..7098032c8 100644
--- a/tools/eclipse/config_wizard/plugin.xml
+++ b/tools/eclipse/config_wizard/plugin.xml
@@ -15,6 +15,13 @@
id="org.chibios.tools.eclipse.config.wizards.ConfigurationNewWizard"
name="ChibiOS/RT Configuration Wizard">
</wizard>
+ <wizard
+ category="org.chibios.tools.eclipse.config"
+ class="org.chibios.tools.eclipse.config.wizards.NewApplicationProjectWizard"
+ icon="icons/chibios.gif"
+ id="org.chibios.tools.eclipse.config.wizards.NewApplicationProjectWizard"
+ name="ChibiOS/RT New Application Project Wizard">
+ </wizard>
</extension>
<!-- Registers the file extension .chcfg as an XML type. -->