-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathARM.CMSIS-RTOS2_Validation.pdsc
163 lines (143 loc) · 6.83 KB
/
ARM.CMSIS-RTOS2_Validation.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
<?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">
<vendor>ARM</vendor>
<name>CMSIS-RTOS2_Validation</name>
<description>CMSIS-RTOS2 Validation Test Suite</description>
<url>http://www.keil.com/pack/</url>
<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>
<releases>
<release version="0.0.0">
Active development ...
</release>
</releases>
<keywords>
<keyword>ARM</keyword>
<keyword>CMSIS-RTOS2</keyword>
<keyword>RTOS2 Validation</keyword>
</keywords>
<taxonomy>
<description Cclass="CMSIS RTOS2 Validation" doc="Documentation/index.html">CMSIS-RTOS2 Validation Suite</description>
</taxonomy>
<conditions>
<condition id="CMSIS Core with RTOS2">
<description>CMSIS Core with RTOS2</description>
<require Cclass="CMSIS" Cgroup="CORE"/>
<require Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
<condition id="CMSIS RTOS2 Validation Framework">
<description>CMSIS RTOS2 Validation Framework</description>
<require condition="CMSIS Core with RTOS2"/>
<require Cclass="CMSIS RTOS2 Validation" Cgroup="Validation Framework"/>
</condition>
</conditions>
<components>
<component Cgroup="Kernel" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Kernel Information and Control group tests</description>
<RTE_Components_h>
#define RTE_RV2_KERNEL /* RTOS2 Validation - osKernel tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_Kernel.c"/>
</files>
</component>
<component Cgroup="Thread" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Thread Management group tests</description>
<RTE_Components_h>
#define RTE_RV2_THREAD /* RTOS2 Validation - osThread tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_Thread.c"/>
</files>
</component>
<component Cgroup="Thread Flags" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Thread Flags group tests</description>
<RTE_Components_h>
#define RTE_RV2_THREADFLAGS /* RTOS2 Validation - osThreadFlags tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_ThreadFlags.c"/>
</files>
</component>
<component Cgroup="Generic Wait" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Generic Wait Functions group tests</description>
<RTE_Components_h>
#define RTE_RV2_GENWAIT /* RTOS2 Validation - osDelay tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_GenWait.c"/>
</files>
</component>
<component Cgroup="Timer" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Timer Management group tests</description>
<RTE_Components_h>
#define RTE_RV2_TIMER /* RTOS2 Validation - osTimer tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_Timer.c"/>
</files>
</component>
<component Cgroup="Event Flags" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Event Flags group tests</description>
<RTE_Components_h>
#define RTE_RV2_EVENTFLAGS /* RTOS2 Validation - osEventFlags tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_EventFlags.c"/>
</files>
</component>
<component Cgroup="Mutex" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Mutex Management group tests</description>
<RTE_Components_h>
#define RTE_RV2_MUTEX /* RTOS2 Validation - osMutex tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_Mutex.c"/>
</files>
</component>
<component Cgroup="Semaphore" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Semaphores group tests</description>
<RTE_Components_h>
#define RTE_RV2_SEMAPHORE /* RTOS2 Validation - osSemaphore tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_Semaphore.c"/>
</files>
</component>
<component Cgroup="Memory Pool" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Memory Pool group tests</description>
<RTE_Components_h>
#define RTE_RV2_MEMORYPOOL /* RTOS2 Validation - osMemoryPool tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_MemoryPool.c"/>
</files>
</component>
<component Cgroup="Message Queue" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS RTOS2 Validation Framework">
<description>Message Queue group tests</description>
<RTE_Components_h>
#define RTE_RV2_MESSAGEQUEUE /* RTOS2 Validation - osMessageQueue tests enabled */
</RTE_Components_h>
<files>
<file category="source" name="Source/RV2_MessageQueue.c"/>
</files>
</component>
<component Cgroup="Validation Framework" Cclass="CMSIS RTOS2 Validation" Cversion="1.0.0" condition="CMSIS Core with RTOS2">
<description>Test suite with execution framework and configuration</description>
<files>
<file category="include" name="Include/"/>
<file category="sourceC" name="Source/tf_main.c"/>
<file category="sourceC" name="Source/tf_report.c"/>
<file category="sourceC" name="Source/cmsis_rv2.c"/>
<file category="sourceC" name="Source/RV2_Common.c"/>
<file category="sourceC" name="Source/Config/RV2_Config.c" attr="config" version = "1.0.0"/>
<file category="header" name="Source/Config/RV2_Config.h" attr="config" version = "1.0.0"/>
<file category="header" name="Source/Config/RV2_Config_Device.h" attr="config" version = "1.0.0"/>
</files>
</component>
</components>
</package>