-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRelease.xml
179 lines (179 loc) · 9.09 KB
/
Release.xml
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<ArmGcc>
<armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>
<armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>
<armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>
<armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>
<armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>
<armgcc.compiler.symbols.DefSymbols>
<ListValues>
<Value>NDEBUG</Value>
</ListValues>
</armgcc.compiler.symbols.DefSymbols>
<armgcc.compiler.directories.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
<Value>../Config</Value>
<Value>../</Value>
<Value>../examples</Value>
<Value>../hal/include</Value>
<Value>../hal/utils/include</Value>
<Value>../hpl/core</Value>
<Value>../hpl/gmac</Value>
<Value>../hpl/pio</Value>
<Value>../hpl/pmc</Value>
<Value>../hpl/usart</Value>
<Value>../hpl/xdmac</Value>
<Value>../hri</Value>
<Value>../thirdparty/RTOS</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/Source/include</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/Source/portable/GCC/ARM_CM7</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/module_config</Value>
<Value>../lwip</Value>
<Value>../lwip/lwip-2.1.2</Value>
<Value>../lwip/lwip-2.1.2/port</Value>
<Value>../lwip/lwip-2.1.2/port/include</Value>
<Value>../lwip/lwip-2.1.2/src</Value>
<Value>../lwip/lwip-2.1.2/src/apps</Value>
<Value>../lwip/lwip-2.1.2/src/apps/http</Value>
<Value>../lwip/lwip-2.1.2/src/core</Value>
<Value>../lwip/lwip-2.1.2/src/core/ipv4</Value>
<Value>../lwip/lwip-2.1.2/src/core/ipv6</Value>
<Value>../lwip/lwip-2.1.2/src/include</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/arpa</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/net</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/sys</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/stdc</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/apps</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/priv</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/prot</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif/ppp</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif/ppp/polarssl</Value>
<Value>../lwip/lwip-2.1.2/src/netif</Value>
<Value>../lwip/lwip-2.1.2/src/netif/ppp</Value>
<Value>../ethernet_phy</Value>
<Value>../stdio_redirect</Value>
<Value>%24(PackRepoDir)\atmel\SAME70_DFP\2.4.166\same70b\include</Value>
</ListValues>
</armgcc.compiler.directories.IncludePaths>
<armgcc.compiler.optimization.level>Optimize for size (-Os)</armgcc.compiler.optimization.level>
<armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
<armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
<armgcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -mfloat-abi=softfp -mfpu=fpv4-sp-d16</armgcc.compiler.miscellaneous.OtherFlags>
<armgcc.linker.general.UseNewlibNano>True</armgcc.linker.general.UseNewlibNano>
<armgcc.linker.libraries.Libraries>
<ListValues>
<Value>libm</Value>
</ListValues>
</armgcc.linker.libraries.Libraries>
<armgcc.linker.libraries.LibrarySearchPaths>
<ListValues>
<Value>%24(ProjectDir)\Device_Startup</Value>
</ListValues>
</armgcc.linker.libraries.LibrarySearchPaths>
<armgcc.linker.optimization.GarbageCollectUnusedSections>True</armgcc.linker.optimization.GarbageCollectUnusedSections>
<armgcc.linker.miscellaneous.LinkerFlags>-Tsame70q21b_flash.ld</armgcc.linker.miscellaneous.LinkerFlags>
<armgcc.assembler.general.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
<Value>../Config</Value>
<Value>../</Value>
<Value>../examples</Value>
<Value>../hal/include</Value>
<Value>../hal/utils/include</Value>
<Value>../hpl/core</Value>
<Value>../hpl/gmac</Value>
<Value>../hpl/pio</Value>
<Value>../hpl/pmc</Value>
<Value>../hpl/usart</Value>
<Value>../hpl/xdmac</Value>
<Value>../hri</Value>
<Value>../thirdparty/RTOS</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/Source/include</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/Source/portable/GCC/ARM_CM7</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/module_config</Value>
<Value>../lwip</Value>
<Value>../lwip/lwip-2.1.2</Value>
<Value>../lwip/lwip-2.1.2/port</Value>
<Value>../lwip/lwip-2.1.2/port/include</Value>
<Value>../lwip/lwip-2.1.2/src</Value>
<Value>../lwip/lwip-2.1.2/src/apps</Value>
<Value>../lwip/lwip-2.1.2/src/apps/http</Value>
<Value>../lwip/lwip-2.1.2/src/core</Value>
<Value>../lwip/lwip-2.1.2/src/core/ipv4</Value>
<Value>../lwip/lwip-2.1.2/src/core/ipv6</Value>
<Value>../lwip/lwip-2.1.2/src/include</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/arpa</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/net</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/sys</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/stdc</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/apps</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/priv</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/prot</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif/ppp</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif/ppp/polarssl</Value>
<Value>../lwip/lwip-2.1.2/src/netif</Value>
<Value>../lwip/lwip-2.1.2/src/netif/ppp</Value>
<Value>../ethernet_phy</Value>
<Value>../stdio_redirect</Value>
<Value>%24(PackRepoDir)\atmel\SAME70_DFP\2.4.166\same70b\include</Value>
</ListValues>
</armgcc.assembler.general.IncludePaths>
<armgcc.preprocessingassembler.general.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
<Value>../Config</Value>
<Value>../</Value>
<Value>../examples</Value>
<Value>../hal/include</Value>
<Value>../hal/utils/include</Value>
<Value>../hpl/core</Value>
<Value>../hpl/gmac</Value>
<Value>../hpl/pio</Value>
<Value>../hpl/pmc</Value>
<Value>../hpl/usart</Value>
<Value>../hpl/xdmac</Value>
<Value>../hri</Value>
<Value>../thirdparty/RTOS</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/Source/include</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/Source/portable/GCC/ARM_CM7</Value>
<Value>../thirdparty/RTOS/freertos/FreeRTOSV8.2.3/module_config</Value>
<Value>../lwip</Value>
<Value>../lwip/lwip-2.1.2</Value>
<Value>../lwip/lwip-2.1.2/port</Value>
<Value>../lwip/lwip-2.1.2/port/include</Value>
<Value>../lwip/lwip-2.1.2/src</Value>
<Value>../lwip/lwip-2.1.2/src/apps</Value>
<Value>../lwip/lwip-2.1.2/src/apps/http</Value>
<Value>../lwip/lwip-2.1.2/src/core</Value>
<Value>../lwip/lwip-2.1.2/src/core/ipv4</Value>
<Value>../lwip/lwip-2.1.2/src/core/ipv6</Value>
<Value>../lwip/lwip-2.1.2/src/include</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/arpa</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/net</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/posix/sys</Value>
<Value>../lwip/lwip-2.1.2/src/include/compact/stdc</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/apps</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/priv</Value>
<Value>../lwip/lwip-2.1.2/src/include/lwip/prot</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif/ppp</Value>
<Value>../lwip/lwip-2.1.2/src/include/netif/ppp/polarssl</Value>
<Value>../lwip/lwip-2.1.2/src/netif</Value>
<Value>../lwip/lwip-2.1.2/src/netif/ppp</Value>
<Value>../ethernet_phy</Value>
<Value>../stdio_redirect</Value>
<Value>%24(PackRepoDir)\atmel\SAME70_DFP\2.4.166\same70b\include</Value>
</ListValues>
</armgcc.preprocessingassembler.general.IncludePaths>
</ArmGcc>