mpy-cross binaries

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
andrewleech
Posts: 2
Joined: Tue Mar 27, 2018 12:25 am

mpy-cross binaries

Post by andrewleech » Tue Mar 27, 2018 12:54 am

Hi Everyone,

I've set up an automated builder for standalone mpy-cross executables (from official micropython source on github).
Releases include binaries for windows (x86 and x64), linux (x86 and x64) and OSX.

https://gitlab.com/alelec/mpy_cross
https://gitlab.com/alelec/mpy_cross/tags

Running on gitlab-ci it will check once a week and build a release for any new micropython tagged releases, and a weekly build of master if there's been any updates.

My original use case is with Jupyter Notebooks running a micropython kernel:
https://github.com/goatchurchprime/jupy ... hon_kernel
https://github.com/goatchurchprime/jupy ... el/pull/27

As such I'm also bundling the mpy-cross executable into python wheels for easy installation and integration into python development tools:
https://pypi.python.org/pypi/mpy-cross

There is no actual python hooks into the executable but just a simple wrapper that provides a couple of convenient methods of running the command line tool.

If anyone finds/has any problems with this, or the official micropython team would prefer to reclaim the pypi mpy-cross project name please feel free to get in touch.
Otherwise, enjoy!

pidou46
Posts: 101
Joined: Sat May 28, 2016 7:01 pm

Re: mpy-cross binaries

Post by pidou46 » Wed Apr 04, 2018 5:05 pm

Yep!
I’m looking for it since the beginning of my micropython ESP8862 adventure. It will make my life easiest (a little bit exaggerated). It would be nice to have a link close to the firmware download area.
Thanks
nodemcu V2 (amica)
micropython firmware Daily build 05/31/2016

Post Reply