You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Doxygen/src/DriverValidation.txt
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -73,24 +73,24 @@ The table below provides information about the changes delivered with specific v
73
73
Using the [Arm CMSIS Solution](https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution) VS Code extension,
74
74
create a new solution from **template**:
75
75
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**.
77
77
\image html server_new_sol_create.png
78
78
79
-
\subsection step2 Step 2: Select the **Target Board**.
79
+
## Step 2: Select the **Target Board**.
80
80
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)**.
82
82
\image html driver_validation_new_sol_template.png
83
83
84
-
\subsection step4 Step 4: Choose **Solution Base Folder**, click **Create**.
84
+
## Step 4: Choose **Solution Base Folder**, click **Create**.
85
85
\image html driver_validation_new_sol_create.png
86
86
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**.
88
88
\image html driver_validation_new_sol_layer.png
89
89
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**.
91
91
\image html driver_validation_build_type.png
92
92
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.
94
94
95
95
> **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.
96
96
@@ -106,7 +106,7 @@ For validation configuration of specific driver check respective driver document
0 commit comments