Cpython in the pyboard?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Aris
Posts: 14
Joined: Wed Feb 25, 2015 1:00 pm

Cpython in the pyboard?

Post by Aris » Tue Apr 28, 2015 10:24 am

Hi,

I'd like to know if it's possible to make the pyboard understand Cpython.

I think it's possible to compile the firmware using Dfu file manager. I guess all the files needed to be compiled in the firmware are somehwere, I don't know where though. And if I finally found them, would it be possible to add Cpython to the interpreter?

Regards.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Cpython in the pyboard?

Post by pfalcon » Tue Apr 28, 2015 10:57 am

What is "Cpython" ?
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

MattMatic
Posts: 13
Joined: Wed Apr 22, 2015 1:44 pm

Re: Cpython in the pyboard?

Post by MattMatic » Tue Apr 28, 2015 3:11 pm

You'll find these slides helpful:

http://micropython.org/static/resources ... ernals.pdf

(Slide 5 onwards)

Post Reply