diff options
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> |