summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-06-25 00:21:35 +0100
committerDamien George <damien.p.george@gmail.com>2015-06-25 00:21:35 +0100
commit2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4 (patch)
tree4293916bc3c64fca683c51e8580135c58321734b /docs/pyboard
parentaef3846c13d05ddf42e5d6a29042497765f4e871 (diff)
downloadmicropython-2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4.tar.gz
micropython-2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4.zip
docs: Add reference for Thumb2 inline assembler.
Thanks to Peter Hinch for contributing this.
Diffstat (limited to 'docs/pyboard')
-rw-r--r--docs/pyboard/tutorial/assembler.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pyboard/tutorial/assembler.rst b/docs/pyboard/tutorial/assembler.rst
index 0e265eef10..b5f0471c0f 100644
--- a/docs/pyboard/tutorial/assembler.rst
+++ b/docs/pyboard/tutorial/assembler.rst
@@ -1,3 +1,5 @@
+.. _pyboard_tutorial_assembler:
+
Inline assembler
================