From 3afa9b188f7ddff9de0eff2cbfbd167c5a31f078 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 28 Dec 2011 13:15:23 +0000 Subject: Keil CM4 FPU support added. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3675 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'demos') diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj b/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj index 24588192f..c6aa767d3 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj @@ -204,7 +204,7 @@ 1 0 0 - 1 + 2 1 0 8 @@ -346,7 +346,7 @@ __heap_base__=Image$$RW_IRAM1$$ZI$$Limit __heap_end__=Image$$RW_IRAM2$$Base - ..\;..\..\..\os\kernel\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 + ..\;..\..\..\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 @@ -421,11 +421,6 @@ 1 ..\..\..\os\ports\RVCT\ARMCMx\chcore_v7m.c - - nvic.c - 1 - ..\..\..\os\ports\RVCT\ARMCMx\nvic.c - chcore.h 5 @@ -441,11 +436,6 @@ 5 ..\..\..\os\ports\RVCT\ARMCMx\chtypes.h - - nvic.h - 5 - ..\..\..\os\ports\RVCT\ARMCMx\nvic.h - cmparams.h 5 @@ -456,6 +446,16 @@ 2 ..\..\..\os\ports\RVCT\ARMCMx\STM32F4xx\vectors.s + + nvic.c + 1 + ..\..\..\os\ports\common\ARMCMx\nvic.c + + + nvic.h + 5 + ..\..\..\os\ports\common\ARMCMx\nvic.h + -- cgit v1.2.3