File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Until further notice, CMake for Mbed OS is still in the development.
4
4
5
- ### Targets
5
+ ### Supported targets
6
6
7
- Only limited set of targets is supported at the moment.
7
+ Only a limited set of targets is supported at the moment.
8
8
9
9
These targets should work:
10
10
- K64F
11
11
- DISCO_L475VG_IOT01A
12
12
- NRF52840_DK
13
13
- WIO_3G
14
+ - K66F
14
15
15
- We will be adding more targets.
16
+ ### Supported toolchains
17
+
18
+ ARMClang6 and Gcc Arm toolchains are supported.
16
19
17
20
### Examples
18
21
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.
20
23
21
- ### Contributions are welcome!
24
+ ### Known issues
22
25
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
23
28
You can’t perform that action at this time.
0 commit comments