git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2670 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
fdad6c0c8f
commit
1b43d44a84
|
@ -2,11 +2,11 @@
|
|||
<ApplicationBuild Header="ch" Extern=".\ch.rapp" Path=".\ch.rapp" OutputFile=".\ch.elf" sate="98" AsyncBuild="" >
|
||||
<Group Header="port" Marker="-1" OutputFile="" sate="0" AsyncBuild="" >
|
||||
<NodeASM Path="..\..\..\os\ports\GCC\ARMCMx\crt0_v7m.s" Header="crt0_v7m.s" Marker="-1" AsyncBuild="" OutputFile=".\bin\crt0_v7m.o" sate="0" />
|
||||
<NodeASM Path="..\..\..\os\ports\GCC\ARMCMx\STM32\vectors_md.s" Header="vectors_md.s" Marker="-1" AsyncBuild="" OutputFile=".\bin\vectors_md.o" sate="0" />
|
||||
<NodeC Path="..\..\..\os\ports\GCC\ARMCMx\nvic.c" Header="nvic.c" Marker="-1" AsyncBuild="" OutputFile=".\bin\nvic.o" sate="0" />
|
||||
<NodeC Path="..\..\..\os\ports\GCC\ARMCMx\chcore.c" Header="chcore.c" Marker="-1" AsyncBuild="" OutputFile=".\bin\chcore.o" sate="0" />
|
||||
<NodeC Path="..\..\..\os\ports\GCC\ARMCMx\chcore_v7m.c" Header="chcore_v7m.c" Marker="-1" AsyncBuild="" OutputFile=".\bin\chcore_v7m.o" sate="0" />
|
||||
|
||||
<NodeC Path="..\..\..\os\ports\GCC\ARMCMx\STM32\vectors.c" Header="vectors.c" Marker="-1" AsyncBuild="" OutputFile=".\bin\vectors.o" sate="0" />
|
||||
|
||||
</Group>
|
||||
<Group Header="kernel" Marker="-1" OutputFile="" sate="0" AsyncBuild="" >
|
||||
<NodeC Path="..\..\..\os\kernel\src\chcond.c" Header="chcond.c" Marker="-1" OutputFile=".\bin\chcond.o" sate="0" AsyncBuild="" />
|
||||
|
@ -26,7 +26,8 @@
|
|||
<NodeC Path="..\..\..\os\kernel\src\chsys.c" Header="chsys.c" Marker="-1" OutputFile=".\bin\chsys.o" sate="0" AsyncBuild="" />
|
||||
<NodeC Path="..\..\..\os\kernel\src\chthreads.c" Header="chthreads.c" Marker="-1" OutputFile=".\bin\chthreads.o" sate="0" AsyncBuild="" />
|
||||
<NodeC Path="..\..\..\os\kernel\src\chvt.c" Header="chvt.c" Marker="-1" OutputFile=".\bin\chvt.o" sate="0" AsyncBuild="" />
|
||||
|
||||
<NodeC Path="..\..\..\os\kernel\src\chdynamic.c" Header="chdynamic.c" Marker="-1" AsyncBuild="" OutputFile=".\bin\chdynamic.o" sate="0" />
|
||||
|
||||
</Group>
|
||||
<Group Header="hal" Marker="-1" OutputFile="" sate="0" AsyncBuild="" >
|
||||
<NodeC Path="..\..\..\os\hal\src\adc.c" Header="adc.c" Marker="-1" OutputFile=".\bin\adc.o" sate="0" AsyncBuild="" />
|
||||
|
@ -47,13 +48,13 @@
|
|||
<NodeC Path="..\..\..\os\hal\platforms\STM32\serial_lld.c" Header="serial_lld.c" Marker="-1" OutputFile=".\bin\serial_lld.o" sate="0" AsyncBuild="" />
|
||||
<NodeC Path="..\..\..\os\hal\platforms\STM32\spi_lld.c" Header="spi_lld.c" Marker="-1" OutputFile=".\bin\spi_lld.o" sate="0" AsyncBuild="" />
|
||||
<NodeC Path="..\..\..\os\hal\platforms\STM32\stm32_dma.c" Header="stm32_dma.c" Marker="-1" OutputFile=".\bin\stm32_dma.o" sate="0" AsyncBuild="" />
|
||||
|
||||
|
||||
</Group>
|
||||
|
||||
|
||||
</Group>
|
||||
<Group Header="board" Marker="-1" OutputFile="" sate="0" AsyncBuild="" >
|
||||
<NodeC Path="..\..\..\boards\OLIMEX_STM32_P103\board.c" Header="board.c" Marker="-1" OutputFile=".\bin\board.o" sate="0" AsyncBuild="" />
|
||||
|
||||
|
||||
</Group>
|
||||
<Group Header="test" Marker="-1" OutputFile="" sate="0" AsyncBuild="" >
|
||||
<NodeC Path="..\..\..\test\test.c" Header="test.c" Marker="-1" OutputFile=".\bin\test.o" sate="0" AsyncBuild="" />
|
||||
|
@ -68,7 +69,7 @@
|
|||
<NodeC Path="..\..\..\test\testqueues.c" Header="testqueues.c" Marker="-1" OutputFile=".\bin\testqueues.o" sate="0" AsyncBuild="" />
|
||||
<NodeC Path="..\..\..\test\testsem.c" Header="testsem.c" Marker="-1" OutputFile=".\bin\testsem.o" sate="0" AsyncBuild="" />
|
||||
<NodeC Path="..\..\..\test\testthd.c" Header="testthd.c" Marker="-1" OutputFile=".\bin\testthd.o" sate="0" AsyncBuild="" />
|
||||
|
||||
|
||||
</Group>
|
||||
<NodeC Path="..\main.c" Header="main.c" Marker="-1" OutputFile=".\bin\main.o" sate="0" AsyncBuild="" />
|
||||
<Options>
|
||||
|
@ -76,10 +77,10 @@
|
|||
<Set Header="ApplicationBuild" >
|
||||
<Section Header="General" >
|
||||
<Property Header="TargetFamily" Value="ARM" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="Directories" >
|
||||
<Property Header="IncDir" Value="..;$(RkitLib)\ARM\include;..\..\..\os\kernel\include;..\..\..\os\ports\GCC\ARMCMx;..\..\..\os\ports\GCC\ARMCMx\cmsis;..\..\..\os\ports\GCC\ARMCMx\STM32;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32;..\..\..\boards\OLIMEX_STM32_P103;..\..\..\test" Removable="1" />
|
||||
<Property Header="IncDir" Value="..;$(RkitLib)\ARM\include;..\..\..\os\kernel\include;..\..\..\os\ports\GCC\ARMCMx;..\..\..\os\ports\GCC\ARMCMx\STM32;..\..\..\os\hal\include;..\..\..\os\hal\platforms\STM32;..\..\..\os\hal\platforms\STM32;..\..\..\boards\OLIMEX_STM32_P103;..\..\..\test" Removable="1" />
|
||||
<Property Header="ListDir" Value="$(ApplicationDir)\lst" Removable="1" />
|
||||
<Property Header="OutDir" Value="$(ApplicationDir)\bin" Removable="1" />
|
||||
<Property Header="LinkerOutputDir" Value="Application Directory" Removable="1" />
|
||||
|
@ -90,50 +91,50 @@
|
|||
<Set Header="Target" >
|
||||
<Section Header="ProcessorARM" >
|
||||
<Property Header="Processor" Value="STM32F103RBT6" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="ToolSetARM" >
|
||||
<Property Header="BuildToolSetARM" Value="ARM\GNU.config" Removable="1" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="DebugARM" >
|
||||
<Property Header="DebugTool_CORTEX" Value="RLINK_CORTEX" Removable="1" />
|
||||
|
||||
|
||||
</Section>
|
||||
|
||||
|
||||
</Set>
|
||||
<Set Header="LD" >
|
||||
<Section Header="Startup" >
|
||||
<Property Header="DEFAULTSTARTUP" Value="No" Removable="1" />
|
||||
<Property Header="File" Value="" Removable="1" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="Scripts" >
|
||||
<Property Header="SCRIPTFILES" Value="No" Removable="1" />
|
||||
<Property Header="File" Value="..\ch.ld" Removable="1" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="LIB" >
|
||||
<Property Header="UART0PUTC" Value="0" Removable="1" />
|
||||
<Property Header="STM32LIB" Value="0" Removable="1" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="More" >
|
||||
<Property Header="More" Value="-Wl,--no-warn-mismatch" />
|
||||
|
||||
|
||||
</Section>
|
||||
|
||||
|
||||
</Set>
|
||||
<Set Header="GCC" >
|
||||
<Section Header="OPTIMIZE" >
|
||||
<Property Header="Optimize" Value="-O2" Removable="1" />
|
||||
|
||||
|
||||
</Section>
|
||||
<Section Header="More" >
|
||||
<Property Header="More" Value="-Wall; -Wextra; -Wstrict-prototypes; -fomit-frame-pointer; -falign-functions=16; -mabi=apcs-gnu" />
|
||||
|
||||
|
||||
</Section>
|
||||
|
||||
|
||||
</Set>
|
||||
</Config>
|
||||
</Options>
|
||||
|
|
Loading…
Reference in New Issue