diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-13 19:22:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-13 19:22:13 +0000 |
commit | 2f23dbab89023cd7691b856c03dc79477154debc (patch) | |
tree | 75c59c3f92661d88d87f1cb978802f9efb99f1e1 /demos | |
parent | 062cce0bed39edc78dbd86004861823e068541c0 (diff) | |
download | ChibiOS-2f23dbab89023cd7691b856c03dc79477154debc.tar.gz ChibiOS-2f23dbab89023cd7691b856c03dc79477154debc.tar.bz2 ChibiOS-2f23dbab89023cd7691b856c03dc79477154debc.zip |
Keil reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7891 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32F303-DISCOVERY/keil/ch.uvproj | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F303-DISCOVERY/keil/ch.uvproj b/demos/STM32/RT-STM32F303-DISCOVERY/keil/ch.uvproj index eca8fad41..f54e35ab5 100644 --- a/demos/STM32/RT-STM32F303-DISCOVERY/keil/ch.uvproj +++ b/demos/STM32/RT-STM32F303-DISCOVERY/keil/ch.uvproj @@ -362,7 +362,7 @@ <useXO>0</useXO> <VariousControls> <MiscControls>--c99</MiscControls> - <Define>CORTEX_USE_FPU=1 __heap_base__=Image$$$$RW_IRAM1$$$$ZI$$$$Limit __heap_end__=Image$$$$RW_IRAM2$$$$Base</Define> + <Define>__heap_base__=Image$$$$RW_IRAM1$$$$ZI$$$$Limit __heap_end__=Image$$$$RW_IRAM2$$$$Base</Define> <Undefine></Undefine> <IncludePath>..\;..\..\..\..\os\common\ports\ARMCMx\devices\STM32F3xx;..\..\..\..\os\ext\CMSIS\include;..\..\..\..\os\ext\CMSIS\ST;..\..\..\..\os\rt\ports\ARMCMx;..\..\..\..\os\rt\ports\ARMCMx\compilers\RVCT;..\..\..\..\os\rt\include;..\..\..\..\os\hal\osal\rt;..\..\..\..\os\hal\include;..\..\..\..\os\hal\boards\ST_STM32F3_DISCOVERY;..\..\..\..\os\hal\ports\common\ARMCMx;..\..\..\..\os\hal\ports\STM32\STM32F3xx;..\..\..\..\os\hal\ports\STM32\LLD;..\..\..\..\os\hal\ports\STM32\LLD\GPIOv2;..\..\..\..\os\hal\ports\STM32\LLD\I2Cv2;..\..\..\..\os\hal\ports\STM32\LLD\RTCv2;..\..\..\..\os\hal\ports\STM32\LLD\SPIv2;..\..\..\..\os\hal\ports\STM32\LLD\TIMv1;..\..\..\..\os\hal\ports\STM32\LLD\USARTv2;..\..\..\..\os\hal\ports\STM32\LLD\USBv1;..\..\..\..\test\rt</IncludePath> </VariousControls> @@ -379,7 +379,7 @@ <useXO>0</useXO> <VariousControls> <MiscControls>--cpreproc</MiscControls> - <Define>CORTEX_USE_FPU=1</Define> + <Define></Define> <Undefine></Undefine> <IncludePath>..\;..\..\..\..\os\common\ports\ARMCMx\devices\STM32F3xx;..\..\..\..\os\rt\ports\ARMCMx</IncludePath> </VariousControls> @@ -1277,6 +1277,16 @@ <FileType>1</FileType> <FilePath>..\..\..\..\test\rt\testthd.c</FilePath> </File> + <File> + <FileName>testsys.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\..\test\rt\testsys.c</FilePath> + </File> + <File> + <FileName>testsys.h</FileName> + <FileType>5</FileType> + <FilePath>..\..\..\..\test\rt\testsys.h</FilePath> + </File> </Files> </Group> <Group> |