-
Notifications
You must be signed in to change notification settings - Fork 149
/
ARM.CMSIS-DSP.pdsc
287 lines (256 loc) · 12.5 KB
/
ARM.CMSIS-DSP.pdsc
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<?xml version="1.0" encoding="UTF-8"?>
<package schemaVersion="1.7.27" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.27/schema/PACK.xsd">
<name>CMSIS-DSP</name>
<description>CMSIS Embedded Compute Library</description>
<vendor>ARM</vendor>
<license>LICENSE</license>
<licenseSets>
<licenseSet id="all" default="true" gating="true">
<license name="LICENSE" title="Apache 2.0 open-source license" spdx="Apache-2.0"/>
</licenseSet>
</licenseSets>
<url>https://www.keil.com/pack/</url>
<repository type="git">https://github.com/ARM-software/CMSIS-DSP.git</repository>
<releases>
<release version="0.0.0">
Active development ...
</release>
</releases>
<!-- conditions are dependency rules that can apply to a component or an individual file -->
<conditions>
<!-- CMSIS -->
<condition id="CMSISCORE">
<description>Components required for CMSIS Core</description>
<require Cclass="CMSIS" Cgroup="CORE"/>
</condition>
<condition id="ARMv7-A Device">
<description>Armv7-A architecture based device</description>
<accept Dcore="Cortex-A5"/>
<accept Dcore="Cortex-A7"/>
<accept Dcore="Cortex-A9"/>
</condition>
</conditions>
<components>
<!-- CMSIS-DSP component -->
<component Cclass="CMSIS" Cgroup="DSP" Cvariant="Source" Cversion="1.16.3" isDefaultVariant="true" condition="CMSISCORE">
<description>CMSIS-DSP Library for Cortex-M and Cortex-A</description>
<files>
<!-- CPU independent -->
<file category="doc" name="Documentation/html/index.html"/>
<file category="header" name="Include/arm_math.h"/>
<file category="header" name="Include/arm_math_f16.h"/>
<file category="header" name="Include/arm_common_tables.h"/>
<file category="header" name="Include/arm_common_tables_f16.h"/>
<file category="header" name="Include/arm_const_structs.h"/>
<file category="header" name="Include/arm_const_structs_f16.h"/>
<file category="include" name="PrivateInclude/"/>
<file category="include" name="Include/"/>
<!-- DSP sources (core) -->
<file category="source" name="Source/BasicMathFunctions/BasicMathFunctions.c"/>
<file category="source" name="Source/QuaternionMathFunctions/QuaternionMathFunctions.c"/>
<file category="source" name="Source/BayesFunctions/BayesFunctions.c"/>
<file category="source" name="Source/CommonTables/CommonTables.c"/>
<file category="source" name="Source/ComplexMathFunctions/ComplexMathFunctions.c"/>
<file category="source" name="Source/ControllerFunctions/ControllerFunctions.c"/>
<file category="source" name="Source/DistanceFunctions/DistanceFunctions.c"/>
<file category="source" name="Source/FastMathFunctions/FastMathFunctions.c"/>
<file category="source" name="Source/FilteringFunctions/FilteringFunctions.c"/>
<file category="source" name="Source/MatrixFunctions/MatrixFunctions.c"/>
<file category="source" name="Source/StatisticsFunctions/StatisticsFunctions.c"/>
<file category="source" name="Source/SupportFunctions/SupportFunctions.c"/>
<file category="source" name="Source/SVMFunctions/SVMFunctions.c"/>
<file category="source" name="Source/TransformFunctions/TransformFunctions.c"/>
<file category="source" name="Source/InterpolationFunctions/InterpolationFunctions.c"/>
<file category="source" name="Source/WindowFunctions/WindowFunctions.c"/>
<!-- DSP sources F16 versions -->
<file category="source" name="Source/BasicMathFunctions/BasicMathFunctionsF16.c"/>
<file category="source" name="Source/ComplexMathFunctions/ComplexMathFunctionsF16.c"/>
<file category="source" name="Source/FilteringFunctions/FilteringFunctionsF16.c"/>
<file category="source" name="Source/CommonTables/CommonTablesF16.c"/>
<file category="source" name="Source/TransformFunctions/TransformFunctionsF16.c"/>
<file category="source" name="Source/MatrixFunctions/MatrixFunctionsF16.c"/>
<file category="source" name="Source/InterpolationFunctions/InterpolationFunctionsF16.c"/>
<file category="source" name="Source/StatisticsFunctions/StatisticsFunctionsF16.c"/>
<file category="source" name="Source/SupportFunctions/SupportFunctionsF16.c"/>
<file category="source" name="Source/FastMathFunctions/FastMathFunctionsF16.c"/>
<file category="source" name="Source/DistanceFunctions/DistanceFunctionsF16.c"/>
<file category="source" name="Source/BayesFunctions/BayesFunctionsF16.c"/>
<file category="source" name="Source/SVMFunctions/SVMFunctionsF16.c"/>
<!-- Compute Library for Cortex-A -->
<file category="header" name="ComputeLibrary/Include/NEMath.h" condition="ARMv7-A Device"/>
<file category="source" name="ComputeLibrary/Source/arm_cl_tables.c" condition="ARMv7-A Device"/>
</files>
</component>
</components>
<examples>
<example name="CMSIS-DSP Bayes example" doc="Abstract.txt" folder="Examples/ARM/arm_bayes_example">
<description>Bayes example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_bayes_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Class Marks example" doc="Abstract.txt" folder="Examples/ARM/arm_class_marks_example">
<description>Class Marks example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_class_marks_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Convolution example" doc="Abstract.txt" folder="Examples/ARM/arm_convolution_example">
<description>Convolution example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_convolution_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Dotproduct example" doc="Abstract.txt" folder="Examples/ARM/arm_dotproduct_example">
<description>Dotproduct example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_dotproduct_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP FFT Bin example" doc="Abstract.txt" folder="Examples/ARM/arm_fft_bin_example">
<description>FFT Bin example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_fft_bin_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP FIR example" doc="Abstract.txt" folder="Examples/ARM/arm_fir_example">
<description>FIR example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_fir_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Graphic Equalizer example" doc="Abstract.txt" folder="Examples/ARM/arm_graphic_equalizer_example">
<description>Graphic Equalizer example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_graphic_equalizer_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Linear Interpolation example" doc="Abstract.txt" folder="Examples/ARM/arm_linear_interp_example">
<description>Linear Interpolation example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_linear_interp_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Matrix example" doc="Abstract.txt" folder="Examples/ARM/arm_matrix_example">
<description>Matrix example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_matrix_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Signal Convergence example" doc="Abstract.txt" folder="Examples/ARM/arm_signal_converge_example">
<description>Signal Convergence example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_signal_converge_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Sinus/Cosinus example" doc="Abstract.txt" folder="Examples/ARM/arm_sin_cos_example">
<description>Sinus/Cosinus example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_sin_cos_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP SVM example" doc="Abstract.txt" folder="Examples/ARM/arm_svm_example">
<description>SVM example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_svm_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
<example name="CMSIS-DSP Variance example" doc="Abstract.txt" folder="Examples/ARM/arm_variance_example">
<description>Variance example</description>
<board name="uVision Simulator" vendor="Keil"/>
<project>
<environment name="uv" load="arm_variance_example.uvprojx"/>
</project>
<attributes>
<component Cclass="CMSIS" Cgroup="CORE"/>
<component Cclass="CMSIS" Cgroup="DSP"/>
<component Cclass="Device" Cgroup="Startup"/>
<category>Getting Started</category>
</attributes>
</example>
</examples>
</package>