Page 1 of 1

How to write zephyr port?

Posted: Thu May 13, 2021 6:10 am
by Yadnik
I was able to build a micropython port for QEMU on zephyr following the instructions given here https://github.com/micropython/micropyt ... /README.md .However while doing the same for circuitpython I will have to write a port for zephyr as a port does not exist for zephyr there. Since Circuipython is based on Micropython can someone guide me how to write a zephyr port for Circuitpython. The ports for circuipython can be seen here https://github.com/adafruit/circuitpyth ... main/ports.

Re: How to write zephyr port?

Posted: Thu May 20, 2021 10:32 pm
by SpotlightKid
I think the right people to ask about are the ones at adafruit, which know about CircuitPython. You won't find those here on this forum.

Re: How to write zephyr port?

Posted: Mon May 24, 2021 4:56 pm
by Yadnik
Thank you.Resolved it with them.