You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until further notice, CMake for Mbed OS is still in the development.
4
+
5
+
### Supported targets
6
+
7
+
Only a 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
+
- K66F
15
+
16
+
### Supported toolchains
17
+
18
+
Arm Compiler 6 and GNU Arm Embedded toolchains are supported.
19
+
20
+
### Examples
21
+
22
+
Supported examples can be identified by the presence of a top level `CMakelists.txt` input source file.
23
+
24
+
### Known issues
25
+
26
+
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2). Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21148#note_823305
0 commit comments