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.
2 parents d6784c3 + 006eff5 commit 383818cCopy full SHA for 383818c
tools/cmake/README.md
@@ -49,6 +49,7 @@ Supported examples can be identified by the presence of a top level `CMakeLists.
49
Prerequisities:
50
- CMake >=3.19.0
51
- mbed-tools >=4.0.0
52
+- Python modules defined in [`tools/cmake/requirements.txt`](./requirements.txt)
53
54
From the application root or wherever `mbed-os.lib` is found, run the following command to:
55
* create the Mbed OS configuration CMake module
tools/cmake/requirements.txt
@@ -0,0 +1,3 @@
1
+prettytable==0.7.2
2
+future==0.16.0
3
+Jinja2>=2.10.1,<2.11
0 commit comments