Page 1 of 1
"Hacking MicroPython" article
Posted: Wed Sep 07, 2016 9:05 am
by deshipu
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
Re: "Hacking MicroPython" article
Posted: Wed Sep 07, 2016 12:25 pm
by pythoncoder
That is a truly excellent and much needed introduction! Perhaps it should go in the official docs?
Re: "Hacking MicroPython" article
Posted: Wed Sep 07, 2016 9:38 pm
by SpotlightKid
This is excellent. A big thanks!
Re: "Hacking MicroPython" article
Posted: Fri Sep 09, 2016 1:59 pm
by platforma
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.
Re: "Hacking MicroPython" article
Posted: Fri Sep 09, 2016 3:12 pm
by deshipu
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.
Re: "Hacking MicroPython" article
Posted: Fri Sep 23, 2016 9:43 pm
by lolo2580
It's perfect ! Thank you very much.