summaryrefslogtreecommitdiffstatshomepage
path: root/docs/zephyr/tutorial/index.rst
diff options
context:
space:
mode:
authorJulia Hathaway <julia.hathaway@nxp.com>2021-08-02 17:01:57 -0500
committerDamien George <damien@micropython.org>2021-08-13 20:20:57 +1000
commit333e16521bc8af8a55f362c1bad2f21c4704d20b (patch)
tree280617f7b9c28b6e2c46c20b0812441455311f26 /docs/zephyr/tutorial/index.rst
parent42d1a1635cc35fd3a9ae28b19685184fc3c23f1e (diff)
downloadmicropython-333e16521bc8af8a55f362c1bad2f21c4704d20b.tar.gz
micropython-333e16521bc8af8a55f362c1bad2f21c4704d20b.zip
docs/zephyr: Add quick reference for the Zephyr port.
Includes an introduction to using the Zephyr port on MicroPython. The quickref details examples of how to use each module the port currently supports. The tutorial provides additional details for Zephyr specific modules. Signed-off-by: Julia Hathaway <julia.hathaway@nxp.com>
Diffstat (limited to 'docs/zephyr/tutorial/index.rst')
-rw-r--r--docs/zephyr/tutorial/index.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/zephyr/tutorial/index.rst b/docs/zephyr/tutorial/index.rst
new file mode 100644
index 0000000000..218156b3b0
--- /dev/null
+++ b/docs/zephyr/tutorial/index.rst
@@ -0,0 +1,16 @@
+.. _zephyr_tutorial:
+
+MicroPython tutorial for the Zephyr port
+========================================
+
+This tutorial is intended to get you started with the Zephyr port.
+
+.. toctree::
+ :maxdepth: 1
+ :numbered:
+
+ intro.rst
+ repl.rst
+ storage.rst
+ pins.rst
+