From 0775f8a0dfbaef3516555e02fbca2c0d8379c06e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Aug 2012 12:31:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4533 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/eclipse/config_wizard/build.properties | 7 ++++++- .../processors/boards/stm32l1xx/templates/board.h.ftl | 6 ------ .../org.chibios.tools.eclipse.config_1.0.2.jar | Bin 1845764 -> 0 bytes .../org.chibios.tools.eclipse.config_1.0.3.jar | Bin 0 -> 1852693 bytes 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.2.jar create mode 100644 tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar (limited to 'tools') 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 @@ -70,12 +70,6 @@ #define STM32_HSE_BYPASS [/#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. */ 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.2.jar deleted file mode 100644 index 3ecd62c5d..000000000 Binary files a/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.2.jar and /dev/null differ diff --git a/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar new file mode 100644 index 000000000..76a03b3c3 Binary files /dev/null and b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar differ -- cgit v1.2.3