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: content/learning-paths/embedded-and-microcontrollers/uvprojx-conversion/how-to-1.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ layout: learningpathall
23
23
24
24

25
25
26
-
1. The vcpkg configuration file is automatically activated. You notice an active "Environment" configuration in the **Status Bar** at the bottom:
26
+
1. The vcpkg configuration file is automatically activated. You notice a couple of "Arm Tools" available in the
27
+
**Status Bar** at the bottom:
27
28
28
29

29
30
30
-
1. Click on the **CMSIS** icon in the **Activity Bar**. The **Primary Side Bar** changes and shows the **CONTEXT**, **SOLUTION**, and **ACTIONS** for the project.
31
-
32
-
1. In the **ACTIONS** section, click on **Build**:
31
+
2. Click on the **CMSIS** icon in the **Activity Bar** to open the **CMSIS View**. At the top, click on the hammer icon to
32
+
build the project:
33
33
34
34

35
35
36
-
1. The `cbuild` task starts. A successful project build will end with:
36
+
3. The `cbuild` task starts. A successful project build will end with:
37
37
38
38
```output
39
39
Program size: Code=... RO-data=... RW-data=... ZI-data=...
Copy file name to clipboardExpand all lines: content/learning-paths/embedded-and-microcontrollers/uvprojx-conversion/how-to-2.md
+5-85Lines changed: 5 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,90 +6,10 @@ weight: 4
6
6
layout: learningpathall
7
7
---
8
8
9
-
## Project conversion on the command line using vcpkg
9
+
## Project conversion on the command line
10
10
11
-
[vcpkg](https://vcpkg.io/en/index.html) is a free C/C++ package manager for acquiring and managing libraries. It runs on all platforms, build systems, and work flows. it is maintained by the Microsoft C++ team and open source contributors.
11
+
Follow the [instructions](https://arm-software.github.io/MDK-Toolbox/01_installation/) to install the `uv2csolution` tool on
12
+
your local machine. The tool is available for all major host operating systems (macOS, LInux, Windows).
12
13
13
-
In your favorite terminal application, change to the directory containing the uvprojx-based project.
14
-
15
-
1. If you have not done it before, install vcpkg (otherwise continue to step 2):
0 commit comments