"Hacking MicroPython" article

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

"Hacking MicroPython" article

Post by deshipu » Wed Sep 07, 2016 9:05 am

I will run a workshop on MicroPython on the upcoming PyCon.PL conference, and since there is a conference booklet printed for that, I wrote a short article explaining briefly how to start hacking the MicroPython C code. It's mostly based on the excellent examples by @dhylands. I thought it might be actually useful for someone here too, so here is a link https://github.com/PyConPL/Book/blob/ma ... on/text.md

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: "Hacking MicroPython" article

Post by pythoncoder » Wed Sep 07, 2016 12:25 pm

That is a truly excellent and much needed introduction! Perhaps it should go in the official docs?
Peter Hinch
Index to my micropython libraries.

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: "Hacking MicroPython" article

Post by SpotlightKid » Wed Sep 07, 2016 9:38 pm

This is excellent. A big thanks!

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: "Hacking MicroPython" article

Post by platforma » Fri Sep 09, 2016 1:59 pm

Great effort! I agree with a separate info about working with micropython from the developers side. This doesn't really fit the official docs, I think, as the users are not always interesting in hacking as such. Perhaps a separate place would be more appropriate, but this would stand unofficial I guess.

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

Re: "Hacking MicroPython" article

Post by deshipu » Fri Sep 09, 2016 3:12 pm

I have started a dev manual on readthedocs some time ago, but no time to actually write there much. I guess I will try to write it in small fragments.

lolo2580
Posts: 2
Joined: Wed Sep 14, 2016 2:07 pm

Re: "Hacking MicroPython" article

Post by lolo2580 » Fri Sep 23, 2016 9:43 pm

It's perfect ! Thank you very much.

Post Reply