Can FRDM-K64F MCUXpresso IDE use Zephyr RTOS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can FRDM-K64F MCUXpresso IDE use Zephyr RTOS

1,422件の閲覧回数
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 返信

1,156件の閲覧回数
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