diff --git a/boards/OLIMEX_STM32_E407/cfg/board.chcfg b/boards/OLIMEX_STM32_E407/cfg/board.chcfg
index ab922e347..29a2ee6f6 100644
--- a/boards/OLIMEX_STM32_E407/cfg/board.chcfg
+++ b/boards/OLIMEX_STM32_E407/cfg/board.chcfg
@@ -1,11 +1,335 @@
-# Automatically generated configuration project file.
+
+
+
+
+ resources/gencfg/processors/boards/stm32f4xx/templates
+ ..
+
+ Olimex STM32-E407
+ OLIMEX_STM32_E407
+
+
+
+
+
+
+ MII_KS8721_ID
+ RMII
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/boards/OLIMEX_STM32_E407/cfg/board.chxml b/boards/OLIMEX_STM32_E407/cfg/board.chxml
deleted file mode 100644
index 5caa4614c..000000000
--- a/boards/OLIMEX_STM32_E407/cfg/board.chxml
+++ /dev/null
@@ -1,331 +0,0 @@
-
-
-
- Olimex STM32-E407
- OLIMEX_STM32_E407
-
-
-
-
-
-
- MII_KS8721_ID
- RMII
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/boards/ST_STM32F0_DISCOVERY/board.c b/boards/ST_STM32F0_DISCOVERY/board.c
index 97d3f80c9..e3b77d2b4 100644
--- a/boards/ST_STM32F0_DISCOVERY/board.c
+++ b/boards/ST_STM32F0_DISCOVERY/board.c
@@ -38,7 +38,7 @@ const PALConfig pal_default_config =
{VAL_GPIOD_MODER, VAL_GPIOD_OTYPER, VAL_GPIOD_OSPEEDR, VAL_GPIOD_PUPDR,
VAL_GPIOD_ODR, VAL_GPIOD_AFRL, VAL_GPIOD_AFRH},
{VAL_GPIOF_MODER, VAL_GPIOF_OTYPER, VAL_GPIOF_OSPEEDR, VAL_GPIOF_PUPDR,
- VAL_GPIOF_ODR, VAL_GPIOF_AFRL, VAL_GPIOF_AFRH},
+ VAL_GPIOF_ODR, VAL_GPIOF_AFRL, VAL_GPIOF_AFRH}
};
#endif
diff --git a/boards/ST_STM32F0_DISCOVERY/cfg/board.chcfg b/boards/ST_STM32F0_DISCOVERY/cfg/board.chcfg
index 11e9fa54e..f69d6ca66 100644
--- a/boards/ST_STM32F0_DISCOVERY/cfg/board.chcfg
+++ b/boards/ST_STM32F0_DISCOVERY/cfg/board.chcfg
@@ -1,11 +1,669 @@
-# Automatically generated configuration project file.
-
-# Templates path in the configuration plugin resources, do not modify.
-source=resources/gencfg/processors/boards/stm32f0xx/templates
-
-# XML configuration data file path relative to this configuration file.
-xmlfile=board.chxml
-
-# Output directory path relative to directory containing this configuration
-# file.
-output=..
+
+
+
+
+ resources/gencfg/processors/boards/stm32f0xx/templates
+ ..
+
+ ST STM32F0-Discovery
+ ST_STM32F0_DISCOVERY
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/boards/ST_STM32F0_DISCOVERY/cfg/board.chxml b/boards/ST_STM32F0_DISCOVERY/cfg/board.chxml
deleted file mode 100644
index 391fc47f7..000000000
--- a/boards/ST_STM32F0_DISCOVERY/cfg/board.chxml
+++ /dev/null
@@ -1,665 +0,0 @@
-
-
-
- ST STM32F0-Discovery
- ST_STM32F0_DISCOVERY
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg b/boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg
index ab922e347..68d30e27d 100644
--- a/boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg
+++ b/boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg
@@ -1,11 +1,1186 @@
-# Automatically generated configuration project file.
-
-# Templates path in the configuration plugin resources, do not modify.
-source=resources/gencfg/processors/boards/stm32f4xx/templates
-
-# XML configuration data file path relative to this configuration file.
-xmlfile=board.chxml
-
-# Output directory path relative to directory containing this configuration
-# file.
-output=..
+
+
+
+
+ resources/gencfg/processors/boards/stm32f4xx/templates
+ ..
+
+ STMicroelectronics STM32F4-Discovery
+ ST_STM32F4_DISCOVERY
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/boards/ST_STM32F4_DISCOVERY/cfg/board.chxml b/boards/ST_STM32F4_DISCOVERY/cfg/board.chxml
deleted file mode 100644
index 38aa02f21..000000000
--- a/boards/ST_STM32F4_DISCOVERY/cfg/board.chxml
+++ /dev/null
@@ -1,1182 +0,0 @@
-
-
-
- STMicroelectronics STM32F4-Discovery
- ST_STM32F4_DISCOVERY
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/boards/ST_STM32L_DISCOVERY/cfg/board.chcfg b/boards/ST_STM32L_DISCOVERY/cfg/board.chcfg
index 712316666..b42e09289 100644
--- a/boards/ST_STM32L_DISCOVERY/cfg/board.chcfg
+++ b/boards/ST_STM32L_DISCOVERY/cfg/board.chcfg
@@ -1,11 +1,799 @@
-# Automatically generated configuration project file.
-
-# Templates path in the configuration plugin resources, do not modify.
-source=resources/gencfg/processors/boards/stm32l1xx/templates
-
-# XML configuration data file path relative to this configuration file.
-xmlfile=board.chxml
-
-# Output directory path relative to directory containing this configuration
-# file.
-output=..
+
+
+
+
+ resources/gencfg/processors/boards/stm32l1xx/templates
+ ..
+
+ ST STM32L-Discovery
+ ST_STM32L_DISCOVERY
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/boards/ST_STM32L_DISCOVERY/cfg/board.chxml b/boards/ST_STM32L_DISCOVERY/cfg/board.chxml
deleted file mode 100644
index b9f27b8b9..000000000
--- a/boards/ST_STM32L_DISCOVERY/cfg/board.chxml
+++ /dev/null
@@ -1,795 +0,0 @@
-
-
-
- ST STM32L-Discovery
- ST_STM32L_DISCOVERY
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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.1.0.jar
similarity index 98%
rename from tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar
rename to tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.1.0.jar
index 966ffbc5d..31587f214 100644
Binary files a/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.3.jar and b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.1.0.jar differ