split unrelated posts

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
User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

split unrelated posts

Post by dhylands » Sun Oct 02, 2016 5:18 pm

You should probably ask that on a zephyr mailing list or forum. This forum is for MicroPython, not for the Zephyr (which is a totally different python implementation).

mishka27
Posts: 2
Joined: Sun Oct 02, 2016 9:22 am

Re: porting to zephyr

Post by mishka27 » Wed Oct 05, 2016 7:47 am

Actually, need help from MicroPython side
How to add support for i2c , for example
What are the steps to add "import machine"

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: porting to zephyr

Post by deshipu » Wed Oct 05, 2016 11:30 am

MicroPython already has the "machine" module and the i2c support.

You probably want to ask on the Zephyr forum how to add libraries and hardware support to their product.

Post Reply