diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 16:06:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 16:06:44 +0000 |
commit | 95a5343bc7efefd60cbe9109efd7cdce5f9712b1 (patch) | |
tree | 7f2e64b48fad5df766e94c30bdf6f9045fe25a44 /demos/ARMCM0-LPC1114-LPCXPRESSO | |
parent | cca3c0c2d6e430f58e4c0264a8b8df4e725341ef (diff) | |
download | ChibiOS-95a5343bc7efefd60cbe9109efd7cdce5f9712b1.tar.gz ChibiOS-95a5343bc7efefd60cbe9109efd7cdce5f9712b1.tar.bz2 ChibiOS-95a5343bc7efefd60cbe9109efd7cdce5f9712b1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3678 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM0-LPC1114-LPCXPRESSO')
-rw-r--r-- | demos/ARMCM0-LPC1114-LPCXPRESSO/keil/ch.uvproj | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/demos/ARMCM0-LPC1114-LPCXPRESSO/keil/ch.uvproj b/demos/ARMCM0-LPC1114-LPCXPRESSO/keil/ch.uvproj index db526ff1b..8b14cacee 100644 --- a/demos/ARMCM0-LPC1114-LPCXPRESSO/keil/ch.uvproj +++ b/demos/ARMCM0-LPC1114-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\LPC11xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\LPC11xx;..\..\..\boards\EA_LPCXPRESSO_BB_1114;..\..\..\test</IncludePath> + <IncludePath>..\;..\..\..\os\kernel\include;..\..\..\os\ports\common\ARMCMx;..\..\..\os\ports\common\ARMCMx\CMSIS\include;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\LPC11xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\LPC11xx;..\..\..\boards\EA_LPCXPRESSO_BB_1114;..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -412,11 +412,6 @@ <FilePath>..\..\..\os\ports\RVCT\ARMCMx\chcore.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> @@ -427,11 +422,6 @@ <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>chcore_v6m.c</FileName> <FileType>1</FileType> <FilePath>..\..\..\os\ports\RVCT\ARMCMx\chcore_v6m.c</FilePath> @@ -456,6 +446,16 @@ <FileType>2</FileType> <FilePath>..\..\..\os\ports\RVCT\ARMCMx\LPC11xx\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> |