FREERTOS + KEIL + KINETIS K70

Hello, Does anybody know if FreeRTOS can be used with MDK ARM KEIL Suite as IDE (with compiler, debugger, …) for a Kinetis K70 ?
Kinetis K70 is it port on FreeRTOS ? Thanks in advance for your reply and assistance. Regards

FREERTOS + KEIL + KINETIS K70

There is an Cortex-M3/4 and a Cortex-M4F port for the Keil tools – and the ports can be used on any M3/4 or M4F microcontroller for any manufacturer – so in short the answer is “yes” ;o) http://www.freertos.org/Creating-a-new-FreeRTOS-project.html
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html Regards.