From a072b394a2ea71c424cd80c2541492724448b6d2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 6 Aug 2012 14:57:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4537 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../gencfg/schema/boards/abstract_board.xsd | 37 +++++--- .../gencfg/schema/boards/stm32f4xx_board.xsd | 102 ++++++++++----------- .../gencfg/schema/common/config_settings.xsd | 36 ++++++++ 3 files changed, 111 insertions(+), 64 deletions(-) create mode 100644 tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd (limited to 'tools/eclipse/config_wizard/resources/gencfg/schema') diff --git a/tools/eclipse/config_wizard/resources/gencfg/schema/boards/abstract_board.xsd b/tools/eclipse/config_wizard/resources/gencfg/schema/boards/abstract_board.xsd index c4c953240..a1c696339 100644 --- a/tools/eclipse/config_wizard/resources/gencfg/schema/boards/abstract_board.xsd +++ b/tools/eclipse/config_wizard/resources/gencfg/schema/boards/abstract_board.xsd @@ -3,10 +3,12 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema"> + - + + @@ -21,25 +23,36 @@ - + - - - - + - + - + + + + + + - + - - + + - + + diff --git a/tools/eclipse/config_wizard/resources/gencfg/schema/boards/stm32f4xx_board.xsd b/tools/eclipse/config_wizard/resources/gencfg/schema/boards/stm32f4xx_board.xsd index ace3b5acb..072880711 100644 --- a/tools/eclipse/config_wizard/resources/gencfg/schema/boards/stm32f4xx_board.xsd +++ b/tools/eclipse/config_wizard/resources/gencfg/schema/boards/stm32f4xx_board.xsd @@ -1,63 +1,61 @@ + xmlns:xs="http://www.w3.org/2001/XMLSchema"> - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + - - - - - - - - + + + + + + + + + - + diff --git a/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd b/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd new file mode 100644 index 000000000..45d228142 --- /dev/null +++ b/tools/eclipse/config_wizard/resources/gencfg/schema/common/config_settings.xsd @@ -0,0 +1,36 @@ + + + + + + + + Templates resources associated to the configuration. + + + + + + + + + + + + Output directory relative to the configuration file. + + + + + + + + + + + + + -- cgit v1.2.3