diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-07 13:45:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-07 13:45:46 +0000 |
commit | 72c0125a427f062165c64105bd1de8b1795de1da (patch) | |
tree | 5273aa10932b58ed9b25b3c524af7ef234bf2644 /demos | |
parent | 75bf0b4b576c5912dd3ae061aea41db28019408c (diff) | |
download | ChibiOS-72c0125a427f062165c64105bd1de8b1795de1da.tar.gz ChibiOS-72c0125a427f062165c64105bd1de8b1795de1da.tar.bz2 ChibiOS-72c0125a427f062165c64105bd1de8b1795de1da.zip |
Fixed STM32F4-Discovery Keil demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3760 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj b/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj index 4674821e7..c76d132ff 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM4-STM32F407-DISCOVERY/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;..\..\..\os\ports\common\ARMCMx\CMSIS\include;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\STM32F4xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32\GPIOv2;..\..\..\os\hal\platforms\STM32F4xx;..\..\..\boards\ST_STM32F4_DISCOVERY;..\..\..\test</IncludePath> + <IncludePath>..\;..\..\..\os\kernel\include;..\..\..\os\ports\common\ARMCMx;..\..\..\os\ports\common\ARMCMx\CMSIS\include;..\..\..\os\ports\RVCT\ARMCMx;..\..\..\os\ports\RVCT\ARMCMx\STM32F4xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32\GPIOv2;..\..\..\os\hal\platforms\STM32F4xx;..\..\..\os\various;..\..\..\boards\ST_STM32F4_DISCOVERY;..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -817,9 +817,9 @@ <FilePath>..\..\..\os\hal\platforms\STM32F4xx\stm32_rcc.h</FilePath> </File> <File> - <FileName>stm32l1xx.h</FileName> + <FileName>stm32f4xx.h</FileName> <FileType>5</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32F4xx\stm32l1xx.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32F4xx\stm32f4xx.h</FilePath> </File> </Files> </Group> @@ -973,6 +973,21 @@ </File> </Files> </Group> + <Group> + <GroupName>various</GroupName> + <Files> + <File> + <FileName>lis302dl.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\os\various\lis302dl.c</FilePath> + </File> + <File> + <FileName>chprintf.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\os\various\chprintf.c</FilePath> + </File> + </Files> + </Group> </Groups> </Target> </Targets> |