MicroPython Porting Guide

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
rlev
Posts: 1
Joined: Mon Aug 24, 2020 3:40 pm

MicroPython Porting Guide

Post by rlev » Mon Aug 24, 2020 3:50 pm

Hi Forum,

I would like to use MicroPython in the FRDM-K64F board.
https://www.nxp.com/design/development- ... :FRDM-K64F

This board is based on the NXP MK64FN1M0VLL12 microcontroller.

Does somebody knows where can I find information or a guide about How to Port MicroPython to another Microcontroller/Boards ?

Any help is greatly appreciated it.

Thank you.

mhelm
Posts: 3
Joined: Tue Aug 25, 2020 2:09 pm

Re: MicroPython Porting Guide

Post by mhelm » Tue Aug 25, 2020 9:43 pm

You can use the existing Zephyr port for this board.

Post Reply