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 f4c3228 commit 38e5db2Copy full SHA for 38e5db2
cmake/README.md
@@ -1,6 +1,6 @@
1
## CMake for Mbed OS
2
3
-Until further notice, CMake for Mbed OS is still in the development.
+Until further notice, CMake for Mbed OS is still in the development.
4
5
### Supported targets
6
@@ -29,8 +29,8 @@ Supported examples can be identified by the presence of a top level `CMakelists.
29
## How to build an application
30
31
Prerequisities:
32
-- CMake >3.18.2
33
-- mbed-tools >3.2.0
+- CMake >=3.18.2
+- mbed-tools >=3.2.0
34
35
From the application root run the following:
36
1. To create Mbed OS configuration: `mbedtools configure -m target_name -t toolchain_name`
0 commit comments