diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-25 19:07:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-25 19:07:58 +0000 |
commit | d8081449b4172c5c71e8d7df6e3f55e0c7849098 (patch) | |
tree | b6f9b749bdc34bace0a0583b1028be4077f5e9d0 /demos | |
parent | 18ea8f63b70b5f800bdf59a6496dc4628763c80f (diff) | |
download | ChibiOS-d8081449b4172c5c71e8d7df6e3f55e0c7849098.tar.gz ChibiOS-d8081449b4172c5c71e8d7df6e3f55e0c7849098.tar.bz2 ChibiOS-d8081449b4172c5c71e8d7df6e3f55e0c7849098.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3875 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM3-LPC1343-LPCXPRESSO/keil/ch.uvproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/demos/ARMCM3-LPC1343-LPCXPRESSO/keil/ch.uvproj b/demos/ARMCM3-LPC1343-LPCXPRESSO/keil/ch.uvproj index 8d64fea25..175779e8e 100644 --- a/demos/ARMCM3-LPC1343-LPCXPRESSO/keil/ch.uvproj +++ b/demos/ARMCM3-LPC1343-LPCXPRESSO/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\LPC13xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\LPC13xx;..\..\..\boards\EA_LPCXPRESSO_BB_1343;..\..\..\test</IncludePath> + <IncludePath>..\;..\..\..\os\kernel\include;..\..\..\os\ports\common\ARMCMx\CMSIS\include;..\..\..\os\ports\common\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\LPC13xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\LPC13xx;..\..\..\boards\EA_LPCXPRESSO_BB_1343;..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -361,7 +361,7 @@ <MiscControls>--cpreproc</MiscControls> <Define></Define> <Undefine></Undefine> - <IncludePath>..\..\..\boards\EA_LPCXPRESSO_BB_1343;..\..\..\os\ports\RVCT\ARMCMx\LPC13xx</IncludePath> + <IncludePath>..\;..\..\..\boards\EA_LPCXPRESSO_BB_1343;..\..\..\os\ports\RVCT\ARMCMx\LPC13xx</IncludePath> </VariousControls> </Aads> <LDads> @@ -422,11 +422,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> @@ -442,15 +437,20 @@ <FilePath>..\..\..\os\ports\RVCT\ARMCMx\chtypes.h</FilePath> </File> <File> - <FileName>nvic.h</FileName> - <FileType>5</FileType> - <FilePath>..\..\..\os\ports\RVCT\ARMCMx\nvic.h</FilePath> - </File> - <File> <FileName>vectors.s</FileName> <FileType>2</FileType> <FilePath>..\..\..\os\ports\RVCT\ARMCMx\LPC13xx\vectors.s</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\common\ARMCMx\nvic.h</FilePath> + </File> </Files> </Group> <Group> |