CMake: Add Freescale in the list of supported targets

pull/13952/head
Hugues Kamba 2020-11-23 18:32:06 +00:00
parent 43fb514832
commit be84b8cb0f
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@ The full profile with the selected printf and C libraries.
Only a limited set of targets is supported at the moment. Only a limited set of targets is supported at the moment.
The following targets are supported: The following targets are supported:
- all STM32 targets - K64F
- K64F
- K66F - K66F
- NRF52840_DK - NRF52840_DK
- WIO_3G
- ARM FM targets - ARM FM targets
- Freescale targets
- STM targets
### Supported toolchains ### Supported toolchains
@ -32,7 +32,7 @@ Arm Compiler 6 and GNU Arm Embedded toolchains are supported.
### Examples ### Examples
Supported examples can be identified by the presence of a top level `CMakelists.txt` input source file. Supported examples can be identified by the presence of a top level `CMakeLists.txt` input source file.
### Known issues ### Known issues