Can FRDM-K64F MCUXpresso IDE use Zephyr RTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can FRDM-K64F MCUXpresso IDE use Zephyr RTOS

1,127 次查看
nicholas_yameen
Contributor II

Hi,

I have used Zephyr RTOS on the FRDM-K64F board mainly using the command line.  Is it possible to use MCUXpresso IDE to create a Zephyr project? I am using Ubuntu 16.04.

Thank you,

Nick

标记 (2)
1 回复

861 次查看
maureen
NXP Employee
NXP Employee

Hi Nick,

You can generate an Eclipse project from cmake. This step needs to happen from the command line, but after that you can edit, build, and debug from Eclipse.

Here are some relevant links:

Application Development Primer — Zephyr Project Documentation 

Zephyr Project using Eclipse 

Maureen