diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-04 15:56:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-04 15:56:55 +0000 |
commit | af4e8621a4c9e34fe40db97cbaaa19e9b5c274bf (patch) | |
tree | 01075810d290535a8f13453e7b364eb74fa0904a | |
parent | 203ab473817422ec520360a29cb62ba2db6fd7f1 (diff) | |
download | ChibiOS-af4e8621a4c9e34fe40db97cbaaa19e9b5c274bf.tar.gz ChibiOS-af4e8621a4c9e34fe40db97cbaaa19e9b5c274bf.tar.bz2 ChibiOS-af4e8621a4c9e34fe40db97cbaaa19e9b5c274bf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4508 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg | 11 | ||||
-rw-r--r-- | boards/ST_STM32F4_DISCOVERY/cfg/board.chxml (renamed from boards/ST_STM32F4_DISCOVERY/stm32f4board.xml) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg b/boards/ST_STM32F4_DISCOVERY/cfg/board.chcfg new file mode 100644 index 000000000..ab922e347 --- /dev/null +++ b/boards/ST_STM32F4_DISCOVERY/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/ST_STM32F4_DISCOVERY/stm32f4board.xml b/boards/ST_STM32F4_DISCOVERY/cfg/board.chxml index 38aa02f21..38aa02f21 100644 --- a/boards/ST_STM32F4_DISCOVERY/stm32f4board.xml +++ b/boards/ST_STM32F4_DISCOVERY/cfg/board.chxml |