diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-21 11:22:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-21 11:22:35 +0000 |
commit | c7ba89bfc044034772579d0498153ca86fbd7812 (patch) | |
tree | 8291ec33152b3ae3dc5e3fb9b4239a3473649d50 | |
parent | fc81864afe1017f22021864b010039a6a6cd5614 (diff) | |
download | ChibiOS-c7ba89bfc044034772579d0498153ca86fbd7812.tar.gz ChibiOS-c7ba89bfc044034772579d0498153ca86fbd7812.tar.bz2 ChibiOS-c7ba89bfc044034772579d0498153ca86fbd7812.zip |
Project files updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3837 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/ARMCM3-STM32F103/iar/ch.ewp | 6 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F103/keil/ch.uvproj | 24 |
2 files changed, 23 insertions, 7 deletions
diff --git a/demos/ARMCM3-STM32F103/iar/ch.ewp b/demos/ARMCM3-STM32F103/iar/ch.ewp index 8f6d4ce4d..95822a676 100644 --- a/demos/ARMCM3-STM32F103/iar/ch.ewp +++ b/demos/ARMCM3-STM32F103/iar/ch.ewp @@ -1911,6 +1911,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>
@@ -1971,6 +1974,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/demos/ARMCM3-STM32F103/keil/ch.uvproj b/demos/ARMCM3-STM32F103/keil/ch.uvproj index 80066e03a..343efce1c 100644 --- a/demos/ARMCM3-STM32F103/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F103/keil/ch.uvproj @@ -346,7 +346,7 @@ <MiscControls></MiscControls> <Define>__heap_base__=Image$$RW_IRAM1$$ZI$$Limit __heap_end__=Image$$RW_IRAM2$$Base</Define> <Undefine></Undefine> - <IncludePath>..\;..\..\..\os\kernel\include;..\..\..\os\ports\common\ARMCMx\CMSIS\include;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32\GPIOv1;..\..\..\os\hal\platforms\STM32\DMAv1;..\..\..\os\hal\platforms\STM32\USBv1;..\..\..\os\hal\platforms\STM32F1xx;..\..\..\boards\OLIMEX_STM32_P103;..\..\..\test</IncludePath> + <IncludePath>..\;..\..\..\os\kernel\include;..\..\..\os\ports\common\ARMCMx;..\..\..\os\ports\common\ARMCMx\CMSIS\include;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32\GPIOv1;..\..\..\os\hal\platforms\STM32\DMAv1;..\..\..\os\hal\platforms\STM32\USBv1;..\..\..\os\hal\platforms\STM32F1xx;..\..\..\boards\OLIMEX_STM32_P103;..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -427,11 +427,6 @@ <FilePath>..\..\..\os\ports\RVCT\ARMCMx\chcore_v7m.c</FilePath> </File> <File> - <FileName>nvic.c</FileName> - <FileType>1</FileType> - <FilePath>..\..\..\os\ports\RVCT\ARMCMx\nvic.c</FilePath> - </File> - <File> <FileName>chcore.h</FileName> <FileType>5</FileType> <FilePath>..\..\..\os\ports\RVCT\ARMCMx\chcore.h</FilePath> @@ -447,9 +442,14 @@ <FilePath>..\..\..\os\ports\RVCT\ARMCMx\chtypes.h</FilePath> </File> <File> + <FileName>nvic.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\os\ports\common\ARMCMx\nvic.c</FilePath> + </File> + <File> <FileName>nvic.h</FileName> <FileType>5</FileType> - <FilePath>..\..\..\os\ports\RVCT\ARMCMx\nvic.h</FilePath> + <FilePath>..\..\..\os\ports\common\ARMCMx\nvic.h</FilePath> </File> </Files> </Group> @@ -861,6 +861,16 @@ <FileType>5</FileType> <FilePath>..\..\..\os\hal\include\usb_cdc.h</FilePath> </File> + <File> + <FileName>tm.h</FileName> + <FileType>5</FileType> + <FilePath>..\..\..\os\hal\include\tm.h</FilePath> + </File> + <File> + <FileName>tm.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\os\hal\src\tm.c</FilePath> + </File> </Files> </Group> <Group> |