aboutsummaryrefslogtreecommitdiff
path: root/docs/develop/index.rst
AgeCommit message (Collapse)Author
2021-01-27docs/develop: Add MicroPython Internals chapter.nanjekyejoannah
This commit adds many new sections to the existing "Developing and building MicroPython" chapter to make it all about the internals of MicroPython. This work was done as part of Google's Season of Docs 2020.
2019-12-19docs/develop: Add documentation on how to build native .mpy modules.Damien George
2019-10-04docs/develop/qstr.rst: Add documentation for string interning.Jim Mussared
2019-03-29docs/develop: Remove paragraph that was copied in error from other doc.Damien George
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
How to use this feature is documented in docs/develop/cmodules.rst.