aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-21 09:25:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-21 09:25:11 +0000
commitce2d919d87c1b6059b04950ed04012241d2f172b (patch)
treebffb39e4edc6a17311aee4a230302cb71cb21ac9 /testhal
parent0bf13e828afd87d92c342230ae25f1278ceb0e2b (diff)
downloadChibiOS-ce2d919d87c1b6059b04950ed04012241d2f172b.tar.gz
ChibiOS-ce2d919d87c1b6059b04950ed04012241d2f172b.tar.bz2
ChibiOS-ce2d919d87c1b6059b04950ed04012241d2f172b.zip
Fixed IAR projects.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5602 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp13
-rw-r--r--testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp12
2 files changed, 17 insertions, 8 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp b/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp
index e96555b13..ffd2532c1 100644
--- a/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp
+++ b/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp
@@ -295,6 +295,7 @@
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\..\</state>
<state>$PROJ_DIR$\..\..\..\..\os\kernel\include</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\ports\common\ARMCMx</state>
<state>$PROJ_DIR$\..\..\..\..\os\ports\common\ARMCMx\CMSIS\include</state>
<state>$PROJ_DIR$\..\..\..\..\os\ports\IAR\ARMCMx</state>
<state>$PROJ_DIR$\..\..\..\..\os\ports\IAR\ARMCMx\STM32f4xx</state>
@@ -302,6 +303,8 @@
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx</state>
<state>$PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY</state>
<state>$PROJ_DIR$\..\..\..\..\test</state>
@@ -1222,6 +1225,8 @@
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx</state>
<state>$PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY</state>
<state>$PROJ_DIR$\..\..\..\..\test</state>
@@ -2131,16 +2136,16 @@
<name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2\pal_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx\stm32_dma.c</name>
diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp b/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp
index a23706d51..186319a4c 100644
--- a/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp
+++ b/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp
@@ -303,6 +303,8 @@
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx</state>
<state>$PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY</state>
<state>$PROJ_DIR$\..\..\..\..\test</state>
@@ -1223,6 +1225,8 @@
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1</state>
+ <state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1</state>
<state>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx</state>
<state>$PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY</state>
<state>$PROJ_DIR$\..\..\..\..\test</state>
@@ -2132,16 +2136,16 @@
<name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2\pal_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx\stm32_dma.c</name>