]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/RTOSDemo.hzp
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS / Demo / CORTEX_STM32F107_GCC_Rowley / RTOSDemo.hzp
1 <!DOCTYPE CrossStudio_Project_File>
2 <solution Name="RTOSDemo" target="8" version="2">
3   <project Name="RTOSDemo">
4     <configuration Name="Common" Target="STM32F107VC" arm_architecture="v7M" arm_core_type="Cortex-M3" arm_linker_allow_multiple_definition="Yes" arm_linker_fiq_stack_size="0" arm_linker_heap_size="128" arm_linker_irq_stack_size="0" arm_linker_jtag_pad_pre_dr="1" arm_linker_jtag_pad_pre_ir="5" arm_linker_stack_size="128" arm_simulator_memory_simulation_filename="$(TargetsDir)/STM32/STM32SimulatorMemory.dll" arm_simulator_memory_simulation_parameter="0x40000;0xC000" arm_target_debug_interface_type="ADIv5" arm_target_loader_parameter="25000000" c_additional_options="-Wall;-Wextra" c_preprocessor_definitions="PACK_STRUCT_END=__attribute((packed));ALIGN_STRUCT_END=__attribute((aligned(4)))" c_system_include_directories="$(StudioDir)/include;$(StudioDir)/include/targets" c_user_include_directories=".;..\\..\\Source\\include;..\\..\\Source\\portable\\GCC\\ARM_CM3;..\\Common\\Include;..\\Common\\drivers\\ST\\STM32F10xFWLib\\inc;..\\Common\\ethernet\\uIP\\uip-1.0\\uip;webserver;LCD" link_include_startup_code="No" linker_memory_map_file="$(TargetsDir)/STM32/STM32F107VC_MemoryMap.xml" linker_printf_width_precision_supported="No" linker_scanf_fmt_level="int" oscillator_frequency="25MHz" project_directory="" project_type="Executable" property_groups_file_path="$(TargetsDir)/STM32/propertyGroups.xml"/>
5     <configuration Name="RAM" Placement="RAM" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/ram_placement.xml" target_reset_script="SRAMReset()"/>
6     <configuration Name="Flash" Placement="Flash" arm_target_flash_loader_file_path="$(TargetsDir)/STM32/Release/Loader_rpc.elf" arm_target_flash_loader_type="LIBMEM RPC Loader" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml" target_reset_script="FLASHReset()"/>
7     <folder Name="Source Files">
8       <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc"/>
9       <folder Name="Common Demo Source" file_name="">
10         <file Name="flash.c" file_name="../Common/Minimal/flash.c"/>
11         <file Name="recmutex.c" file_name="../Common/Minimal/recmutex.c"/>
12         <file Name="semtest.c" file_name="../Common/Minimal/semtest.c"/>
13         <file Name="BlockQ.c" file_name="../Common/Minimal/BlockQ.c"/>
14         <file Name="GenQTest.c" file_name="../Common/Minimal/GenQTest.c"/>
15         <file Name="integer.c" file_name="../Common/Minimal/integer.c"/>
16         <file Name="PollQ.c" file_name="../Common/Minimal/PollQ.c"/>
17         <file Name="QPeek.c" file_name="../Common/Minimal/QPeek.c"/>
18       </folder>
19       <folder Name="Kernel Source">
20         <file Name="tasks.c" file_name="../../Source/tasks.c"/>
21         <file Name="list.c" file_name="../../Source/list.c"/>
22         <file Name="queue.c" file_name="../../Source/queue.c"/>
23         <file Name="heap_2.c" file_name="../../Source/portable/MemMang/heap_2.c"/>
24         <file Name="port.c" file_name="../../Source/portable/GCC/ARM_CM3/port.c">
25           <configuration Name="Common" c_enforce_ansi_checking="No"/>
26         </file>
27       </folder>
28       <file Name="main.c" file_name="main.c"/>
29       <file Name="ParTest.c" file_name="ParTest/ParTest.c"/>
30       <folder Name="Library">
31         <file Name="stm32f10x_usart.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_usart.c"/>
32         <file Name="stm32f10x_gpio.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_gpio.c"/>
33         <file Name="stm32f10x_lib.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_lib.c"/>
34         <file Name="stm32f10x_nvic.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_nvic.c"/>
35         <file Name="stm32f10x_rcc.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_rcc.c"/>
36         <file Name="stm32f10x_systick.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_systick.c"/>
37         <file Name="stm32fxxx_eth.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32fxxx_eth.c"/>
38         <file Name="printf-stdarg.c" file_name="printf-stdarg.c"/>
39         <file Name="stm32f10x_tim.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_tim.c"/>
40         <file Name="lcd.c" file_name="LCD/lcd.c"/>
41         <file Name="stm32f10x_spi.c" file_name="../Common/drivers/ST/STM32F10xFWLib/src/stm32f10x_spi.c"/>
42       </folder>
43       <folder Name="uIP">
44         <file Name="timer.c" file_name="../Common/ethernet/uIP/uip-1.0/uip/timer.c"/>
45         <file Name="uip.c" file_name="../Common/ethernet/uIP/uip-1.0/uip/uip.c"/>
46         <file Name="uip_arp.c" file_name="../Common/ethernet/uIP/uip-1.0/uip/uip_arp.c"/>
47         <file Name="psock.c" file_name="../Common/ethernet/uIP/uip-1.0/uip/psock.c"/>
48       </folder>
49       <folder Name="webserver">
50         <file Name="uIP_Task.c" file_name="webserver/uIP_Task.c"/>
51         <file Name="httpd.c" file_name="webserver/httpd.c"/>
52         <file Name="httpd-cgi.c" file_name="webserver/httpd-cgi.c"/>
53         <file Name="httpd-fs.c" file_name="webserver/httpd-fs.c"/>
54         <file Name="http-strings.c" file_name="webserver/http-strings.c"/>
55         <file Name="emac.c" file_name="webserver/emac.c"/>
56       </folder>
57       <file Name="timertest.c" file_name="timertest.c"/>
58     </folder>
59     <folder Name="System Files">
60       <file Name="thumb_crt0.s" file_name="$(StudioDir)/source/thumb_crt0.s"/>
61       <file Name="STM32F10x_Target.js" file_name="$(TargetsDir)/ST_STM32F10x/STM32F10x_Target.js">
62         <configuration Name="Common" file_type="Reset Script"/>
63       </file>
64       <file Name="STM32F10x_Startup.s" file_name="STM32F10x_Startup.s"/>
65     </folder>
66     <configuration Name="THUMB Flash Debug" Target="STM32F107VC" arm_simulator_memory_simulation_parameter="0x40000;0xC000" build_quietly="Yes" gcc_optimization_level="None" linker_memory_map_file="$(TargetsDir)/STM32/STM32F107VC_MemoryMap.xml"/>
67     <configuration Name="THUMB Flash Release" asm_additional_options="" build_quietly="Yes"/>
68     <configuration Name="Release" c_preprocessor_definitions="STARTUP_FROM_RESET" gcc_optimization_level="Level 1"/>
69   </project>
70   <configuration Name="THUMB Flash Debug" inherited_configurations="THUMB;Flash;Debug"/>
71   <configuration Name="THUMB" arm_instruction_set="THUMB" arm_library_instruction_set="THUMB" c_preprocessor_definitions="__THUMB" hidden="Yes"/>
72   <configuration Name="Flash" c_preprocessor_definitions="__FLASH_BUILD" hidden="Yes"/>
73   <configuration Name="Debug" build_debug_information="Yes" c_preprocessor_definitions="DEBUG" gcc_optimization_level="None" hidden="Yes" link_include_startup_code="No"/>
74   <configuration Name="THUMB Flash Release" inherited_configurations="THUMB;Flash;Release"/>
75   <configuration Name="Release" build_debug_information="No" c_preprocessor_definitions="NDEBUG" gcc_optimization_level="Level 1" hidden="Yes" link_include_startup_code="No"/>
76 </solution>