diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-11 14:08:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-11 14:08:24 +0000 |
commit | 4c732053492b0bd0df4f3e8f2e9e378695c25733 (patch) | |
tree | dffe9ce1772e56d6ade06db95eb80c7115194a65 /demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj | |
parent | 857115486cd70a1fe0f40feb6188b2af9d62b43b (diff) | |
download | ChibiOS-4c732053492b0bd0df4f3e8f2e9e378695c25733.tar.gz ChibiOS-4c732053492b0bd0df4f3e8f2e9e378695c25733.tar.bz2 ChibiOS-4c732053492b0bd0df4f3e8f2e9e378695c25733.zip |
Adjusted Keil and IAR projects.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6135 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj')
-rw-r--r-- | demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj b/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj index 7752c318f..5e6ee7e5b 100644 --- a/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM3-STM32L152-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\STM32L1xx;..\..\..\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\STM32L1xx;..\..\..\boards\ST_STM32L_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\STM32L1xx;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32\GPIOv2;..\..\..\os\hal\platforms\STM32\SPIv1;..\..\..\os\hal\platforms\STM32\TIMv1;..\..\..\os\hal\platforms\STM32\USARTv1;..\..\..\os\hal\platforms\STM32L1xx;..\..\..\boards\ST_STM32L_DISCOVERY;..\..\..\test</IncludePath> </VariousControls> </Cads> <Aads> |