diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj | 6 | ||||
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj b/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj index 92371b6a2..b5e042b8a 100644 --- a/testhal/STM32F4xx/IRQ_STORM/keil/ch.uvproj +++ b/testhal/STM32F4xx/IRQ_STORM/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\STM32\USARTv1;..\..\..\..\os\hal\platforms\STM32F4xx;..\..\..\..\boards\ST_STM32F4_DISCOVERY;..\..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -759,12 +759,12 @@ <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>serial_lld.h</FileName> <FileType>5</FileType> - <FilePath>..\..\..\..\os\hal\platforms\STM32\serial_lld.h</FilePath> + <FilePath>..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.h</FilePath> </File> <File> <FileName>stm32_dma.c</FileName> diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj b/testhal/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj index db91f6a02..0f02f5523 100644 --- a/testhal/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj +++ b/testhal/STM32F4xx/IRQ_STORM_FPU/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\STM32\USARTv1;..\..\..\..\os\hal\platforms\STM32F4xx;..\..\..\..\boards\ST_STM32F4_DISCOVERY;..\..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> @@ -754,12 +754,12 @@ <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>serial_lld.h</FileName> <FileType>5</FileType> - <FilePath>..\..\..\..\os\hal\platforms\STM32\serial_lld.h</FilePath> + <FilePath>..\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.h</FilePath> </File> <File> <FileName>stm32_dma.c</FileName> |