diff options
author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2018-12-12 16:50:55 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-03-08 22:58:42 +1100 |
commit | 89ff506513d52c0c415b2cf45335d60cefac527d (patch) | |
tree | 6929b54bd0f73994ccfdb09523186b7e6b40cda6 /docs/develop/index.rst | |
parent | 2e516074daee76fb3e0710a893a0f40532bb3252 (diff) |
py: Update and rework build system for including external C modules.
How to use this feature is documented in docs/develop/cmodules.rst.
Diffstat (limited to 'docs/develop/index.rst')
-rw-r--r-- | docs/develop/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/develop/index.rst b/docs/develop/index.rst new file mode 100644 index 000000000..6b7b3c391 --- /dev/null +++ b/docs/develop/index.rst @@ -0,0 +1,15 @@ +Developing and building MicroPython +=================================== + +This chapter describes modules (function and class libraries) which are built +into MicroPython. There are a few categories of such modules: + +This chapter describes some options for extending MicroPython in C. Note +that it doesn't aim to be a complete guide for developing with MicroPython. +See the `getting started guide +<https://github.com/micropython/micropython/wiki/Getting-Started>`_ for further information. + +.. toctree:: + :maxdepth: 1 + + cmodules.rst |