aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-05 12:31:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-05 12:31:16 +0000
commit0775f8a0dfbaef3516555e02fbca2c0d8379c06e (patch)
tree102d64c49f8c17b51f72b1259c01c87261b35b41 /tools/eclipse
parent6c5b81567039a0b1c22499311c1301e7f1155dc9 (diff)
downloadChibiOS-0775f8a0dfbaef3516555e02fbca2c0d8379c06e.tar.gz
ChibiOS-0775f8a0dfbaef3516555e02fbca2c0d8379c06e.tar.bz2
ChibiOS-0775f8a0dfbaef3516555e02fbca2c0d8379c06e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4533 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse')
-rw-r--r--tools/eclipse/config_wizard/build.properties7
-rw-r--r--tools/eclipse/config_wizard/resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl6
-rw-r--r--tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar (renamed from tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.2.jar)bin1845764 -> 1852693 bytes
3 files changed, 6 insertions, 7 deletions
diff --git a/tools/eclipse/config_wizard/build.properties b/tools/eclipse/config_wizard/build.properties
index ae3f83672..05b402447 100644
--- a/tools/eclipse/config_wizard/build.properties
+++ b/tools/eclipse/config_wizard/build.properties
@@ -27,4 +27,9 @@ bin.includes = plugin.xml,\
resources/gencfg/processors/boards/stm32f0xx/templates/board.h.ftl,\
resources/gencfg/processors/boards/stm32f0xx/templates/board.mk.ftl,\
resources/gencfg/schema/boards/stm32f0xx_board.xsd,\
- resources/gencfg/xml/stm32f0board.xml
+ resources/gencfg/xml/stm32f0board.xml,\
+ resources/gencfg/processors/boards/stm32l1xx/templates/board.c.ftl,\
+ resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl,\
+ resources/gencfg/processors/boards/stm32l1xx/templates/board.mk.ftl,\
+ resources/gencfg/schema/boards/stm32l1xx_board.xsd,\
+ resources/gencfg/xml/stm32l1board.xml
diff --git a/tools/eclipse/config_wizard/resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl b/tools/eclipse/config_wizard/resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl
index 8d61438a7..76db7eb27 100644
--- a/tools/eclipse/config_wizard/resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl
+++ b/tools/eclipse/config_wizard/resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl
@@ -71,12 +71,6 @@
[/#if]
/*
- * Board voltages.
- * Required for performance limits calculation.
- */
-#define STM32_VDD ${doc1.board.clocks.@VDD[0]}
-
-/*
* MCU type as defined in the ST header file stm32l1xx.h.
*/
#define STM32L1XX_MD
diff --git a/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.2.jar b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar
index 3ecd62c5d..76a03b3c3 100644
--- a/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.2.jar
+++ b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar
Binary files differ