Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ARM.CMSIS-Driver_Validation.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<releases>
<release version="3.1.0-dev">
Active Development ...
- Add SPI Server application template
- Update SPI Server application to CMSIS solution format
- Remove old SPI Server files
- Add GPIO Driver validation
- Remove XML report format
- Improve Ethernet driver validation
Expand Down Expand Up @@ -272,6 +275,21 @@
</components> <!-- end of components sections -->

<examples>
<example name="SPI Server" doc="README.md" folder="Tools/SPI_Server/STM32F429I-DISC1">
<description>CMSIS-Driver Validation SPI Server application for STM32F429I-DISC1 board</description>
<board name="STM32F429I-DISC1" vendor="STMicroelectronics"/>
<project>
<environment name="csolution" load="SPI_Server.csolution.yml"/>
</project>
</example>

<example name="SPI Server" doc="README.md" folder="Tools/SPI_Server/Template">
<description>CMSIS-Driver Validation SPI Server application</description>
<project>
<environment name="csolution" load="SPI_Server.csolution.yml"/>
</project>
</example>

<example name="CMSIS-Driver Validation" doc="Abstract.txt" folder="Boards/Keil/MCBSTM32F400">
<description>CMSIS-Driver Validation Example</description>
<board name="MCBSTM32F400" vendor="Keil"/>
Expand Down
329 changes: 138 additions & 191 deletions Documentation/Doxygen/src/DV_SPI.txt

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 0 additions & 115 deletions Tools/SPI_Server/Board/MCBSTM32F400/Abstract.txt

This file was deleted.

47 changes: 0 additions & 47 deletions Tools/SPI_Server/Board/MCBSTM32F400/Config/SPI_Server_Config.h

This file was deleted.

Loading
Loading