From ce2d919d87c1b6059b04950ed04012241d2f172b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Apr 2013 09:25:11 +0000 Subject: Fixed IAR projects. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5602 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp | 13 +++++++++---- testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp | 12 ++++++++---- 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'testhal') 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 @@ CCIncludePath2 $PROJ_DIR$\..\ $PROJ_DIR$\..\..\..\..\os\kernel\include + $PROJ_DIR$\..\..\..\..\os\ports\common\ARMCMx $PROJ_DIR$\..\..\..\..\os\ports\common\ARMCMx\CMSIS\include $PROJ_DIR$\..\..\..\..\os\ports\IAR\ARMCMx $PROJ_DIR$\..\..\..\..\os\ports\IAR\ARMCMx\STM32f4xx @@ -302,6 +303,8 @@ $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx $PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY $PROJ_DIR$\..\..\..\..\test @@ -1222,6 +1225,8 @@ $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx $PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY $PROJ_DIR$\..\..\..\..\test @@ -2131,16 +2136,16 @@ $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2\pal_lld.h - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.c + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.h + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.h - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.c + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.c - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.h + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.h $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx\stm32_dma.c 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 @@ $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx $PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY $PROJ_DIR$\..\..\..\..\test @@ -1223,6 +1225,8 @@ $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\DMAv2 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1 + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1 $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx $PROJ_DIR$\..\..\..\..\boards\ST_STM32f4_DISCOVERY $PROJ_DIR$\..\..\..\..\test @@ -2132,16 +2136,16 @@ $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\GPIOv2\pal_lld.h - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.c + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\serial_lld.h + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.h - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.c + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.c - $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\spi_lld.h + $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.h $PROJ_DIR$\..\..\..\..\os\hal\platforms\STM32f4xx\stm32_dma.c -- cgit v1.2.3