forked from ARM-software/CMSIS-Driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ARM.CMSIS-Driver.pdsc
361 lines (335 loc) · 17.3 KB
/
ARM.CMSIS-Driver.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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<?xml version="1.0" encoding="UTF-8"?>
<package schemaVersion="1.4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Utilities/PACK.xsd">
<name>CMSIS-Driver</name>
<description>CMSIS Drivers for external devices</description>
<vendor>ARM</vendor>
<url>http://www.keil.com/pack/</url>
<!-- <license>LICENSE.txt</license> -->
<releases>
<release version="2.4.1-dev0">
Updated Inventek ISM43362 WiFi driver
Corrected PHY_LAN8742A power down bit definition
</release>
<release version="2.4.0" date="2019-03-15">
Added Inventek ISM43362 WiFi driver
Updated conditions to support Cortex-M1
</release>
<release version ="2.3.0" date="2018-06-15">
Updated PHY_KSZ8081RNA to support 50MHz reference clock
NAND MemoryBus driver updated:
- Fixed Ready/Busy configuration handling
- Enhanced compatibility for ARM Compiler 6
Flash Drivers updated:
- Added data cache handling to memory bus based drivers.
- Fixed warnings flagged by ARM Compiler 6
</release>
<release version ="2.2.1" date="2018-03-20">
Added web link to hardware documentation for CMSIS-Driver components.
</release>
<release version="2.2.0" date="2018-03-19">
Updated component description setting the vendor explicitly to 'Cvendor="Keil"' to make migration automatic for existing project.
- if a driver component is no longer found in an existing project, please select the available component with the same name from the Run Time Environment.
</release>
<release version="2.1.0" date="2018-02-21">
Added LAN9220 Ethernet MAC+PHY driver
Updated I2C and SPI multi-slave wrapper configuration options moved into separate file.
</release>
<release version="2.0.0" date="2018-02-09">
Initial release
- the drivers were previously included in pack: Keil::MDK-Middleware.
</release>
</releases>
<requirements>
<packages>
<package vendor="ARM" name="CMSIS" version="5.6.0-0"/>
</packages>
</requirements>
<conditions>
<condition id="Cortex-M Device">
<description>Cortex-M processor based device: Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M3, Cortex-M4, Cortex-M7, Cortex-M23, Cortex-M33, SC000 or SC3000</description>
<accept Dcore="Cortex-M0"/>
<accept Dcore="Cortex-M0+"/>
<accept Dcore="Cortex-M1"/>
<accept Dcore="Cortex-M3"/>
<accept Dcore="Cortex-M4"/>
<accept Dcore="Cortex-M7"/>
<accept Dcore="Cortex-M23"/>
<accept Dcore="Cortex-M33"/>
<accept Dcore="ARMV8MBL"/>
<accept Dcore="ARMV8MML"/>
<accept Dcore="SC000"/>
<accept Dcore="SC300"/>
</condition>
<condition id="CMSIS RTOS">
<description>CMSIS RTOS (API1 or API2)</description>
<accept Cclass="CMSIS" Cgroup="RTOS"/>
<accept Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
<condition id="CMSIS RTOS2">
<description>CMSIS RTOS (API2 only)</description>
<require Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
<condition id="CMSIS Core">
<description>CMSIS Core for Cortex-M</description>
<require condition="Cortex-M Device"/>
<require Cclass="CMSIS" Cgroup="CORE"/>
</condition>
<condition id="CMSIS Core and SPI Driver">
<description>CMSIS Core for Cortex-M and SPI Driver</description>
<require condition="CMSIS Core"/>
<require Cclass="CMSIS Driver" Cgroup="SPI"/>
</condition>
<condition id="CMSIS Core with RTOS and SPI Driver">
<description>CMSIS Core with RTOS for Cortex-M and SPI Driver</description>
<require condition="CMSIS Core"/>
<require condition="CMSIS RTOS"/>
<require Cclass="CMSIS Driver" Cgroup="SPI"/>
</condition>
<condition id="CMSIS Core with RTOS2 and SPI Driver">
<description>CMSIS Core with RTOS2 for Cortex-M and SPI Driver</description>
<require condition="CMSIS Core"/>
<require condition="CMSIS RTOS2"/>
<require Cclass="CMSIS Driver" Cgroup="SPI"/>
</condition>
<condition id="CMSIS Core with RTOS2 and I2C Driver">
<description>CMSIS Core with RTOS2 for Cortex-M and I2C Driver</description>
<require condition="CMSIS Core"/>
<require condition="CMSIS RTOS2"/>
<require Cclass="CMSIS Driver" Cgroup="I2C"/>
</condition>
</conditions>
<components>
<!-- CMSIS-Driver Ethernet -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet" Csub="KSZ8851SNL" Capiversion="2.1.0" Cversion="6.6.0" condition="CMSIS Core with RTOS and SPI Driver">
<description>Ethernet MAC + PHY KSZ8851SNL/SNLI Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_ETH_KSZ8851SNL /* Driver ETH KSZ8851SNL */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/KSZ8851"/>
<file category="source" name="ETH/ETH_KSZ8851SNL.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet" Csub="LAN9220" Capiversion="2.1.0" Cversion="1.0.0" condition="CMSIS Core">
<description>Ethernet MAC + PHY LAN9220 Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_ETH_LAN9220 /* Driver ETH LAN9220 */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/LAN9220"/>
<file category="source" name="ETH/ETH_LAN9220.c"/>
</files>
</component>
<!-- CMSIS-Driver Ethernet PHY -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="DP83848C" Capiversion="2.0.0" Cversion="6.2.0" condition="CMSIS Core">
<description>Ethernet PHY DP83848C Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_DP83848C /* Driver PHY DP83848C */
</RTE_Components_h>
<files>
<file category="doc" name="http://www.ti.com/product/DP83848C"/>
<file category="source" name="ETH/PHY_DP83848C.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="KSZ8061RNB" Capiversion="2.0.0" Cversion="1.3.0" condition="CMSIS Core">
<description>Ethernet PHY KSZ8061RNB Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_KSZ8061RNB /* Driver PHY KSZ8061RNB */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/KSZ8061"/>
<file category="source" name="ETH/PHY_KSZ8061RNB.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="KSZ8081RNA" Capiversion="2.0.0" Cversion="6.3.0" condition="CMSIS Core">
<description>Ethernet PHY KSZ8081RNA Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_KSZ8081RNA /* Driver PHY KSZ8081RNA/RND */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/KSZ8081"/>
<file category="source" name="ETH/PHY_KSZ8081RNA.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="LAN8710A" Capiversion="2.0.0" Cversion="1.0.0" condition="CMSIS Core">
<description>Ethernet PHY LAN8710A Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_LAN8710A /* Driver PHY LAN8710A */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/LAN8710A"/>
<file category="source" name="ETH/PHY_LAN8710A.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="LAN8720" Capiversion="2.0.0" Cversion="6.2.0" condition="CMSIS Core">
<description>Ethernet PHY LAN8720 Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_LAN8720 /* Driver PHY LAN8720 */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/LAN8720A"/>
<file category="source" name="ETH/PHY_LAN8720.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="LAN8742A" Capiversion="2.0.0" Cversion="1.3.0" condition="CMSIS Core">
<description>Ethernet PHY LAN8742A Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_LAN8742A /* Driver PHY LAN8742A */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/LAN8742A"/>
<file category="source" name="ETH/PHY_LAN8742A.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="ST802RT1" Capiversion="2.0.0" Cversion="6.2.0" condition="CMSIS Core">
<description>Ethernet PHY ST802RT1 Driver</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_PHY_ST802RT1 /* Driver PHY ST802RT1 */
</RTE_Components_h>
<files>
<file category="doc" name="http://www.st.com/content/ccc/resource/technical/document/data_brief/37/8e/14/c7/84/39/4d/61/CD00263138.pdf/files/CD00263138.pdf/jcr:content/translations/en.CD00263138.pdf"/>
<file category="source" name="ETH/PHY_ST802RT1.c"/>
</files>
</component>
<!-- CMSIS-Driver Flash -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="AM29x800BB" Capiversion="2.0.0" Cversion="1.4.0" condition="CMSIS Core">
<description>AM29x800BB Flash (16-bit Bus)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Driver_Flash_AM29x800BB /* Driver Flash AM29x800BB */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.microchip.com/KSZ8061"/>
<file category="source" name="Flash/AM29x800BB/AM29x800BB.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="AT45DB641E" Capiversion="2.0.0" Cversion="1.3.0" condition="CMSIS Core and SPI Driver">
<description>AT45DB641E Flash (SPI)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_Flash_AT45DB641E /* Driver Flash AT45DB641E */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.adestotech.com/products/data-flash/"/>
<file category="source" name="Flash/AT45DB641E/AT45DB641E.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="AT45DB642D" Capiversion="2.0.0" Cversion="1.3.0" condition="CMSIS Core and SPI Driver">
<description>AT45DB642D Flash (SPI)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_Flash_AT45DB642D /* Driver Flash AT45DB642D */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.adestotech.com/legacy-product-datasheets/"/>
<file category="source" name="Flash/AT45DB642D/AT45DB642D.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="M29EW28F128" Capiversion="2.0.0" Cversion="1.4.0" condition="CMSIS Core">
<description>M29EW 128Mb Flash (16-bit Bus): JS28F128M29EW, PC28F128M29EW, RC28F128M29EW</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_Flash_M29EW28F128 /* Driver Flash M29EW28F128 */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.micron.com/parts/nor-flash/parallel-nor-flash/pc28f128m29ewhf"/>
<file category="source" name="Flash/M29EW28F128/M29EW28F128.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="M29W640FB" Capiversion="2.0.0" Cversion="1.4.0" condition="CMSIS Core">
<description>M29W640FB Flash (16-bit Bus)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_Flash_M29W640FB /* Driver Flash M29W640FB */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.micron.com/parts/nor-flash/parallel-nor-flash/m29w640fb70n6e"/>
<file category="source" name="Flash/M29W640FB/M29W640FB.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="N25Q032A" Capiversion="2.0.0" Cversion="1.1.0" condition="CMSIS Core and SPI Driver">
<description>N25Q032A Flash (SPI)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_Flash_N25Q032A /* Driver Flash N25Q032A */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.micron.com/parts/nor-flash/serial-nor-flash/n25q032a11ef440e"/>
<file category="source" name="Flash/N25Q032A/N25Q032A.c"/>
</files>
</component>
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Flash" Csub="S29GL064Nx2" Capiversion="2.0.0" Cversion="1.4.0" condition="CMSIS Core">
<description>S29GL064N Dual Flash (32-bit Bus)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_Flash_S29GL064Nx2 /* Driver Flash S29GL064Nx2 */
</RTE_Components_h>
<files>
<file category="doc" name="http://www.cypress.com/documentation/datasheets/s29gl064n-s29gl032n-64-mbit-32-mbit-3-v-page-mode-mirrorbit-flash"/>
<file category="source" name="Flash/S29GL064Nx2/S29GL064Nx2.c"/>
</files>
</component>
<!-- CMSIS-Driver NAND -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="NAND" Csub="Memory Bus" Capiversion="2.1.0" Cversion="1.1.0" condition="CMSIS Core">
<description>NAND Flash connected to Memory Bus</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Driver_NAND_MemoryBus /* Driver NAND Flash on Memory Bus */
</RTE_Components_h>
<files>
<file category="header" name="Config/NAND_MemBus_Config.h" attr="config" version="1.0.0"/>
<file category="source" name="NAND/NAND_MemBus.c"/>
</files>
</component>
<!-- CMSIS-Driver I2C -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="I2C" Csub="Multi-Slave" Capiversion="2.3.0" Cversion="1.0.1" condition="CMSIS Core with RTOS2 and I2C Driver">
<description>I2C Master to Multi-Slave Driver Wrapper</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_I2C_MultiSlave /* Driver I2C Multi-Slave */
</RTE_Components_h>
<files>
<file category="doc" name="Documentation/General/html/driver_I2C.html"/>
<file category="header" name="Config/I2C_MultiSlave_Config.h" attr="config" version="1.0.0"/>
<file category="source" name="I2C/I2C_MultiSlave.c"/>
</files>
</component>
<!-- CMSIS-Driver SPI -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="SPI" Csub="Multi-Slave" Capiversion="2.2.0" Cversion="1.0.1" condition="CMSIS Core with RTOS2 and SPI Driver">
<description>SPI Master to Multi-Slave Driver Wrapper</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_SPI_MultiSlave /* Driver SPI Multi-Slave */
</RTE_Components_h>
<files>
<file category="doc" name="Documentation/General/html/driver_SPI.html"/>
<file category="header" name="Config/SPI_MultiSlave_Config.h" attr="config" version="1.0.0"/>
<file category="header" name="SPI/SPI_MultiSlave.h"/>
<file category="source" name="SPI/SPI_MultiSlave.c"/>
</files>
</component>
<!-- CMSIS-Driver WiFi -->
<!-- Inventek ISM43362 -->
<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="WiFi" Csub="ISM43362" Capiversion="1.0.0" Cvariant="SPI" Cversion="1.0.0" condition="CMSIS Core with RTOS2 and SPI Driver">
<description>WiFi Inventek ISM43362 Driver (SPI)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_WiFi_ISM43362_SPI /* Driver WiFi ISM43362 (SPI) */
</RTE_Components_h>
<files>
<file category="header" name="WiFi/ISM43362/Config/WiFi_ISM43362_Config.h" attr="config" version="1.0.0"/>
<file category="source" name="WiFi/ISM43362/Config/WiFi_ISM43362_HW.c" attr="config" version="1.0.0"/>
<file category="source" name="WiFi/ISM43362/WiFi_ISM43362.c"/>
</files>
</component>
</components>
</package>