diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-26 08:59:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-26 08:59:51 +0000 |
commit | aa91d2b053de9f8619c03db2810d51488229320f (patch) | |
tree | 37aeb8e7621adb4b084a45d6fffa06533e74fea3 /testhal | |
parent | 856f22e1a2849843eb04a16ecb37be723ec6563e (diff) | |
download | ChibiOS-aa91d2b053de9f8619c03db2810d51488229320f.tar.gz ChibiOS-aa91d2b053de9f8619c03db2810d51488229320f.tar.bz2 ChibiOS-aa91d2b053de9f8619c03db2810d51488229320f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3878 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp | 6 | ||||
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj | 5 | ||||
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp | 7 |
3 files changed, 18 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp b/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp index 11b9e253f..e96555b13 100644 --- a/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp +++ b/testhal/STM32F4xx/IRQ_STORM/iar/ch.ewp @@ -1908,6 +1908,9 @@ <name>$PROJ_DIR$\..\..\..\..\os\hal\include\spi.h</name>
</file>
<file>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\include\tm.h</name>
+ </file>
+ <file>
<name>$PROJ_DIR$\..\..\..\..\os\hal\include\uart.h</name>
</file>
<file>
@@ -1968,6 +1971,9 @@ <name>$PROJ_DIR$\..\..\..\..\os\hal\src\spi.c</name>
</file>
<file>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\src\tm.c</name>
+ </file>
+ <file>
<name>$PROJ_DIR$\..\..\..\..\os\hal\src\uart.c</name>
</file>
<file>
diff --git a/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj b/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj index f5c4d8fbf..92371b6a2 100644 --- a/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj +++ b/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj @@ -716,6 +716,11 @@ <FileType>1</FileType> <FilePath>..\..\..\..\os\hal\src\gpt.c</FilePath> </File> + <File> + <FileName>tm.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\..\os\hal\src\tm.c</FilePath> + </File> </Files> </Group> <Group> diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp b/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp index b7b2c58ee..a23706d51 100644 --- a/testhal/STM32F4xx/IRQ_STORM_FPU/iar/ch.ewp +++ b/testhal/STM32F4xx/IRQ_STORM_FPU/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>
@@ -1908,6 +1909,9 @@ <name>$PROJ_DIR$\..\..\..\..\os\hal\include\spi.h</name>
</file>
<file>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\include\tm.h</name>
+ </file>
+ <file>
<name>$PROJ_DIR$\..\..\..\..\os\hal\include\uart.h</name>
</file>
<file>
@@ -1968,6 +1972,9 @@ <name>$PROJ_DIR$\..\..\..\..\os\hal\src\spi.c</name>
</file>
<file>
+ <name>$PROJ_DIR$\..\..\..\..\os\hal\src\tm.c</name>
+ </file>
+ <file>
<name>$PROJ_DIR$\..\..\..\..\os\hal\src\uart.c</name>
</file>
<file>
|