|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<package schemaVersion="1.7.7" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.7/schema/PACK.xsd"> |
| 2 | + |
| 3 | +<package schemaVersion="1.7.31" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.31/schema/PACK.xsd"> |
3 | 4 | <name>CMSIS-Driver_Validation</name> |
4 | 5 | <description>CMSIS-Driver Validation</description> |
5 | 6 | <vendor>ARM</vendor> |
6 | | - <url>https://www.keil.com/pack/</url> |
7 | 7 | <license>LICENSE.txt</license> |
| 8 | + <url>https://www.keil.com/pack/</url> |
8 | 9 |
|
9 | 10 | <releases> |
10 | | - <release version="0.0.0"> |
| 11 | + <release version="3.1.0-dev"> |
11 | 12 | Active Development ... |
12 | 13 | - Add GPIO Driver validation |
13 | 14 | - Improve Ethernet driver validation |
|
18 | 19 |
|
19 | 20 | <requirements> |
20 | 21 | <packages> |
21 | | - <package vendor="ARM" name="CMSIS" version="6.0.0-0"/> |
22 | | - <package vendor="Keil" name="ARM_Compiler" version="1.6.2-0"/> |
| 22 | + <package vendor="ARM" name="CMSIS" version="6.0.0-0"/> |
| 23 | + <package vendor="ARM" name="CMSIS-Compiler" version="2.0.0-0"/> |
23 | 24 | </packages> |
24 | 25 | </requirements> |
25 | 26 |
|
|
31 | 32 |
|
32 | 33 | <conditions> |
33 | 34 | <condition id="Cortex-M Device"> |
34 | | - <description>Cortex-M processor based device: Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M35P/M55/M85, ARMV8MBL/ML, Star-MC1, SC000/300</description> |
| 35 | + <description>Cortex-M processor based device: Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M35P/M55/M85, ARMV8MBL/ML, ARMV81MML, Star-MC1, SC000/300</description> |
35 | 36 | <accept Dcore="Cortex-M0"/> |
36 | 37 | <accept Dcore="Cortex-M0+"/> |
37 | 38 | <accept Dcore="Cortex-M1"/> |
|
45 | 46 | <accept Dcore="Cortex-M85"/> |
46 | 47 | <accept Dcore="ARMV8MBL"/> |
47 | 48 | <accept Dcore="ARMV8MML"/> |
| 49 | + <accept Dcore="ARMV81MML"/> |
48 | 50 | <accept Dcore="Star-MC1"/> |
49 | 51 | <accept Dcore="SC000"/> |
50 | 52 | <accept Dcore="SC300"/> |
|
55 | 57 | <accept condition="Cortex-M Device"/> |
56 | 58 | <require Cclass="CMSIS" Cgroup="CORE"/> |
57 | 59 | <require Cclass="CMSIS" Cgroup="RTOS2"/> |
58 | | - <require Cclass="Compiler" Cgroup="I/O" Csub="STDOUT"/> |
| 60 | + <require Cclass="CMSIS-Compiler" Cgroup="STDOUT"/> |
59 | 61 | </condition> |
60 | 62 |
|
61 | 63 | <condition id="CMSIS Driver Validation GPIO"> |
|
0 commit comments