Skip to content

Commit 9ae78f8

Browse files
committed
CMake: add Readme - current dev status
1 parent d0280ec commit 9ae78f8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

cmake/Readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## The CMake for Mbed OS
2+
3+
Until further notice, CMake for Mbed OS is still in the development.
4+
5+
### Targets
6+
7+
Only limited set of targets is supported at the moment.
8+
9+
These targets should work:
10+
- K64F
11+
- DISCO_L475VG_IOT01A
12+
- NRF52840_DK
13+
- WIO_3G
14+
15+
We will be adding more targets.
16+
17+
### Examples
18+
19+
Supported examples must contain CMakelists.txt. If it is not present, an example needs to be ported to support CMake.
20+
21+
### Contributions are welcome!
22+
23+

0 commit comments

Comments
 (0)