From 5f342be96eb860286417b9ad84b861dede2cdd25 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 07:52:10 +0000 Subject: Configuration tool prototype (not complete). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4427 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/boards/abstract_board.xsd | 49 + tools/gencfg/schema/boards/stm32f4xx_board.xsd | 84 ++ tools/gencfg/schema/common/doc.xsd | 42 + .../schema/common/stm32/stm32_gpiov2_port.xsd | 105 ++ tools/gencfg/schema/stm32f4board.xml | 1040 ++++++++++++++++++++ 5 files changed, 1320 insertions(+) create mode 100644 tools/gencfg/schema/boards/abstract_board.xsd create mode 100644 tools/gencfg/schema/boards/stm32f4xx_board.xsd create mode 100644 tools/gencfg/schema/common/doc.xsd create mode 100644 tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd create mode 100644 tools/gencfg/schema/stm32f4board.xml (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/boards/abstract_board.xsd b/tools/gencfg/schema/boards/abstract_board.xsd new file mode 100644 index 000000000..9ce06495a --- /dev/null +++ b/tools/gencfg/schema/boards/abstract_board.xsd @@ -0,0 +1,49 @@ + + + + + + + + + + + Board identifier string, it is used to + create the board files folder name and the board + identifier macro in board.h. + + + + + + + + + + + PHY identifier as defined in mii.h or empty if a PHY is not present. + + + + + + + + + + + Type of the PHY device: RMII or MII, this attribute is defaulted to MII if not present. + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/boards/stm32f4xx_board.xsd b/tools/gencfg/schema/boards/stm32f4xx_board.xsd new file mode 100644 index 000000000..8b7ba2bbb --- /dev/null +++ b/tools/gencfg/schema/boards/stm32f4xx_board.xsd @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + HSE frequency or zero if not present. + + + + + + + + + + + + + LSE frequency or zero if not present. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/common/doc.xsd b/tools/gencfg/schema/common/doc.xsd new file mode 100644 index 000000000..573beb618 --- /dev/null +++ b/tools/gencfg/schema/common/doc.xsd @@ -0,0 +1,42 @@ + + + + + + >Generic item with optional name and brief description + + + + + + + + + >Something that can have a detailed description attached + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd new file mode 100644 index 000000000..dbefc05d3 --- /dev/null +++ b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Object representing an STM32 pin for the GPIOv2 peripheral. + + + + + Pin identifier, used to generate a #define with the pin name. + + + + + + + + + Pin mode, as defined for MODER register. + + + + + + + + + + + + + Pin type as defined in TYPER register. + + + + + + + + + + + Pin speed as defined in SPEEDR register. + + + + + + + + + + + + + Pin pull-up/down resistor as defined in PUDR register. + + + + + + + + + + + + Pin alternate function number, only valid if "Alternate" is selected in the Mode attribute. + + + + + + + + + + + + diff --git a/tools/gencfg/schema/stm32f4board.xml b/tools/gencfg/schema/stm32f4board.xml new file mode 100644 index 000000000..08016b73c --- /dev/null +++ b/tools/gencfg/schema/stm32f4board.xml @@ -0,0 +1,1040 @@ + + + +
Board definition for STM32F4-Discovery.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3 From f8211377ce31fe1e327fcb0606c659f9df0ae513 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 07:55:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4428 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/stm32f4board.xml | 1040 ---------------------------------- 1 file changed, 1040 deletions(-) delete mode 100644 tools/gencfg/schema/stm32f4board.xml (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/stm32f4board.xml b/tools/gencfg/schema/stm32f4board.xml deleted file mode 100644 index 08016b73c..000000000 --- a/tools/gencfg/schema/stm32f4board.xml +++ /dev/null @@ -1,1040 +0,0 @@ - - - -
Board definition for STM32F4-Discovery.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-- cgit v1.2.3 From 3d44ca0b8b480970a094f265ffa020e211896789 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 08:46:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4431 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/boards/abstract_board.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/boards/abstract_board.xsd b/tools/gencfg/schema/boards/abstract_board.xsd index 9ce06495a..b3a854307 100644 --- a/tools/gencfg/schema/boards/abstract_board.xsd +++ b/tools/gencfg/schema/boards/abstract_board.xsd @@ -27,11 +27,11 @@ - + - + Type of the PHY device: RMII or MII, this attribute is defaulted to MII if not present. -- cgit v1.2.3 From df72da79cfa6a9edab2811a057f137b069f37c13 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 09:55:25 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4432 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/boards/stm32f4xx_board.xsd | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/boards/stm32f4xx_board.xsd b/tools/gencfg/schema/boards/stm32f4xx_board.xsd index 8b7ba2bbb..0b3622e6f 100644 --- a/tools/gencfg/schema/boards/stm32f4xx_board.xsd +++ b/tools/gencfg/schema/boards/stm32f4xx_board.xsd @@ -17,7 +17,7 @@ minOccurs="1"> - @@ -32,7 +32,6 @@ - @@ -50,12 +49,26 @@ - + + + + + STM32F4xx VDD. + + + + + + + + + - - -- cgit v1.2.3 From e4c592d9cfb2740678862865498d545bf8160e12 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 12:05:39 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4434 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd index dbefc05d3..b363b0006 100644 --- a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd +++ b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd @@ -82,7 +82,7 @@ - + -- cgit v1.2.3 From 4399d50df58675f8a32abb338f6cbe721d0296bf Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 13:21:00 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4436 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../schema/common/stm32/stm32_gpiov2_port.xsd | 223 +++++++++++++++------ 1 file changed, 166 insertions(+), 57 deletions(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd index b363b0006..c3ac59487 100644 --- a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd +++ b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd @@ -1,49 +1,128 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + + + Object representing an STM32 pin for the GPIOv2 + peripheral. + + + + + Pin identifier, used to generate a #define with the + pin name. + + + - Object representing an STM32 pin for the GPIOv2 peripheral. + + - - - - Pin identifier, used to generate a #define with the pin name. - - + - - - Pin mode, as defined for MODER register. - - + + + + Pin mode, as defined for MODER register. + + + @@ -51,23 +130,29 @@ - - - - Pin type as defined in TYPER register. - - + + + + Logic level for the ODR register. + + - - + + - - - Pin speed as defined in SPEEDR register. - - + + + + Pin speed as defined in SPEEDR register. + + + @@ -75,12 +160,31 @@ + + + + + Pin type as defined in TYPER register. + + + + + + + + - - - Pin pull-up/down resistor as defined in PUDR register. - - + + + + Pin pull-up/down resistor as defined in PUDR register. + + + @@ -88,13 +192,18 @@ - - - Pin alternate function number, only valid if "Alternate" is selected in the Mode attribute. - - + + + + Pin alternate function number, only valid if + "Alternate" is selected + in the Mode attribute. + + + - -- cgit v1.2.3 From b847957f922f668c9ccd017dbede768ae1e9917f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 10 Jul 2012 15:59:36 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4450 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/common/doc.xsd | 57 ++- tools/gencfg/schema/hal/abstract_adc_cfg.xsd | 43 ++ tools/gencfg/schema/hal/abstract_driver_cfg.xsd | 8 + .../hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd | 219 +++++++++++ .../schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd | 437 +++++++++++++++++++++ .../gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd | 29 ++ 6 files changed, 772 insertions(+), 21 deletions(-) create mode 100644 tools/gencfg/schema/hal/abstract_adc_cfg.xsd create mode 100644 tools/gencfg/schema/hal/abstract_driver_cfg.xsd create mode 100644 tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd create mode 100644 tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd create mode 100644 tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/common/doc.xsd b/tools/gencfg/schema/common/doc.xsd index 573beb618..b7395605b 100644 --- a/tools/gencfg/schema/common/doc.xsd +++ b/tools/gencfg/schema/common/doc.xsd @@ -1,42 +1,57 @@ - - >Generic item with optional name and brief description + >Generic item with optional name and brief + description - - + + + Object name. + + + + + + + + + + Object brief description, 72 chars max in a + single line. + + + + + + + + + - >Something that can have a detailed description attached + >Something that can have a detailed description + attached - - + + + + Object documentation as text, does not + preserve formatting. + - + diff --git a/tools/gencfg/schema/hal/abstract_adc_cfg.xsd b/tools/gencfg/schema/hal/abstract_adc_cfg.xsd new file mode 100644 index 000000000..4a2901c4e --- /dev/null +++ b/tools/gencfg/schema/hal/abstract_adc_cfg.xsd @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/hal/abstract_driver_cfg.xsd b/tools/gencfg/schema/hal/abstract_driver_cfg.xsd new file mode 100644 index 000000000..a884cd090 --- /dev/null +++ b/tools/gencfg/schema/hal/abstract_driver_cfg.xsd @@ -0,0 +1,8 @@ + + + + + + + diff --git a/tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd new file mode 100644 index 000000000..ff700b621 --- /dev/null +++ b/tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd new file mode 100644 index 000000000..18cb6a03b --- /dev/null +++ b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd new file mode 100644 index 000000000..f846403f3 --- /dev/null +++ b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 4002c66734db00de0a27ce3e1c7dbf0757cba260 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 10 Jul 2012 16:01:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4451 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd | 219 --------------------- 1 file changed, 219 deletions(-) delete mode 100644 tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd deleted file mode 100644 index ff700b621..000000000 --- a/tools/gencfg/schema/hal/stm32f4xx/Copy of stm32f4xx_adc_cfg.xsd +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From 5521ecc4fb61cda3cad92de5f0505c873b6abb99 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 10 Jul 2012 18:47:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4455 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd index 18cb6a03b..c038263c2 100644 --- a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd +++ b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd @@ -338,7 +338,7 @@ minOccurs="1"> - -- cgit v1.2.3 From f9f6c4db2df5174acdbd79959ff6ea3e07fd0de6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 10 Jul 2012 19:23:29 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4456 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/hal/abstract_driver_cfg.xsd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/hal/abstract_driver_cfg.xsd b/tools/gencfg/schema/hal/abstract_driver_cfg.xsd index a884cd090..d6501ff2a 100644 --- a/tools/gencfg/schema/hal/abstract_driver_cfg.xsd +++ b/tools/gencfg/schema/hal/abstract_driver_cfg.xsd @@ -4,5 +4,9 @@ - + + + + + -- cgit v1.2.3 From ab4703c491d8cbc4848d43902857adcfb8768a87 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 12 Jul 2012 14:02:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4463 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/boards/abstract_board.xsd | 81 ++++---- tools/gencfg/schema/boards/stm32f4xx_board.xsd | 99 +++++---- tools/gencfg/schema/common/doc.xsd | 111 +++++++--- tools/gencfg/schema/hal/abstract_adc_cfg.xsd | 56 ++--- .../schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd | 227 ++++++++++----------- 5 files changed, 312 insertions(+), 262 deletions(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/boards/abstract_board.xsd b/tools/gencfg/schema/boards/abstract_board.xsd index b3a854307..1a2c38bf2 100644 --- a/tools/gencfg/schema/boards/abstract_board.xsd +++ b/tools/gencfg/schema/boards/abstract_board.xsd @@ -5,45 +5,48 @@ - - - - - Board identifier string, it is used to - create the board files folder name and the board - identifier macro in board.h. - - - - - - - - - - - PHY identifier as defined in mii.h or empty if a PHY is not present. - - - - - - - - - - - Type of the PHY device: RMII or MII, this attribute is defaulted to MII if not present. - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/gencfg/schema/boards/stm32f4xx_board.xsd b/tools/gencfg/schema/boards/stm32f4xx_board.xsd index 0b3622e6f..ace3b5acb 100644 --- a/tools/gencfg/schema/boards/stm32f4xx_board.xsd +++ b/tools/gencfg/schema/boards/stm32f4xx_board.xsd @@ -10,61 +10,53 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - HSE frequency or zero if not present. - - - - - - - - - - - - LSE frequency or zero if not present. - - - - - - - - + + - - - STM32F4xx VDD. - - - - - - - - - @@ -93,4 +85,5 @@ + diff --git a/tools/gencfg/schema/common/doc.xsd b/tools/gencfg/schema/common/doc.xsd index b7395605b..e5be361d5 100644 --- a/tools/gencfg/schema/common/doc.xsd +++ b/tools/gencfg/schema/common/doc.xsd @@ -4,33 +4,26 @@ - >Generic item with optional name and brief + + >Generic item with optional name and brief description - - - Object name. - - - - - - - - - - Object brief description, 72 chars max in a - single line. - - - - - - - - - + + + + Name of the object. + + + + + + + + + + + @@ -41,15 +34,73 @@ - - + + + + + Brief description of the object. + + + + + + + + + + + + + + Object documentation as text, does not preserve + formatting. + + + + + + + + + - Object documentation as text, does not - preserve formatting. + + Object pre-requisites as text, does not preserve + formatting. + + + + + + - + + + + Object post-requisites as text, does not preserve + formatting. + + + + + + + + + + + + Object note as text, does not preserve formatting. + + + + + + + + + diff --git a/tools/gencfg/schema/hal/abstract_adc_cfg.xsd b/tools/gencfg/schema/hal/abstract_adc_cfg.xsd index 4a2901c4e..52a6c9096 100644 --- a/tools/gencfg/schema/hal/abstract_adc_cfg.xsd +++ b/tools/gencfg/schema/hal/abstract_adc_cfg.xsd @@ -7,29 +7,37 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -37,7 +45,7 @@ - + diff --git a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd index c038263c2..331933109 100644 --- a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd +++ b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_adc_cfg.xsd @@ -20,34 +20,103 @@ - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -61,8 +130,7 @@ - + @@ -76,8 +144,7 @@ - + @@ -91,8 +158,7 @@ - + @@ -106,8 +172,7 @@ - + @@ -121,8 +186,7 @@ - + @@ -136,8 +200,7 @@ - + @@ -151,8 +214,7 @@ - + @@ -166,8 +228,7 @@ - + @@ -181,8 +242,7 @@ - + @@ -196,8 +256,7 @@ - + @@ -211,8 +270,7 @@ - + @@ -226,8 +284,7 @@ - + @@ -241,8 +298,7 @@ - + @@ -256,8 +312,7 @@ - + @@ -271,8 +326,7 @@ - + @@ -286,8 +340,7 @@ - + @@ -316,8 +369,7 @@ - + @@ -368,68 +420,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + -- cgit v1.2.3 From db9be46157550da43fbf43685a67c7a686b95e85 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 13 Jul 2012 18:09:14 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4468 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/hal/abstract_cfg.xsd | 344 +++++++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 tools/gencfg/schema/hal/abstract_cfg.xsd (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/hal/abstract_cfg.xsd b/tools/gencfg/schema/hal/abstract_cfg.xsd new file mode 100644 index 000000000..72491eea9 --- /dev/null +++ b/tools/gencfg/schema/hal/abstract_cfg.xsd @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From bec694657d30fcf912138d490828dc6add9042c7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 17 Jul 2012 08:54:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4469 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/schema/boards/abstract_board.xsd | 52 +++++++++++++++++---------- 1 file changed, 34 insertions(+), 18 deletions(-) (limited to 'tools/gencfg/schema') diff --git a/tools/gencfg/schema/boards/abstract_board.xsd b/tools/gencfg/schema/boards/abstract_board.xsd index 1a2c38bf2..c4c953240 100644 --- a/tools/gencfg/schema/boards/abstract_board.xsd +++ b/tools/gencfg/schema/boards/abstract_board.xsd @@ -6,24 +6,40 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3