Skip to content

Commit 96ae617

Browse files
committed
cmake readme: fixes to answer the review
1 parent d9e30e4 commit 96ae617

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

cmake/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,27 @@
22

33
Until further notice, CMake for Mbed OS is still in the development.
44

5-
### Targets
5+
### Supported targets
66

7-
Only limited set of targets is supported at the moment.
7+
Only a limited set of targets is supported at the moment.
88

99
These targets should work:
1010
- K64F
1111
- DISCO_L475VG_IOT01A
1212
- NRF52840_DK
1313
- WIO_3G
14+
- K66F
1415

15-
We will be adding more targets.
16+
### Supported toolchains
17+
18+
ARMClang6 and Gcc Arm toolchains are supported.
1619

1720
### Examples
1821

19-
Supported examples must contain CMakelists.txt. If it is not present, an example needs to be ported to support CMake.
22+
Supported examples can be identified by the presence of a top level `CMakelists.txt` input source file.
2023

21-
### Contributions are welcome!
24+
### Known issues
2225

26+
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2)
27+
- Ninja: ARMClang6 response files require unix paths on Windows, see https://gitlab.kitware.com/cmake/cmake/-/issues/21093
2328

0 commit comments

Comments
 (0)