diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-04 16:00:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-04 16:00:36 +0000 |
commit | 49bce8206a91b7ecfee72cddc85ab478fc81e4f7 (patch) | |
tree | 3c6265b4a664cbcdf1c32533373feada4c956b5f | |
parent | af4e8621a4c9e34fe40db97cbaaa19e9b5c274bf (diff) | |
download | ChibiOS-49bce8206a91b7ecfee72cddc85ab478fc81e4f7.tar.gz ChibiOS-49bce8206a91b7ecfee72cddc85ab478fc81e4f7.tar.bz2 ChibiOS-49bce8206a91b7ecfee72cddc85ab478fc81e4f7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4509 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | boards/OLIMEX_STM32_E407/cfg/board.chcfg | 11 | ||||
-rw-r--r-- | boards/OLIMEX_STM32_E407/cfg/board.chxml (renamed from boards/OLIMEX_STM32_E407/stm32f4board.xml) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/boards/OLIMEX_STM32_E407/cfg/board.chcfg b/boards/OLIMEX_STM32_E407/cfg/board.chcfg new file mode 100644 index 000000000..ab922e347 --- /dev/null +++ b/boards/OLIMEX_STM32_E407/cfg/board.chcfg @@ -0,0 +1,11 @@ +# 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=..
diff --git a/boards/OLIMEX_STM32_E407/stm32f4board.xml b/boards/OLIMEX_STM32_E407/cfg/board.chxml index 5caa4614c..5caa4614c 100644 --- a/boards/OLIMEX_STM32_E407/stm32f4board.xml +++ b/boards/OLIMEX_STM32_E407/cfg/board.chxml |