Skip to content

Commit d854c95

Browse files
CMSIS-Driver: Added vStream Driver API 1.0.0 (#226)
1 parent eb5eeaa commit d854c95

10 files changed

Lines changed: 1072 additions & 1 deletion

File tree

ARM.CMSIS.pdsc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<releases>
1616
<release version="6.2.0-dev">
1717
Active development ...
18+
CMSIS-Driver: 2.11.0
19+
- Added vStream Driver API 1.0.0
1820
</release>
1921
<release version="5.9.0" date="2022-05-02">
2022
CMSIS-Core(M): 5.6.0
@@ -550,6 +552,13 @@
550552
<file category="other" name="CMSIS/Driver/VIO/cmsis_vio.scvd" />
551553
</files>
552554
</api>
555+
<api Cclass="CMSIS Driver" Cgroup="vStream" Capiversion="1.0.0" exclusive="1">
556+
<description>Virtual Streaming interface Driver API</description>
557+
<files>
558+
<file category="doc" name="CMSIS/Documentation/html/Driver/group__vstream__interface__gr.html" />
559+
<file category="header" name="CMSIS/Driver/vStream/Include/cmsis_vstream.h" />
560+
</files>
561+
</api>
553562
</apis>
554563

555564
<!-- conditions are dependency rules that can apply to a component or an individual file -->
@@ -801,6 +810,14 @@
801810
</files>
802811
</component>
803812

813+
<!-- Virtual Streaming custom component -->
814+
<component Cclass="CMSIS Driver" Cgroup="vStream" Csub="Custom" Cversion="1.0.0" Capiversion="1.0.0" custom="1">
815+
<description>Virtual Streaming interface Driver custom implementation template</description>
816+
<files>
817+
<file category="sourceC" name="CMSIS/Driver/vStream/Template/vstream.c" attr="template" select="vStream Driver"/>
818+
</files>
819+
</component>
820+
804821
</components>
805822

806823
</package>

CMSIS/Documentation/Doxygen/Driver/Driver.dxy.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NAME = "CMSIS-Driver"
4747
# could be handy for archiving the generated documentation or if some version
4848
# control system is used.
4949

50-
PROJECT_NUMBER = "Version 2.10.0"
50+
PROJECT_NUMBER = "Version 2.11.0"
5151

5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a
@@ -959,6 +959,8 @@ INPUT = ./src/mainpage.md \
959959
src/Driver_GPIO.c \
960960
../../../Driver/VIO/Include/cmsis_vio.h \
961961
src/VIO.txt \
962+
../../../Driver/vStream/Include/cmsis_vstream.h \
963+
src/vStream.txt \
962964
../../../Driver/Include/Driver_WiFi.h \
963965
src/Driver_WiFi.c
964966

CMSIS/Documentation/Doxygen/Driver/src/history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The table below provides information about the changes delivered with specific v
99
<th>Version</th>
1010
<th>Description</th>
1111
</tr>
12+
<tr>
13+
<td>2.11.0</td>
14+
<td>
15+
- Added vStream Driver API 1.0.0
16+
</td>
17+
</tr>
1218
<tr>
1319
<td>2.10.0</td>
1420
<td>

0 commit comments

Comments
 (0)