Skip to content

Commit 17e7a88

Browse files
Minor documentation update (#9)
1 parent aeb5018 commit 17e7a88

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

DoxyGen/src/DriverValidation.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
\mainpage Overview
44

5-
This manual explains the scope and the usage of the <b>CMSIS-Driver Validation</b> framework. This is a test suite that helps developers to verify that an implementation of a peripheral driver is compliant with the correposponding **[CMSIS-Driver Specification](https://arm-software.github.io/CMSIS_5/Driver/html/index.html)**. Verified drivers can then be reliably used with middleware components and user applications that rely on CMSIS-Driver APIs.
5+
This manual explains the scope and the usage of the <b>CMSIS-Driver Validation</b> framework. This is a test suite that helps developers to verify that an implementation of a peripheral driver is compliant with the corresponding **[CMSIS-Driver Specification](https://arm-software.github.io/CMSIS_5/Driver/html/index.html)**. Verified drivers can then be reliably used with middleware components and user applications that rely on CMSIS-Driver APIs.
66

77
The CMSIS-Driver Validation is maintained in a public **[GitHub repository](https://github.com/ARM-software/CMSIS-Driver_Validation)**. Its releases in **[CMSIS Pack format](https://www.open-cmsis-pack.org/)** are also available on **[CMSIS Packs page](https://developer.arm.com/tools-and-software/embedded/cmsis/cmsis-packs)** under *Arm* - *CMSIS Driver Validation* category and can be used in environments supporting the CMSIS-Pack concept.
88

@@ -590,7 +590,7 @@ Hardware Setup
590590
This example uses the ISMART module with SPI communication.<br>
591591
By default, the shield is loaded with a UART firmware.<br>
592592
Instructions on how to flash the SPI firmware can be found in the
593-
[CMSIS-Driver documentation](https://arm-software.github.io/CMSIS-Driver/General/html/driver_WiFi.html#driver_ISM43362).
593+
[CMSIS-Driver documentation](https://arm-software.github.io/CMSIS-Driver/latest/driver_WiFi.html#driver_ISM43362).
594594

595595
For proper operation of the Inventek ISMART43362-E WiFi Shield please connect the jumper between 5V_BOARD and 5V_MOD pins
596596
on the WiFi Shield.
@@ -615,7 +615,7 @@ Using the <a href="http://www2.keil.com/mdk5/packinstaller" target="_blank">Pack
615615
-# Choose one of the available \ref example_targets "Project Targets" and build the project.
616616
-# Run the validation on the target hardware using the on-board CMSIS-DAP Debugger.
617617

618-
This example is prepared for verification of the WiFi driver and it requires \ref wifi_requirements "WiFi equirements",
618+
This example is prepared for verification of the WiFi driver and it requires \ref wifi_requirements "WiFi requirements",
619619
as well as, proper configuration described in \ref wifi_config "WiFi Configuration".
620620

621621
For details on WiFi driver tests please refer to \ref dv_wifi.
@@ -638,7 +638,7 @@ Using the <a href="http://www2.keil.com/mdk5/packinstaller" target="_blank">Pack
638638
-# Choose one of the available \ref example_targets "Project Targets" and build the project.
639639
-# Run the validation on the target hardware using the on-board CMSIS-DAP Debugger.
640640

641-
This example is prepared for verification of the WiFi driver and it requires \ref wifi_requirements "WiFi equirements",
641+
This example is prepared for verification of the WiFi driver and it requires \ref wifi_requirements "WiFi requirements",
642642
as well as, proper configuration described in \ref wifi_config "WiFi Configuration".
643643

644644
For details on WiFi driver tests please refer to \ref dv_wifi.
@@ -661,7 +661,7 @@ Using the <a href="http://www2.keil.com/mdk5/packinstaller" target="_blank">Pack
661661
-# Choose one of the available \ref example_targets "Project Targets" and build the project.
662662
-# Run the validation on the target hardware using the on-board CMSIS-DAP Debugger.
663663

664-
This example is prepared for verification of the WiFi driver and it requires \ref wifi_requirements "WiFi equirements",
664+
This example is prepared for verification of the WiFi driver and it requires \ref wifi_requirements "WiFi requirements",
665665
as well as, proper configuration described in \ref wifi_config "WiFi Configuration".
666666

667667
For details on WiFi driver tests please refer to \ref dv_wifi.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CMSIS-Driver Validation
22

3-
Test suite for verifying that a peripheral driver implementation is compliant with the correposponding [CMSIS-Driver Specification](https://arm-software.github.io/CMSIS_5/Driver/html/index.html).
3+
Test suite for verifying that a peripheral driver implementation is compliant with the corresponding [CMSIS-Driver Specification](https://arm-software.github.io/CMSIS_5/Driver/html/index.html).
44

55
## Overview
66
The branch **main** of this repository contains the code of CMSIS-Driver Validation Suite. [User documentation](http://arm-software.github.io/CMSIS-Driver_Validation/main/index.html) explains the scope and the usage of the framework.

0 commit comments

Comments
 (0)