diff options
Diffstat (limited to 'demos/ARMCM4-STM32F407-DISCOVERY')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj b/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj index d38a6dc51..ef926a349 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;..\..\..\os\various;..\..\..\os\various\devices_lib\accel;..\..\..\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\STM32\SPIv1;..\..\..\os\hal\platforms\STM32\USARTv1;..\..\..\os\hal\platforms\STM32F4xx;..\..\..\os\various;..\..\..\os\various\devices_lib\accel;..\..\..\boards\ST_STM32F4_DISCOVERY;..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -784,7 +784,7 @@ <File> <FileName>serial_lld.c</FileName> <FileType>1</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\serial_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c</FilePath> </File> <File> <FileName>spi_lld.h</FileName> @@ -794,7 +794,7 @@ <File> <FileName>spi_lld.c</FileName> <FileType>1</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\spi_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\SPIv1\spi_lld.c</FilePath> </File> <File> <FileName>serial_lld.h</FileName> |