diff options
-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> |