|
25 | 25 | SDSIO:
|
26 | 26 | - Gathered common SDSIO client code into sdsio_client.c/.h; low-level I/O dependant code remain in individual drivers
|
27 | 27 | - Added SDS:IO:Custom component and driver
|
| 28 | + SDS Recorder and Player: |
| 29 | + - Replaced legacy SDS:Recorder and SDS:Player components and drivers with combined SDS:RecPlay component and driver. |
28 | 30 | </release>
|
29 | 31 | </releases>
|
30 | 32 |
|
|
52 | 54 | <description>SDS IO via File System (Semihosting)</description>
|
53 | 55 | <require Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting"/>
|
54 | 56 | </condition>
|
55 |
| - <condition id="SDS Recorder with CMSIS-RTOS2"> |
56 |
| - <description>SDS Recorder with CMSIS-RTOS2</description> |
57 |
| - <require Cclass="CMSIS" Cgroup="RTOS2"/> |
58 |
| - <require Cclass="SDS" Cgroup="Buffer"/> |
59 |
| - <require Cclass="SDS" Cgroup="IO"/> |
60 |
| - </condition> |
61 |
| - <condition id="SDS Player with CMSIS-RTOS2"> |
62 |
| - <description>SDS Player with CMSIS-RTOS2</description> |
| 57 | + <condition id="SDS Recorder and Player with CMSIS-RTOS2"> |
| 58 | + <description>SDS Recorder and Player with CMSIS-RTOS2</description> |
63 | 59 | <require Cclass="CMSIS" Cgroup="RTOS2"/>
|
64 | 60 | <require Cclass="SDS" Cgroup="Buffer"/>
|
65 | 61 | <require Cclass="SDS" Cgroup="IO"/>
|
|
177 | 173 | </files>
|
178 | 174 | </component>
|
179 | 175 |
|
180 |
| - <!-- SDS Recorder --> |
181 |
| - <component Cclass="SDS" Cgroup="Recorder" Cvariant="CMSIS-RTOS2" Cversion="2.0.0" condition="SDS Recorder with CMSIS-RTOS2"> |
182 |
| - <description>Record to Output device</description> |
183 |
| - <RTE_Components_h> |
184 |
| - #define RTE_SDS_RECORDER /* Synchronous Data Stream Recorder */ |
185 |
| - </RTE_Components_h> |
186 |
| - <files> |
187 |
| - <file category="header" name="sds/include/sds_rec.h"/> |
188 |
| - <file category="source" name="sds/source/sds_rec.c"/> |
189 |
| - <file category="header" name="sds/config/sds_rec_config.h" attr="config" version="2.0.0"/> |
190 |
| - </files> |
191 |
| - </component> |
192 |
| - |
193 |
| - <!-- SDS Player --> |
194 |
| - <component Cclass="SDS" Cgroup="Player" Cvariant="CMSIS-RTOS2" Cversion="2.0.0" condition="SDS Player with CMSIS-RTOS2"> |
195 |
| - <description>Play from Input device</description> |
| 176 | + <!-- SDS Recorder and Player --> |
| 177 | + <component Cclass="SDS" Cgroup="RecPlay" Cvariant="CMSIS-RTOS2" Cversion="1.0.0" condition="SDS Recorder and Player with CMSIS-RTOS2"> |
| 178 | + <description>Recorder/Player interface for data stream</description> |
196 | 179 | <RTE_Components_h>
|
197 |
| - #define RTE_SDS_PLAYER /* Synchronous Data Stream Player */ |
| 180 | + #define RTE_SDS_REC_PLAY /* Synchronous Data Stream Recorder and Player */ |
198 | 181 | </RTE_Components_h>
|
199 | 182 | <files>
|
200 |
| - <file category="header" name="sds/include/sds_play.h"/> |
201 |
| - <file category="source" name="sds/source/sds_play.c"/> |
202 |
| - <file category="header" name="sds/config/sds_play_config.h" attr="config" version="2.0.0"/> |
| 183 | + <file category="header" name="sds/include/sds_rec_play.h"/> |
| 184 | + <file category="source" name="sds/source/sds_rec_play.c"/> |
| 185 | + <file category="header" name="sds/config/sds_rec_play_config.h" attr="config" version="1.0.0"/> |
203 | 186 | </files>
|
204 | 187 | </component>
|
205 | 188 | </components>
|
|
0 commit comments