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
2 changes: 1 addition & 1 deletion Documentation/Doxygen/src/DV_USBD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USB drivers need to be tested against the requirements of the USB standard. The
Before using the command verifier tools, make sure that you have an application running with the USB device class that you
are going to test. For example, if you want to test the behavior of the USB MSC device class, create a µVision project
containing this class. For more information, refer to the
<a href="http://www.keil.com/pack/doc/mw/USB/html/_u_s_b__device.html#Creation_Steps" target="_blank">MDK Middleware</a>
<a href="https://arm-software.github.io/MDK-Middleware/latest/USB/usbd_create_app.html" target="_blank">MDK Middleware</a>
documentation.

Then, follow these steps to run the verification tools on a Windows PC:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Basic tests:

| Directory/File | Content |
| --------------------- | --------------------------------------------------------- |
| [`Boards`](./Boards/) | Driver Validation examples for various boards |
| [`Config`](./Config/) | Configuration files for the Driver Validation framework |
| [`Documentation`](./Documentation) | Placeholder and source for the offline documentation in the pack |
| [`Examples`](./Examples/) | Driver Validation examples for various drivers |
| [`Include`](./Include) | Header files for Driver Validation components |
| [`Source`](./Source) | Source files for Driver Validation components |
| [`Template`](./Template) | Driver Validation application template |
Expand All @@ -46,7 +46,7 @@ Basic tests:

## Examples

Folder [`Boards`](./Boards/) contains example projects that show how to use the CMSIS-Driver Validation on a real hardware with available CMSIS-Driver implementations.The examples are also included in CMSIS-Driver Validation Software Pack. Details are explained in [Examples documentation](https://arm-software.github.io/CMSIS-Driver_Validation/main/examples.html).
Folder [`Examples`](./Examples/) contains example projects that show how to use the CMSIS-Driver Validation on a real hardware with available CMSIS-Driver implementations. The examples are also included in CMSIS-Driver Validation Software Pack. Details are explained in [Examples documentation](https://arm-software.github.io/CMSIS-Driver_Validation/main/examples.html).

## Build CMSIS-Driver Validation as Open-CMSIS-Pack

Expand Down
6 changes: 3 additions & 3 deletions Source/DV_SPI.c
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ Required pin connections for the <b>SPI Server</b> test mode:
These tests verify API and operation of the SPI driver management functions.

The driver management tests verify the following driver functions
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__spi__interface__gr.html" target="_blank">SPI Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__spi__interface__gr.html" target="_blank">SPI Driver function documentation</a>):
- \b GetVersion
\code
ARM_DRIVER_VERSION GetVersion (void);
Expand Down Expand Up @@ -1691,7 +1691,7 @@ void SPI_PowerControl (void) {
These tests verify API and operation of the SPI data exchange functions.

The data exchange tests verify the following driver functions
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__spi__interface__gr.html" target="_blank">SPI Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__spi__interface__gr.html" target="_blank">SPI Driver function documentation</a>):
- \b Send
\code
int32_t Send (const void *data, uint32_t num);
Expand Down Expand Up @@ -3872,7 +3872,7 @@ These tests verify API and operation of the SPI event signaling, except ARM_SPI_
signal which is tested in the Data Exchange tests.

The event tests verify the following driver function
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__spi__interface__gr.html" target="_blank">SPI Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__spi__interface__gr.html" target="_blank">SPI Driver function documentation</a>):
- \b SignalEvent
\code
void (*ARM_SPI_SignalEvent_t) (uint32_t event);
Expand Down
8 changes: 4 additions & 4 deletions Source/DV_USART.c
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ Required pin connections for the <b>USART Server</b> test mode with <b>USART Ser
These tests verify API and operation of the USART driver management functions.

The driver management tests verify the following driver functions
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
- \b GetVersion
\code
ARM_DRIVER_VERSION GetVersion (void);
Expand Down Expand Up @@ -2277,7 +2277,7 @@ void USART_PowerControl (void) {
These tests verify API and operation of the USART data exchange functions.

The data exchange tests verify the following driver functions
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
- \b Send
\code
int32_t Send (const void *data, uint32_t num);
Expand Down Expand Up @@ -4499,7 +4499,7 @@ void USART_TxBreak (void) {
These tests verify API and operation of the USART modem lines handling functions.

The data exchange tests verify the following driver functions
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
- \b SetModemControl
\code
int32_t SetModemControl (ARM_USART_MODEM_CONTROL control);
Expand Down Expand Up @@ -4828,7 +4828,7 @@ ARM_USART_EVENT_RECEIVE_COMPLETE, ARM_USART_EVENT_TRANSFER_COMPLETE and ARM_USAR
which is tested in the Data Exchange tests.

The event tests verify the following driver function
(<a href="http://www.keil.com/pack/doc/CMSIS/Driver/html/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
(<a href="https://arm-software.github.io/CMSIS_6/latest/Driver/group__usart__interface__gr.html" target="_blank">USART Driver function documentation</a>):
- \b SignalEvent
\code
void (*ARM_USART_SignalEvent_t) (uint32_t event);
Expand Down