You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
419 B
14 lines
419 B
Developing and building MicroPython
|
|
===================================
|
|
|
|
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
|
|
qstr.rst
|
|
natmod.rst
|
|
|