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 /testhal | |
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 'testhal')
-rw-r--r-- | testhal/STM32/STM32F4xx/IRQ_STORM/keil/ch.uvproj | 17 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj | 5 |
2 files changed, 21 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM/keil/ch.uvproj b/testhal/STM32/STM32F4xx/IRQ_STORM/keil/ch.uvproj index 67ebb4109..4d55954ef 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM/keil/ch.uvproj +++ b/testhal/STM32/STM32F4xx/IRQ_STORM/keil/ch.uvproj @@ -364,7 +364,7 @@ <MiscControls>--c99 -USTM32F40_41xxx</MiscControls> <Define>__heap_base__=Image$$$$RW_IRAM1$$$$ZI$$$$Limit __heap_end__=Image$$$$RW_IRAM2$$$$Base</Define> <Undefine></Undefine> - <IncludePath>..\;..\..\..\..\..\os\common\ports\ARMCMx\devices\STM32F4xx;..\..\..\..\..\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_STM32F4_DISCOVERY;..\..\..\..\..\os\hal\ports\common\ARMCMx;..\..\..\..\..\os\hal\ports\STM32\STM32F4xx;..\..\..\..\..\os\hal\ports\STM32\LLD;..\..\..\..\..\os\hal\ports\STM32\LLD\GPIOv2;..\..\..\..\..\os\hal\ports\STM32\LLD\TIMv1;..\..\..\..\..\os\hal\ports\STM32\LLD\USARTv1</IncludePath> + <IncludePath>..\;..\..\..\..\..\os\common\ports\ARMCMx\devices\STM32F4xx;..\..\..\..\..\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_STM32F4_DISCOVERY;..\..\..\..\..\os\hal\lib\streams;..\..\..\..\..\os\hal\ports\common\ARMCMx;..\..\..\..\..\os\hal\ports\STM32\STM32F4xx;..\..\..\..\..\os\hal\ports\STM32\LLD;..\..\..\..\..\os\hal\ports\STM32\LLD\GPIOv2;..\..\..\..\..\os\hal\ports\STM32\LLD\TIMv1;..\..\..\..\..\os\hal\ports\STM32\LLD\USARTv1;..\..\..\..\..\testhal\common</IncludePath> </VariousControls> </Cads> <Aads> @@ -627,6 +627,21 @@ <FileType>5</FileType> <FilePath>..\halconf.h</FilePath> </File> + <File> + <FileName>irq_storm.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\..\common\irq_storm.c</FilePath> + </File> + <File> + <FileName>chprintf.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\..\..\os\hal\lib\streams\chprintf.c</FilePath> + </File> + <File> + <FileName>memstreams.c</FileName> + <FileType>1</FileType> + <FilePath>..\..\..\..\..\os\hal\lib\streams\memstreams.c</FilePath> + </File> </Files> </Group> </Groups> diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj index 67ebb4109..131d51182 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj +++ b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/keil/ch.uvproj @@ -627,6 +627,11 @@ <FileType>5</FileType> <FilePath>..\halconf.h</FilePath> </File> + <File> + <FileName>extfunc.c</FileName> + <FileType>1</FileType> + <FilePath>..\extfunc.c</FilePath> + </File> </Files> </Group> </Groups> |