-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbsp.tmpl
161 lines (161 loc) · 5.55 KB
/
bsp.tmpl
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
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="__REPO-ROOT__/bsp.prj" location="__REPO-ROOT__" name="bsp" target="target.toolbox" target-name="Package Toolbox">
<param.appname>__APP-NAME__</param.appname>
<param.authnamewatermark>Travis Collins</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>Analog Devices, Inc</param.company>
<param.summary>Board support package for HDL targeting and data streaming from Analog Devices transceivers.</param.summary>
<param.description>Scripts and tools created by ADI to be used with MATLAB and Simulink with ADI transceivers
Documentation: https://wiki.analog.com/resources/tools-software/mathworks
Support: https://ez.analog.com/</param.description>
<param.screenshot>__REPO-ROOT__/CI/doc/ADI_Logo_AWP_Large.png</param.screenshot>
<param.version>__VERSION__</param.version>
<param.output>${PROJECT_ROOT}/Analog Devices Board Support Packages.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
<item>Simulink</item>
<item>Communications Toolbox</item>
<item>DSP System Toolbox</item>
<item>HDL Coder</item>
<item>Signal Processing Toolbox</item>
<item>Simulink Coder</item>
</param.products.name>
<param.products.id>
<item>1</item>
<item>2</item>
<item>36</item>
<item>24</item>
<item>101</item>
<item>8</item>
<item>14</item>
</param.products.id>
<param.products.version>
<item>9.5</item>
<item>9.2</item>
<item>7.0</item>
<item>9.7</item>
<item>3.13</item>
<item>8.1</item>
<item>9.0</item>
</param.products.version>
<param.platforms />
<param.guid>__UUID__</param.guid>
<param.exclude.filters>%
CI/*
hdl_prj/*
slprj/*
.git/*
test/*
itests/*
mltbx/*
*~
.Xil/*</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs>${PROJECT_ROOT}/info.xml</param.docs>
<param.getting.started.guide />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
<param.release.start>__ML-RELEASE__</param.release.start>
<param.release.end>__ML-RELEASE__</param.release.end>
<param.release.current.only>true</param.release.current.only>
<param.compatiblity.windows>true</param.compatiblity.windows>
<param.compatiblity.macos>false</param.compatiblity.macos>
<param.compatiblity.linux>true</param.compatiblity.linux>
<param.compatiblity.matlabonline>false</param.compatiblity.matlabonline>
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
<unset>
<param.output />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.getting.started.guide />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.compatiblity.windows />
<param.compatiblity.linux />
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>__REPO-ROOT__</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}/LICENSE</file>
<file>${PROJECT_ROOT}/README.md</file>
<file>${PROJECT_ROOT}/doc</file>
<file>${PROJECT_ROOT}/hdl</file>
<file>${PROJECT_ROOT}/info.xml</file>
<file>${PROJECT_ROOT}/__EXAMPLES-DIR__</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded>
</fileset.depfun.excluded>
<fileset.package />
<build-deliverables>
<file location="__REPO-ROOT__" name="AnalogDevicesToolbox.mltbx" optional="false">__REPO-ROOT__/AnalogDevicesTransceiverToolbox.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>/usr/local/MATLAB/__ML-RELEASE__</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="fixedpoint" />
<toolbox name="matlabhdlcoder" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<embeddedcoder>
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
<toolbox>
<fixedpoint>
<enabled>true</enabled>
</fixedpoint>
</toolbox>
<toolbox>
<matlabhdlcoder>
<enabled>true</enabled>
</matlabhdlcoder>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
<mac>false</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>true</linux>
<solaris>false</solaris>
<osver>4.15.0-34-generic</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>