Port MicroPython to a custom board running Zephyr RTOS

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Yadnik
Posts: 65
Joined: Thu May 13, 2021 6:01 am

Port MicroPython to a custom board running Zephyr RTOS

Post by Yadnik » Mon May 24, 2021 4:54 pm

For porting MicroPython to a custom board running Zephyr RTOS I have followed this https://github.com/micropython/micropyt ... /README.md and built it for QEMU. How to add the board (what code will I have to write for that).Also after building a port, the only thing that I will have to do is flash it right?
I will also create a PR for the upstream MicroPython repository.
Thank you.

Post Reply