From 89ff506513d52c0c415b2cf45335d60cefac527d Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Wed, 12 Dec 2018 16:50:55 +1100 Subject: py: Update and rework build system for including external C modules. How to use this feature is documented in docs/develop/cmodules.rst. --- docs/develop/index.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/develop/index.rst (limited to 'docs/develop/index.rst') 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 +`_ for further information. + +.. toctree:: + :maxdepth: 1 + + cmodules.rst -- cgit v1.2.3