Skip to content

Commit 5461556

Browse files
Minor documentation update (#41)
1 parent 649ae27 commit 5461556

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Documentation/Doxygen/src/DriverValidation.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,24 @@ The table below provides information about the changes delivered with specific v
7373
Using the [Arm CMSIS Solution](https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution) VS Code extension,
7474
create a new solution from **template**:
7575

76-
\subsection step1 Step 1: In the **CMSIS** extension, click **Create a New Solution**.
76+
## Step 1: In the **CMSIS** extension, click **Create a New Solution**.
7777
\image html server_new_sol_create.png
7878

79-
\subsection step2 Step 2: Select the **Target Board**.
79+
## Step 2: Select the **Target Board**.
8080

81-
\subsection step3 Step 3: Under **Templates, Reference Applications, and Examples**, select **Driver Validation (CMSIS-Driver Validation application)**.
81+
## Step 3: Under **Templates, Reference Applications, and Examples**, select **Driver Validation (CMSIS-Driver Validation application)**.
8282
\image html driver_validation_new_sol_template.png
8383

84-
\subsection step4 Step 4: Choose **Solution Base Folder**, click **Create**.
84+
## Step 4: Choose **Solution Base Folder**, click **Create**.
8585
\image html driver_validation_new_sol_create.png
8686

87-
\subsection step5 Step 5: Select the **Board Layer** that provides **required CMSIS Driver**, click **OK**.
87+
## Step 5: Select the **Board Layer** that provides **required CMSIS Driver**, click **OK**.
8888
\image html driver_validation_new_sol_layer.png
8989

90-
\subsection step6 Step 6: In the **Manage Solution**, under **Build Type** select desired Driver for validation, click **Save**.
90+
## Step 6: In the **Manage Solution**, under **Build Type** select desired Driver for validation, click **Save**.
9191
\image html driver_validation_build_type.png
9292

93-
\subsection step7 Step 7: Configure the Driver Tests in appropriate **DV_..._Config.h** file.
93+
## Step 7: Configure the Driver Tests in appropriate **DV_..._Config.h** file.
9494

9595
> **Note:** `...` in **DV_`...`_Config.h** file depends on the driver being validated; for example, for Ethernet, the file would be **DV_ETH_Config.h** file.
9696

@@ -106,7 +106,7 @@ For validation configuration of specific driver check respective driver document
106106
- [USB Host](https://arm-software.github.io/CMSIS-Driver_Validation/latest/group__usbh__config.html)
107107
- [WiFi](https://arm-software.github.io/CMSIS-Driver_Validation/latest/group__wifi__config.html)
108108

109-
\subsection step8 Step 8: Setup the required hardware
109+
## Step 8: Setup the required hardware
110110

111111
For the interfaces that support loopback testing: \ref dv_eth "Ethernet", \ref dv_usart "USART" and \ref dv_spi "SPI",
112112
connect the following pins on your target hardware together (refer to the hardware schematics):
@@ -122,7 +122,7 @@ connect the related hardware as required by the related server:
122122
- SPI: MOSI, MISO, SCLK, SS, GND to the same lines on the \ref spi_server
123123
- USART: Tx, Rx, GND and optionally CLK, CTS, RTS, DCD and RI lines as described in \ref usart_server
124124

125-
\subsection step9 Step 9: Build and Run the application
125+
## Step 9: Build and Run the application
126126

127127
Example below shows output results (in STDOUT channel) of an Ethernet driver testing:
128128
\verbatim

0 commit comments

Comments
 (0)