-
Notifications
You must be signed in to change notification settings - Fork 20
/
stm32ecm2.hzp
140 lines (140 loc) · 6.74 KB
/
stm32ecm2.hzp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE CrossStudio_Project_File>
<solution Name="stm32ecm2" target="8" version="2">
<project Name="stm32ecm2">
<configuration
Name="Common"
Placement="Flash"
Target="STM32F072RB"
arm_architecture="v6M"
arm_core_type="Cortex-M0"
arm_fpu_type="None"
arm_gcc_target="arm-unknown-eabi"
arm_linker_heap_size="0"
arm_linker_jtag_pad_pre_dr="1"
arm_linker_jtag_pad_pre_ir="5"
arm_linker_process_stack_size="0"
arm_linker_stack_size="1024"
arm_simulator_memory_simulation_filename="$(TargetsDir)/STM32/STM32SimulatorMemory.dll"
arm_simulator_memory_simulation_parameter="STM32F072RB;0x20000;0x4000"
arm_target_connect_with_reset="Yes"
arm_target_debug_interface_type="ADIv5"
arm_target_interface_type="Default"
arm_target_loader_applicable_loaders="Flash"
arm_target_loader_default_loader="Flash"
arm_target_restrict_memory_accesses="Yes"
c_preprocessor_definitions="STARTUP_FROM_RESET;LWIP_HTTPD_STRNSTR_PRIVATE=0;PBUF_POOL_SIZE=2;TCP_WND=(2*TCP_MSS)"
c_user_include_directories="$(TargetsDir)/STM32/include;$(TargetsDir)/CMSIS_3/CMSIS/Include;$(ProjectDir);$(ProjectDir)/lwip-1.4.1/src/include;$(ProjectDir)/lwip-1.4.1/src/include/ipv4;$(ProjectDir)/dhcp-server;$(ProjectDir)/dns-server;$(ProjectDir)/lwip-1.4.1/apps/httpserver_raw"
debug_register_definition_file="$(TargetsDir)/STM32/STM32F072x_Peripherals.xml"
linker_memory_map_file="$(TargetsDir)/STM32/STM32F072RB_MemoryMap.xml"
linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml"
project_directory=""
project_type="Executable"
property_groups_file_path="$(TargetsDir)/STM32/propertyGroups.xml"
target_get_partname_script="GetPartName()"
target_match_partname_script="MatchPartName("$(Target)")"
target_reset_script="Reset()"
target_script_file="$(TargetsDir)/STM32/STM32_Target.js"
target_trace_initialize_script="EnableTrace("$(TraceInterfaceType)")" />
<configuration
Name="Flash"
arm_target_flash_loader_file_path="$(TargetsDir)/STM32/Release/STM32F0_Loader_rpc.elf"
arm_target_flash_loader_type="LIBMEM RPC Loader"
arm_target_loader_can_erase_all="Yes"
arm_target_loader_can_lock_all="No"
arm_target_loader_can_lock_range="No"
arm_target_loader_can_unlock_all="No"
arm_target_loader_can_unlock_range="No"
target_reset_script="FLASHReset()" />
<folder Name="Source Files">
<configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
<file file_name="main.c" />
<file file_name="stm32f0xx_hal.c" />
<file file_name="usbd_core.c" />
<file file_name="usbd_ecm.c" />
<file file_name="usbd_desc.c" />
<file file_name="stm32f0xx_hal_rcc.c" />
<file file_name="stm32f0xx_hal_rcc_ex.c" />
<file file_name="stm32f0xx_hal_cortex.c" />
<file file_name="usbd_conf.c" />
<file file_name="usbd_ioreq.c" />
<file file_name="usbd_ctlreq.c" />
<file file_name="stm32f0xx_hal_pcd.c" />
<file file_name="stm32f0xx_hal_pcd_ex.c" />
<file file_name="system_stm32f0xx.c" />
<file file_name="stm32f0xx_hal_gpio.c" />
<file file_name="stm32f0xx_hal_helper.c" />
<file file_name="stm32f0xx_it.c" />
<file file_name="time.c" />
</folder>
<folder Name="lwip">
<file file_name="$(ProjectDir)/lwip-1.4.1/src/include/lwipopts.h" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/def.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/dhcp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/dns.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/init.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/mem.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/memp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/netif.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/pbuf.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/raw.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/stats.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/sys.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/tcp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/tcp_in.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/tcp_out.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/timers.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/udp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/autoip.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/icmp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/igmp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/inet.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/inet_chksum.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/ip.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/ip_addr.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/core/ipv4/ip_frag.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/netif/etharp.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/netif/ethernetif.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/src/netif/slipif.c" />
</folder>
<folder Name="dhcp">
<file file_name="$(ProjectDir)/dhcp-server/dhserver.c" />
<file file_name="$(ProjectDir)/dhcp-server/dhserver.h" />
</folder>
<folder Name="dns">
<file file_name="$(ProjectDir)/dns-server/dnserver.c" />
<file file_name="$(ProjectDir)/dns-server/dnserver.h" />
</folder>
<folder Name="http">
<file file_name="$(ProjectDir)/lwip-1.4.1/apps/httpserver_raw/fs.c" />
<file file_name="$(ProjectDir)/lwip-1.4.1/apps/httpserver_raw/httpd.c" />
</folder>
<folder Name="System Files">
<file file_name="$(StudioDir)/source/thumb_crt0.s" />
<file file_name="$(TargetsDir)/STM32/STM32_Startup.s" />
</folder>
<configuration Name="Release" gcc_debugging_level="Level 3" />
</project>
<configuration Name="THUMB Debug" inherited_configurations="THUMB;Debug" />
<configuration
Name="THUMB"
Platform="ARM"
arm_instruction_set="Thumb"
arm_library_instruction_set="Thumb"
c_preprocessor_definitions="__THUMB"
hidden="Yes" />
<configuration
Name="Debug"
c_preprocessor_definitions="DEBUG"
gcc_debugging_level="Level 3"
gcc_optimization_level="None"
hidden="Yes" />
<configuration
Name="THUMB Release"
inherited_configurations="THUMB;Release" />
<configuration
Name="Release"
c_preprocessor_definitions="NDEBUG"
gcc_debugging_level="Level 1"
gcc_optimization_level="Level 1"
hidden="Yes" />
</solution>