We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd66a47 commit 58a90a4Copy full SHA for 58a90a4
cmake/README.md
@@ -33,6 +33,6 @@ Prerequisities:
33
- mbed-tools >3.2.0
34
35
From the application root run the following:
36
-1. `mbedtools configure -m target_name -t toolchain name` - this creates Mbed OS configuration
37
-2. `mkdir build && cd build && cmake .. -GNinja && cmake --build .`
+1. To create Mbed OS configuration: `mbedtools configure -m target_name -t toolchain name`
+2. Run CMake to create the project files and build the project: `mkdir build && cd build && cmake .. -GNinja && cmake --build .`
38
0 commit comments