diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 19:24:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 19:24:36 +0000 |
commit | 5770d1835ff33f0b6c72ecd3ce6d2402868ed19b (patch) | |
tree | 0eeb42170710b569234c390a07076f7574ca3881 /demos/ARMCM3-STM32F107/keil | |
parent | 3739e9d659073b757523b59b8173d46d3fa676df (diff) | |
download | ChibiOS-5770d1835ff33f0b6c72ecd3ce6d2402868ed19b.tar.gz ChibiOS-5770d1835ff33f0b6c72ecd3ce6d2402868ed19b.tar.bz2 ChibiOS-5770d1835ff33f0b6c72ecd3ce6d2402868ed19b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4446 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F107/keil')
-rw-r--r-- | demos/ARMCM3-STM32F107/keil/ch.uvproj | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/demos/ARMCM3-STM32F107/keil/ch.uvproj b/demos/ARMCM3-STM32F107/keil/ch.uvproj index c68d0291f..e079f081c 100644 --- a/demos/ARMCM3-STM32F107/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F107/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\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32F1xx;..\..\..\os\hal\platforms\STM32\GPIOv1;..\..\..\os\hal\platforms\STM32\DMAv1;..\..\..\os\various;..\..\..\boards\OLIMEX_STM32_P107;..\..\..\test</IncludePath> + <IncludePath>..\;..\..\..\os\kernel\include;..\..\..\os\ports\common\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32F1xx;..\..\..\os\hal\platforms\STM32\GPIOv1;..\..\..\os\hal\platforms\STM32\DMAv1;..\..\..\os\various;..\..\..\boards\OLIMEX_STM32_P107;..\..\..\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> @@ -1066,6 +1066,21 @@ <FileType>1</FileType> <FilePath>..\main.c</FilePath> </File> + <File> + <FileName>chconf.h</FileName> + <FileType>5</FileType> + <FilePath>..\chconf.h</FilePath> + </File> + <File> + <FileName>halconf.h</FileName> + <FileType>5</FileType> + <FilePath>..\halconf.h</FilePath> + </File> + <File> + <FileName>mcuconf.h</FileName> + <FileType>5</FileType> + <FilePath>..\mcuconf.h</FilePath> + </File> </Files> </Group> </Groups> |