-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathARM.CMSIS-STREAM.pdsc
More file actions
70 lines (55 loc) · 3.3 KB
/
ARM.CMSIS-STREAM.pdsc
File metadata and controls
70 lines (55 loc) · 3.3 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<package schemaVersion="1.7.40" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd">
<name>CMSIS-STREAM</name>
<description overview="README.md">CMSIS Stream runtime for CMSIS-RTOS API</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-Stream</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="CMSISRTOS">
<description>Components required for CMSIS RTOS</description>
<require Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
</conditions>
<components>
<!-- CMSIS-STREAM Runtime component -->
<component Cclass="CMSIS" Cgroup="STREAM" Cvariant="Source" Cversion="0.0.0" isDefaultVariant="true" condition="CMSISRTOS">
<description>CMSIS Stream runtime for CMSIS-RTOS API</description>
<files>
<file category="header" name="platform/cg_enums.h"/>
<file category="header" name="platform/GenericNodes.hpp"/>
<file category="header" name="platform/cg_pack.hpp"/>
<file category="header" name="platform/EventDisplay.hpp"/>
<file category="header" name="platform/EventQueue.hpp"/>
<file category="header" name="platform/StreamNode.hpp"/>
<file category="header" name="platform/cmsis_rtos_runtime/stream_platform_config.hpp"/>
<file category="header" name="platform/cmsis_rtos_runtime/stream_rtos_events.h"/>
<file category="header" name="platform/cmsis_rtos_runtime/stream_cmsisrtos_allocator.hpp"/>
<file category="header" name="platform/cmsis_rtos_runtime/stream_runtime_init.hpp"/>
<file category="header" name="platform/cmsis_rtos_runtime/stream_event_queue.hpp"/>
<file category="source" name="platform/cmsis_rtos_runtime/stream_runtime_init.cpp"/>
<file category="source" name="platform/cmsis_rtos_runtime/stream_event_queue.cpp"/>
<file category="include" name="platform/"/>
<file category="header" name="platform/cmsis_rtos_runtime/config/app_config.hpp" attr="config" version="1.0.0"/>
<file category="header" name="platform/cmsis_rtos_runtime/config/cstream_node.h" attr="config" version="1.0.0"/>
<file category="header" name="platform/cmsis_rtos_runtime/config/IdentifiedNode.hpp" attr="config" version="1.0.0"/>
<file category="source" name="platform/cmsis_rtos_runtime/config/stream_init.cpp" attr="config" version="1.0.0"/>
<file category="header" name="platform/cmsis_rtos_runtime/config/stream_init.hpp" attr="config" version="1.0.0"/>
<file category="header" name="platform/cmsis_rtos_runtime/config/stream_runtime_config.hpp" attr="config" version="1.0.0"/>
</files>
</component>
</components>
</package>