Skip to content

Commit 71d30c1

Browse files
Update SPI Server (#33)
- add SPI Server application template - update SPI Server application to CMSIS solution format - remove old SPI Server files
1 parent 8f32edc commit 71d30c1

67 files changed

Lines changed: 10252 additions & 17452 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ARM.CMSIS-Driver_Validation.pdsc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<releases>
1111
<release version="3.1.0-dev">
1212
Active Development ...
13+
- Add SPI Server application template
14+
- Update SPI Server application to CMSIS solution format
15+
- Remove old SPI Server files
1316
- Add GPIO Driver validation
1417
- Remove XML report format
1518
- Improve Ethernet driver validation
@@ -272,6 +275,21 @@
272275
</components> <!-- end of components sections -->
273276

274277
<examples>
278+
<example name="SPI Server" doc="README.md" folder="Tools/SPI_Server/STM32F429I-DISC1">
279+
<description>CMSIS-Driver Validation SPI Server application for STM32F429I-DISC1 board</description>
280+
<board name="STM32F429I-DISC1" vendor="STMicroelectronics"/>
281+
<project>
282+
<environment name="csolution" load="SPI_Server.csolution.yml"/>
283+
</project>
284+
</example>
285+
286+
<example name="SPI Server" doc="README.md" folder="Tools/SPI_Server/Template">
287+
<description>CMSIS-Driver Validation SPI Server application</description>
288+
<project>
289+
<environment name="csolution" load="SPI_Server.csolution.yml"/>
290+
</project>
291+
</example>
292+
275293
<example name="CMSIS-Driver Validation" doc="Abstract.txt" folder="Boards/Keil/MCBSTM32F400">
276294
<description>CMSIS-Driver Validation Example</description>
277295
<board name="MCBSTM32F400" vendor="Keil"/>

Documentation/Doxygen/src/DV_SPI.txt

Lines changed: 138 additions & 191 deletions
Large diffs are not rendered by default.
17.9 KB
Loading
37.9 KB
Loading
34.5 KB
Loading
30.5 KB
Loading
30.8 KB
Loading
42.2 KB
Loading
52.4 KB
Loading

Tools/SPI_Server/Board/MCBSTM32F400/Abstract.txt

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)